Skip to content

Commit f7475a5

Browse files
committed
1 parent ec22d80 commit f7475a5

5 files changed

+5
-5
lines changed

_posts/2014-03-06-release-notes-2.11.0-RC1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
160160
* The compiler has been modularized internally, to separate the presentation compiler, scaladoc and the REPL. We hope this will make it easier to contribute. In this release, all of these modules are still packaged in scala-compiler.jar. We plan to ship them in separate JARs in 2.12.x.
161161
* Reflection, macros and quasiquotes
162162
* Please see [this detailed changelog](https://docs.scala-lang.org/overviews/macros/changelog211.html) that lists all significant changes and provides advice on forward and backward compatibility.
163-
* See also this [summary](hxxp://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
163+
* See also this [summary](https://web.archive.org/web/20140507100409/http://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
164164
* [#3321](https://github.com/scala/scala/pull/3321) introduced [Sprinter](https://vladimirnik.github.io/sprinter/), a new AST pretty-printing library! Very useful for tools that deal with source code.
165165
* Back-end
166166
* The [GenBCode back-end](https://github.com/scala/scala/pull/2620) (experimental in 2.11). See [@magarciaepfl's extensive documentation](https://magarciaepfl.github.io/scala/).

_posts/2014-03-20-release-notes-2.11.0-RC3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
169169
* The compiler has been modularized internally, to separate the presentation compiler, scaladoc and the REPL. We hope this will make it easier to contribute. In this release, all of these modules are still packaged in scala-compiler.jar. We plan to ship them in separate JARs in 2.12.x.
170170
* Reflection, macros and quasiquotes
171171
* Please see [this detailed changelog](https://docs.scala-lang.org/overviews/macros/changelog211.html) that lists all significant changes and provides advice on forward and backward compatibility.
172-
* See also this [summary](hxxp://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
172+
* See also this [summary](https://web.archive.org/web/20140507100409/http://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
173173
* [#3321](https://github.com/scala/scala/pull/3321) introduced [Sprinter](https://vladimirnik.github.io/sprinter/), a new AST pretty-printing library! Very useful for tools that deal with source code.
174174
* Back-end
175175
* The [GenBCode back-end](https://github.com/scala/scala/pull/2620) (experimental in 2.11). See [@magarciaepfl's extensive documentation](https://magarciaepfl.github.io/scala/).

_posts/2014-04-08-release-notes-2.11.0-RC4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
180180
* The compiler has been modularized internally, to separate the presentation compiler, scaladoc and the REPL. We hope this will make it easier to contribute. In this release, all of these modules are still packaged in scala-compiler.jar. We plan to ship them in separate JARs in 2.12.x.
181181
* Reflection, macros and quasiquotes
182182
* Please see [this detailed changelog](https://docs.scala-lang.org/overviews/macros/changelog211.html) that lists all significant changes and provides advice on forward and backward compatibility.
183-
* See also this [summary](hxxp://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
183+
* See also this [summary](https://web.archive.org/web/20150219035618/http://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
184184
* [#3321](https://github.com/scala/scala/pull/3321) introduced [Sprinter](https://vladimirnik.github.io/sprinter/), a new AST pretty-printing library! Very useful for tools that deal with source code.
185185
* Back-end
186186
* The [GenBCode back-end](https://github.com/scala/scala/pull/2620) (experimental in 2.11). See [@magarciaepfl's extensive documentation](https://magarciaepfl.github.io/scala/).

_posts/2014-04-21-release-notes-2.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
3434
* The compiler has been modularized internally, to separate the presentation compiler, scaladoc and the REPL. We hope this will make it easier to contribute. In this release, all of these modules are still packaged in scala-compiler.jar. We plan to ship them in separate JARs in 2.12.x.
3535
* Reflection, macros and quasiquotes
3636
* Please see [this detailed changelog](https://docs.scala-lang.org/overviews/macros/changelog211.html) that lists all significant changes and provides advice on forward and backward compatibility.
37-
* See also this [summary](hxxp://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
37+
* See also this [summary](https://web.archive.org/web/20150219035618/http://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
3838
* [#3321](https://github.com/scala/scala/pull/3321) introduced [Sprinter](https://vladimirnik.github.io/sprinter/), a new AST pretty-printing library! Very useful for tools that deal with source code.
3939
* Back-end
4040
* The [GenBCode back-end](https://github.com/scala/scala/pull/2620) (experimental in 2.11). See [@magarciaepfl's extensive documentation](https://magarciaepfl.github.io/scala/).

_posts/2014-05-21-release-notes-2.11.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This release contains all of the bug fixes and improvements made in the 2.10 ser
4646
* The compiler has been modularized internally, to separate the presentation compiler, scaladoc and the REPL. We hope this will make it easier to contribute. In this release, all of these modules are still packaged in scala-compiler.jar. We plan to ship them in separate JARs in 2.12.x.
4747
* Reflection, macros and quasiquotes
4848
* Please see [this detailed changelog](https://docs.scala-lang.org/overviews/macros/changelog211.html) that lists all significant changes and provides advice on forward and backward compatibility.
49-
* See also this [summary](hxxp://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
49+
* See also this [summary](https://web.archive.org/web/20150219035618/http://scalamacros.org/news/index.html) of the experimental side of the 2.11 development cycle.
5050
* [#3321](https://github.com/scala/scala/pull/3321) introduced [Sprinter](https://vladimirnik.github.io/sprinter/), a new AST pretty-printing library! Very useful for tools that deal with source code.
5151
* Back-end
5252
* The [GenBCode back-end](https://github.com/scala/scala/pull/2620) (experimental in 2.11). See [@magarciaepfl's extensive documentation](https://magarciaepfl.github.io/scala/).

0 commit comments

Comments
 (0)