Skip to content

Commit 06c107f

Browse files
authored
Update links to point to Scala 2.13 specific documents
* This 2.13 document was pointing to older Scala introduction overview * Point "The Collections API" link which talks about common operations to more specific overviews/collections-2.13/trait-iterable.html
1 parent b0b46fc commit 06c107f

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)