Skip to content

Commit 2c0b823

Browse files
committed
#875 - Clarify how to get to next page on Tour of Scala page
1 parent ce34c88 commit 2c0b823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ A joint use of both features facilitates the definition of new statements withou
4545

4646
Scala is designed to interoperate well with the popular Java Runtime Environment (JRE). In particular, the interaction with the mainstream object-oriented Java programming language is as smooth as possible. Newer Java features like [annotations](annotations.html) and Java generics have direct analogues in Scala. Those Scala features without Java analogues, such as [default](default-parameter-values.html) and [named parameters](named-arguments.html), compile as close to Java as they can reasonably come. Scala has the same compilation model (separate compilation, dynamic class loading) like Java and allows access to thousands of existing high-quality libraries.
4747

48-
Please continue to the next page to read more.
48+
Please continue to the [next page](basics.html) in the Contents menu to read more.

0 commit comments

Comments
 (0)