File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ permalink: /overviews/core/:title.html
9
9
10
10
This document describes the architecture of the Scala collections
11
11
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
13
13
will find out more about the internal workings of the framework. You
14
14
will also learn how this architecture helps you define your own
15
15
collections in a few lines of code, while reusing the overwhelming
16
16
part of collection functionality from the framework.
17
17
18
- [ The Collections API] ({{ site.baseurl }}/overviews/collections/introduction .html)
18
+ [ The Collections API] ({{ site.baseurl }}/overviews/collections-2.13/trait-iterable .html)
19
19
contains a large number of collection
20
20
operations, which exist uniformly on many different collection
21
21
implementations. Implementing every collection operation anew for
You can’t perform that action at this time.
0 commit comments