Skip to content

Commit 24e3944

Browse files
authored
Merge pull request #1992 from mariogalic/patch-1
Update links to point to Scala 2.13 specific documents
2 parents 0612a8c + 06c107f commit 24e3944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/core/architecture-of-scala-213-collections.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ permalink: /overviews/core/:title.html
99

1010
This document describes the architecture of the Scala collections
1111
framework in detail. Compared to
12-
[the Collections Introduction]({{ site.baseurl }}/overviews/collections/introduction.html) you
12+
[the Collections Introduction]({{ site.baseurl }}/overviews/collections-2.13/introduction.html) you
1313
will find out more about the internal workings of the framework. You
1414
will also learn how this architecture helps you define your own
1515
collections in a few lines of code, while reusing the overwhelming
1616
part of collection functionality from the framework.
1717

18-
[The Collections API]({{ site.baseurl }}/overviews/collections/introduction.html)
18+
[The Collections API]({{ site.baseurl }}/overviews/collections-2.13/trait-iterable.html)
1919
contains a large number of collection
2020
operations, which exist uniformly on many different collection
2121
implementations. Implementing every collection operation anew for

0 commit comments

Comments
 (0)