File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ <h2 style="font-weight: 700;">Object-Oriented Meets Functional</h2>
61
61
< p class ="all-releases "> < img src ="{{ site.baseurl }}/resources/img/list.png " alt ="list icon " /> < a href ="{{ site.baseurl }}/download/all.html "> All Previous Releases</ a > </ p >
62
62
</ div >
63
63
< div class ="right-side ">
64
- < p class ="getting-started "> < b > API: </ b > < a href ="http://www.scala-lang.org/api/current/ "> < b > Current</ b > </ a > | < a href =" http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/ " > < b > Nightly </ b > </ a > </ p >
65
- < p class ="dev-releases "> < img src ="{{ site.baseurl }}/resources/img/list.png " alt ="list icon " /> < a href ="{{ site.baseurl }}/documentation/api.html "> All Previous API Docs</ a > </ p >
64
+ < p class ="getting-started "> < a href ="http://www.scala-lang.org/api/current/ "> < b > Current API Docs </ b > </ a > </ p >
65
+ < p class ="dev-releases "> < img src ="{{ site.baseurl }}/resources/img/list.png " alt ="list icon " /> < a href ="{{ site.baseurl }}/documentation/api.html "> API Docs (other versions) </ a > </ p >
66
66
< p class ="dev-releases "> < img src ="{{ site.baseurl }}/resources/img/books.png " alt ="books icon " /> < a href ="{{ site.baseurl }}/documentation/ "> Scala Documentation</ a > </ p >
67
67
< p class ="all-releases "> < img src ="{{ site.baseurl }}/resources/img/books.png " alt ="books icon " /> < a href ="{{ site.baseurl }}/files/archive/spec/2.11/ "> Language Specification</ a > </ p >
68
68
</ div >
Original file line number Diff line number Diff line change @@ -27,8 +27,12 @@ title: Scala API Docs
27
27
28
28
## Nightly builds
29
29
30
- * [ Library API] ( http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/ )
31
- * [ Compiler API] ( http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/scala-compiler/ )
30
+ * Scala 2.11.x
31
+ * [ Library API] ( http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/ )
32
+ * [ Compiler API] ( http://www.scala-lang.org/files/archive/nightly/2.11.x/api/2.11.x/scala-compiler/ )
33
+ * Scala 2.12.x
34
+ * [ Library API] ( http://www.scala-lang.org/files/archive/nightly/2.12.x/api/2.12.x/ )
35
+ * [ Compiler API] ( http://www.scala-lang.org/files/archive/nightly/2.12.x/api/2.12.x/scala-compiler/ )
32
36
33
37
## Previous releases
34
38
* Scala 2.11.6
You can’t perform that action at this time.
0 commit comments