Merge pull request #7284 from roc-lang/web-links

fix tutorial styling
This commit is contained in:
Luke Boswell 2024-12-01 15:50:56 +11:00 committed by GitHub
commit 8b9f122047
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View file

@ -44,7 +44,7 @@ Once you've installed <code>roc</code>, check out the [tutorial](/tutorial) to l
<a class="btn-small" href="/tutorial">Start Tutorial</a>
### [Additional Learning Resources] {#additional-learning-resources}
### [Additional Learning Resources](#additional-learning-resources) {#additional-learning-resources}
If you are looking for more resources to learn about Roc, check out the following:

View file

@ -2333,11 +2333,11 @@ Here are various Roc expressions involving operators, and what they desugar to.
| `f!` | [see example](https://www.roc-lang.org/examples/DesugaringAwait/README.html) |
| `f?` | [see example](https://www.roc-lang.org/examples/DesugaringTry/README.html) |
</section>
<script type="text/javascript" src="/builtins/search.js" defer></script>
### [Additional Resources]
### [Additional Resources](#additional-resources) {#additional-resources}
You've completed the tutorial, well done!
If you are looking for more resources to learn Roc, check out [these links](/install#additional-learning-resources).
</section>
<script type="text/javascript" src="/builtins/search.js" defer></script>