Skip to content

Commit d1c3470

Browse files
committed
Update markdown page title.
1 parent 3d0d1d2 commit d1c3470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)