Skip to content

Commit ac489e8

Browse files
committed
Delete migrating from 2.7
1 parent 7edc511 commit ac489e8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

guides.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ redirect_from:
3232
* [Iterators](/overviews/collections/iterators.html)
3333
* [Creating Collections From Scratch](/overviews/collections/creating-collections-from-scratch.html)
3434
* [Conversions Between Java and Scala Collections](/overviews/collections/conversions-between-java-and-scala-collections.html)
35-
* [Migrating from Scala 2.7](/overviews/collections/migrating-from-scala-27.html)
3635
* [The Architecture of Scala Collections](/overviews/core/architecture-of-scala-collections.html)
37-
* [String Interpolation](/overviews/core/string-interpolation.html) <span class="label success">New in 2.10</span>
38-
* [Implicit Classes](/overviews/core/implicit-classes.html) <span class="label success">New in 2.10</span>
39-
* [Value Classes and Universal Traits](/overviews/core/value-classes.html) <span class="label success">New in 2.10</span>
36+
* [String Interpolation](/overviews/core/string-interpolation.html)
37+
* [Implicit Classes](/overviews/core/implicit-classes.html)
38+
* [Value Classes and Universal Traits](/overviews/core/value-classes.html)
4039
* [Binary Compatibility of Scala Releases](/overviews/core/binary-compatibility-of-scala-releases.html)
4140

4241
<div class="page-header-index">
@@ -52,7 +51,7 @@ redirect_from:
5251
<div class="page-header-index">
5352
<h2>Parallel and Concurrent Programming</h2>
5453
</div>
55-
* [Futures and Promises](/overviews/core/futures.html) <span class="label success">New in 2.10</span>
54+
* [Futures and Promises](/overviews/core/futures.html)
5655
* Scala's Parallel Collections Library
5756
* [Overview](/overviews/parallel-collections/overview.html)
5857
* [Concrete Parallel Collection Classes](/overviews/parallel-collections/concrete-parallel-collections.html)
@@ -62,7 +61,7 @@ redirect_from:
6261
* [Creating Custom Parallel Collections](/overviews/parallel-collections/custom-parallel-collections.html)
6362
* [Configuring Parallel Collections](/overviews/parallel-collections/configuration.html)
6463
* [Measuring Performance](/overviews/parallel-collections/performance.html)
65-
* [The Scala Actors Migration Guide](/overviews/core/actors-migration-guide.html) <span class="label success">New in 2.10</span>
64+
* [The Scala Actors Migration Guide](/overviews/core/actors-migration-guide.html)
6665
* [The Scala Actors API](/overviews/core/actors.html) <span class="label important">Deprecated</span>
6766

6867
<div class="page-header-index">

0 commit comments

Comments
 (0)