diff --git a/src/pages/404.md b/src/pages/404.md index bb457792..17bfadca 100644 --- a/src/pages/404.md +++ b/src/pages/404.md @@ -8,7 +8,7 @@ title: "404: Page not found" * [Home page](/index.html) * [Learn](/learn.html) -* [Downloads](/downloads.html) +* [Download](/download.html) * [StackOverflow](https://stackoverflow.com/questions/tagged/sbt) ### Help us fix this site diff --git a/src/pages/community.md b/src/pages/community.md index 736e5195..ce6fb48b 100644 --- a/src/pages/community.md +++ b/src/pages/community.md @@ -1,5 +1,6 @@ --- title: Get Involved +slug: /community.html --- [so]: https://stackoverflow.com/questions/tagged/sbt diff --git a/src/pages/cookie.md b/src/pages/cookie.md index eefc2cf6..bca4a134 100644 --- a/src/pages/cookie.md +++ b/src/pages/cookie.md @@ -1,5 +1,6 @@ --- title: Cookie +slug: /cookie.html --- Your Privacy diff --git a/src/pages/download.mdx b/src/pages/download.mdx index f9439fcf..f3eb32af 100644 --- a/src/pages/download.mdx +++ b/src/pages/download.mdx @@ -1,5 +1,6 @@ --- title: Download +slug: /download.html --- import { sbtVersion, windowsBuild, downloadUrl } from '@site/variables'; diff --git a/src/pages/index.js b/src/pages/index.js index 6e4e47e8..a3a6c5af 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -43,7 +43,7 @@ function SimpleThings() {

Hello, world!

ThisBuild / scalaVersion := { '"' + scala3ExampleVersion + '"' }
 
-You just need one line of build.sbt to get started with Scala. Learn more on sbt by Example page. +You just need one line of build.sbt to get started with Scala. Learn more on sbt by Example page.

sbt new

Choose from community-maintained Giter8 templates to jump start your project: diff --git a/src/pages/learn.md b/src/pages/learn.md index 61cbffe4..705cecb4 100644 --- a/src/pages/learn.md +++ b/src/pages/learn.md @@ -1,5 +1,6 @@ --- title: Learn +slug: /learn.html --- Learn diff --git a/src/pages/thank-you.md b/src/pages/thank-you.md index 9bb43c6e..5a5e73a6 100644 --- a/src/pages/thank-you.md +++ b/src/pages/thank-you.md @@ -1,5 +1,6 @@ --- title: Thank you +slug: /thank-you.html --- Thank You