Skip to content

Commit 84f6358

Browse files
committed
learn is now documentation
1 parent 2e98158 commit 84f6358

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

_includes/navbar.html

Lines changed: 4 additions & 4 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">
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)