Skip to content

Commit

Permalink
Reflect change in HTML filename for building vocab page
Browse files Browse the repository at this point in the history
  • Loading branch information
anarchivist committed Sep 24, 2016
1 parent 9dff29f commit 9ee1285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/Application.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public Result getVocabPage(String version, String language) throws IOException {
.absoluteURL(request())).concat(">; rel=derivedfrom"));
response().setHeader("Content-Language", locale.getLanguage());

return getPage(vocab, "en/statements/index.html", locale.getLanguage(), null);
return getPage(vocab, "en/statements/vocab.html", locale.getLanguage(), null);

}

Expand Down

0 comments on commit 9ee1285

Please sign in to comment.