Skip to content

Commit 6c3d3b5

Browse files
Remove scala-opt link
1 parent 8c4c08a commit 6c3d3b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_posts/2015-05-05-release-notes-2.12.0-M1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following changes are planned for Scala 2.12:
3838
* New backend and optimizer.
3939
The "GenBCode" backend, which is already available in Scala 2.11 using the `-Ybackend:GenBCode` compiler option, will be enabled by default.
4040
Scala 2.12 will also ship with a new inliner and bytecode optimizer.
41-
We keep track of issues and work items for the new optimizer on the [scala-opt repository issue tracker](https://github.com/scala-opt/scala/issues).
41+
We keep track of issues and work items for the new optimizer on the scala-opt repository issue tracker.
4242

4343
The above list is incomplete and will be extended during the Scala 2.12 milestone cycle.
4444

_posts/2015-07-14-release-notes-2.12.0-M2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ As of M2, the following optimizations are available:
7474
* If a closure is allocated and invoked within the same method, the closure invocation is replaced by an invocations of the corresponding lambda body method
7575
* Dead code elimination and a small number of cleanup optimizations
7676

77-
The work on the new optimizer is still ongoing. You can track it in the [scala-opt repository issue tracker](https://github.com/scala-opt/scala/issues).
77+
The work on the new optimizer is still ongoing. You can track it in the scala-opt repository issue tracker.
7878

7979
### Unbundled features
8080

0 commit comments

Comments
 (0)