Skip to content

Commit 1d917f3

Browse files
committed
Merge branch 'master' of github.com:scala/scala-lang
2 parents face3aa + 84f6358 commit 1d917f3

File tree

3 files changed

+8
-13
lines changed

3 files changed

+8
-13
lines changed

_includes/navbar.html

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<li>
33
<div class="dropdown">
44
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#"
5-
href="{{ site.baseurl }}/learn/">
6-
Learn
5+
href="{{ site.baseurl }}/documentation/">
6+
Documentation
77
<b class="caret"></b>
88
</a>
99
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
10-
<li><a href="{{ site.baseurl }}/learn/">Learning Scala</a>
11-
<li><a href="{{ site.baseurl }}/learn/books.html">Books</a></li>
10+
<li><a href="{{ site.baseurl }}/documentation/">Learning Scala</a>
11+
<li><a href="{{ site.baseurl }}/documentation/books.html">Books</a></li>
1212
<li class="dropdown-submenu">
1313
<a tabindex="-1" href="#">API</a>
1414
<ul class="dropdown-menu">
@@ -23,23 +23,18 @@
2323
</li>
2424
<li>
2525
<div class="dropdown">
26-
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#" href="{{ site.baseurl }}/download/">
26+
<a href="{{ site.baseurl }}/download/">
2727
Download
28-
<b class="caret"></b>
2928
</a>
30-
<ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
31-
<li><a href="{{ site.baseurl }}/download/">Releases</a></li>
32-
<li><a href="{{ site.baseurl }}/download/changelog.html">Changelog</a></li>
33-
<li><a href="{{ site.baseurl }}/download/getting-started.html">Getting Started</a></li>
34-
<li><a href="{{ site.baseurl }}/download/license.html">License</a></li>
35-
</ul>
3629
</div>
30+
</li>
3731
<li>
3832
<div class="dropdown">
3933
<a href="{{ site.baseurl }}/community/">
4034
Community
4135
</a>
4236
</div>
37+
</li>
4338
<li>
4439
<div class="dropdown">
4540
<a class="dropdown-toggle" role="button" data-toggle="dropdown" data-target="#"
File renamed without changes.

learn/index.md renamed to documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Learn
55

66
# Learning Scala
77

8-
The best way to learn Scala depends on what you know already and the way you prefer to learn things. There is a variety of resources available including [books]({{ site.baseurl }}/learn/books.html), tutorials, training courses, presentations, and of course the Scala compiler for practice. Many people find a good combination is to have one of the Scala books at hand and to start right away trying the examples with the Scala Compiler. On the other hand, you may want to get started with a Scala [training course](#training) or using the material available online.
8+
The best way to learn Scala depends on what you know already and the way you prefer to learn things. There is a variety of resources available including [books]({{ site.baseurl }}/documentation/books.html), tutorials, training courses, presentations, and of course the Scala compiler for practice. Many people find a good combination is to have one of the Scala books at hand and to start right away trying the examples with the Scala Compiler. On the other hand, you may want to get started with a Scala [training course](#training) or using the material available online.
99

1010
As your knowledge of Scala grows, you will find there is more advanced material and a very friendly [Scala community]({{ site.baseurl }}/community/) at hand to help you. They all share a passion for Scala and welcome newcomers warmly. Many have written helpful material for programmers new to Scala, will respond to emails asking for help or are sharing neat new techniques, advanced concepts or tools in one of several Scala forums or personal blogs.
1111

0 commit comments

Comments
 (0)