Skip to content

Commit

Permalink
Change link
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 11, 2017
1 parent d53be5c commit 97c0ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Plugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
override val versions: List[Version] = List(new Version("1.0.0"))

override val repositoryMenus = Seq(
(repository: RepositoryInfo, context: Context) => Some(Link("Code search", "Code search", "/search", Some("search")))
(repository: RepositoryInfo, context: Context) => Some(Link("Code search", "Code search", "/search?type=code&q=&type=files", Some("search")))
)

override val controllers = Seq(
Expand Down

0 comments on commit 97c0ed0

Please sign in to comment.