Skip to content

Commit 6f27acd

Browse files
authored
Merge pull request #1472 from komainu8/update_link
Update to links for version 2.13
2 parents c72567c + 5f581c0 commit 6f27acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If you're interested in contributing to the Scala project in general, I argue th
2727

2828
Currently, the _types_ of documentation supported in this repository are:
2929

30-
- **Guides/Overviews**: Definitive guides/overviews of specific language features. Often long, detailed documents, often produced by members of the Scala team. An example is the excellent [Collections]({{ site.baseurl }}/overviews/collections/introduction.html) overview.
30+
- **Guides/Overviews**: Definitive guides/overviews of specific language features. Often long, detailed documents, often produced by members of the Scala team. An example is the excellent [Collections]({{ site.baseurl }}/overviews/collections-2.13/introduction.html) overview.
3131
- **Tutorials**: Bite-size, example-rich, and concise articles meant to get a developer up to speed quickly.
3232
- **Cheatsheets**: Quick reference of Scala syntax and behaviors.
3333

@@ -90,7 +90,7 @@ The rest of the document should, of course, be written in [Markdown](https://en.
9090

9191
At the moment, `RELEVANT-CATEGORY` corresponds to only a single category, "core," because we are currently focusing on building up documentation of core libraries. However, expect more categories here in the future.
9292

93-
If your document consists of **multiple** pages, like the [Collections]({{ site.baseurl }}/overviews/collections/introduction.html) overview, an ordering must be specified, by numbering documents in their logical order with `num`, and a name must be assigned to the collection of pages using `partof`. For example, the following header might be used for a document in the collections overview:
93+
If your document consists of **multiple** pages, like the [Collections]({{ site.baseurl }}/overviews/collections-2.13/introduction.html) overview, an ordering must be specified, by numbering documents in their logical order with `num`, and a name must be assigned to the collection of pages using `partof`. For example, the following header might be used for a document in the collections overview:
9494

9595
---
9696
layout: overview

0 commit comments

Comments
 (0)