Skip to content

Commit 1557ed9

Browse files
committed
Update markdown page title.
1 parent f5f99d4 commit 1557ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/Application.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class Application @Inject()(
8282
}
8383

8484
def gettingStarted = markdownAction("public/markdown/getting-started.md", { implicit request => markdown =>
85-
views.html.markdownPage("Community process", markdown)
85+
views.html.markdownPage("Getting started", markdown)
8686
})
8787

8888
def allreleases(platform: Option[String] = None) = Action { implicit request =>

0 commit comments

Comments
 (0)