Skip to content

Commit

Permalink
keyword: キーワード検索の URL を、ログアーカイブのキーワード検索ページに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed May 29, 2020
1 parent 1e932bc commit 05b4b4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rgrb/plugin/keyword/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ class Generator
include PluginBase::Generator

# cre.jp 検索ページの URL
CRE_SEARCH_URL = 'http://cre.jp/search/?sw=%s'
# %s が与えられたキーワードを URL エンコードした物に置換される
CRE_SEARCH_URL = 'https://log.irc.cre.jp/keywords/%s'

# 新しい Keyword::Generator インスタンスを返す
def initialize
Expand Down

0 comments on commit 05b4b4d

Please sign in to comment.