Skip to content

Commit

Permalink
Fix documents (#460)
Browse files Browse the repository at this point in the history
* fix edit button's url on website

* modified unmatched version between sbt and mill
  • Loading branch information
keyno63 authored Nov 25, 2021
1 parent 63cdf60 commit dd5d392
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ testFrameworks += new TestFramework("munit.Framework")
object test extends Tests {
def ivyDeps =
Agg(
ivy"org.scalameta::munit::@VERSION@"
ivy"org.scalameta::munit::@STABLE_VERSION@"
)

def testFrameworks = Seq("munit.Framework")
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const siteConfig = {
ogImage: "img/scalameta-logo.png",
twitterImage: "img/scalameta-logo.png",

editUrl: `${repoUrl}/edit/master/docs/`,
editUrl: `${repoUrl}/edit/main/docs/`,

repoUrl
};
Expand Down

0 comments on commit dd5d392

Please sign in to comment.