Skip to content

Commit

Permalink
Update Git FAQ url
Browse files Browse the repository at this point in the history
  • Loading branch information
pieter committed Apr 3, 2010
1 parent 494e560 commit 050b153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gitfaq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Gitfaq < PluginBase
attr_reader :entries
attr_accessor :skip_auth

FAQ_URL = "http://git.wiki.kernel.org/index.php/GitFaq"
FAQ_URL = "https://git.wiki.kernel.org/index.php/GitFaq"

def authed?(irc)
unless $user.caps(irc, 'faq', 'op', 'owner').any? or skip_auth
Expand Down

0 comments on commit 050b153

Please sign in to comment.