Skip to content

Commit

Permalink
Update repository placeholder url
Browse files Browse the repository at this point in the history
  • Loading branch information
willings committed Mar 11, 2019
1 parent e466c59 commit 06b33a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/org/dicthub/view/options/PluginSettings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class PluginSettings(private val parent: HTMLElement,
div(classes = "form-group col-md-11 mb-2") {
input(type = InputType.url, classes = "form-control") {
id = ID_NEW_REPOSITORY_INPUT
placeholder = "https://raw.githubusercontent.com/willings/DictHubPluginIndex/development/index.json"
placeholder = "https://raw.githubusercontent.com/willings/DictHubPluginIndex/beta/index.json"
}
}

Expand Down

0 comments on commit 06b33a5

Please sign in to comment.