Skip to content

Commit ef17b97

Browse files
committed
add help notice for Scala 2 book
1 parent 4cb7cce commit ef17b97

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

_overviews/scala3-book/introduction.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ The goal of this book is to provide an informal introduction to the Scala langua
1212
It touches on all Scala topics, in a relatively light manner.
1313
If at any time while you’re reading this book and want more information on a specific feature, you’ll find links to our [_Reference_ documentation][reference], which covers many new features of the Scala language in more detail.
1414

15+
<blockquote class="help-info">
16+
<i class="fa fa-info"></i>&nbsp;&nbsp;If you are interested in the archived Scala 2 edition of the book, you
17+
can <a href="/overviews/scala-book/introduction.html">access it here</a>. We are currently in the process of
18+
merging the two books and you can <a href="{% link scala3/contribute-to-docs.md %}">help us</a>.
19+
</blockquote>
20+
1521
Over the course of this book, we hope to demonstrate that Scala is a beautiful, expressive programming language, with a clean, modern syntax, which supports functional programming (FP) and object-oriented programming (OOP), and that provides a safe static type system.
1622
Scala’s syntax, grammar, and features have been re-thought, debated in an open process, and updated in 2020 to be clearer and easier to understand than ever before.
1723

@@ -22,9 +28,5 @@ After that tour, the sections that follow it provide more details on those langu
2228
We should have a link structure on the whole tour here
2329
{% endcomment %}
2430

25-
> We are still in the process of writing the book.
26-
> You can [help us improve it][contributing]
27-
28-
[contributing]: {% link scala3/contribute-to-docs.md %}
2931
[reference]: {{ site.scala3ref }}/overview.html
3032
[taste]: {% link _overviews/scala3-book/taste-intro.md %}

0 commit comments

Comments
 (0)