Skip to content

Commit

Permalink
Merge pull request #1211 from eed3si9n/wip/fix-link
Browse files Browse the repository at this point in the history
Fix links to docs
  • Loading branch information
eed3si9n committed May 12, 2024
2 parents 0a37dcf + 3639ce1 commit b3d11a6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/learn.md → src/pages/learn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@ title: Learn
slug: /learn.html
---

import { sbtVersion } from '@site/variables';

Learn
=====

Documentation
-------------

- [sbt by Example](https://www.scala-sbt.org/1.x/docs/sbt-by-example.html) inspired by William Narmontas's tutorial
- [sbt documentation](1.x/docs/index.html) ([pdf](1.x/docs/sbt-reference.pdf))
- [sbt API]($sbtVersionForScalaDoc$/api/sbt/index.html)
- [sbt documentation](https://www.scala-sbt.org/1.x/docs/) ([pdf](https://www.scala-sbt.org/1.x/docs/sbt-reference.pdf))
- <a href={ "https://www.scala-sbt.org/" + sbtVersion + "/api/sbt/index.html" }>sbt API</a>

Talks
-----
Expand Down

0 comments on commit b3d11a6

Please sign in to comment.