Skip to content

Commit 2578568

Browse files
committed
Rename learn.html to online-courses.html
1 parent d1e4baa commit 2578568

File tree

18 files changed

+21
-20
lines changed

18 files changed

+21
-20
lines changed

_data/doc-nav-header.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
url: "/overviews/scala-book/introduction.html"
1717
- title: Online Courses
1818
url: "/online-courses.html"
19-
- title: Online Resources
20-
url: "/learn.html"
2119
- title: Scala 3 Migration
2220
url: "#"
2321
submenu:

_fr/getting-started/install-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Une fois que vous avez terminé le tutoriel ce dessus, vous pouvez consulter :
188188
189189
* [The Scala Book](/scala3/book/introduction.html) ([Lien](/overviews/scala-book/introduction.html) vers la version Scala 2), qui fournit un ensemble de courtes leçons et introduit les fonctionnalités principales de Scala.
190190
* [The Tour of Scala](/tour/tour-of-scala.html) pour une introduction des fonctionnalités Scala.
191-
* [Learning Resources](/learn.html), qui contient des tutoriels et des cours interactifs.
191+
* [Learning Courses](/online-courses.html), qui contient des tutoriels et des cours interactifs.
192192
* [Our list of some popular Scala books](/books.html).
193193
* [The migration guide](/scala3/guides/migration/compatibility-intro.html) pour vous aider à migrer votre code Scala 2 vers Scala 3.
194194

_fr/tour/tour-of-scala.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Ce tour contient une introduction morceaux par morceaux aux fonctionnalités les
1414
utilisées en Scala. Il est adressé aux novices de Scala.
1515

1616
Ceci est un bref tour du language, non pas un tutoriel complet.
17-
Si vous recherchez un guide plus détaillé, il est préférable d'opter pour [un livre](/books.html) ou de consulter
18-
[d'autres ressources](/learn.html).
17+
Si vous recherchez un guide plus détaillé, il est préférable d'opter pour [un livre](/books.html) ou de suivre
18+
[un cours en ligne](/online-courses.html).
1919

2020
## Qu'est-ce que le Scala ?
2121
Scala est un langage de programmation à multiples paradigmes désigné pour exprimer des motifs de programmation communs de

_ja/getting-started/install-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ IDE の使用に慣れている場合は、IDE から _Main.scala_ のコード
170170
171171
* [The Scala Book](/scala3/book/introduction.html) (Scala 2版は[こちら](/overviews/scala-book/introduction.html))はScalaの主な機能を紹介する短いレッスンのセットを提供します。
172172
* [The Tour of Scala](/tour/tour-of-scala.html) Scalaの機能を一口サイズで紹介します。
173-
* [Learning Resources](/learn.html) オンラインのインタラクティブなチュートリアルやコースです。
173+
* [Learning Courses](/online-courses.html) オンラインのインタラクティブなチュートリアルやコースです。
174174
* [books](/books.html) 人気のある Scalaの 書籍を紹介します
175175
* [The migration guide](/scala3/guides/migration/compatibility-intro.html) 既存の Scala 2コードベースを Scala 3に移行する際に役立ちます。
176176

_ja/tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ next-page: basics
1313

1414
これはほんの短いツアーで、完全な言語のチュートリアルではありません。
1515
もしそれを望むなら、[こちらの本](/books.html) を手に入れるか、
16-
[その他の解決手段](/learn.html) での相談を検討してください。
16+
[その他の解決手段](/online-courses.html) での相談を検討してください。
1717

1818
## Scalaとは?
1919
Scalaは一般的なプログラミング方法を簡潔かつエレガントかつ型安全な方法で表現するために設計されたモダンなマルチパラダイム言語です。

_ko/tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ next-page: basics
1212
## 투어를 환영합니다
1313
이 투어에서는 스칼라에서 가장 자주 사용되는 기능을 요약하여 소개하며, 스칼라 초보자를 대상으로 합니다.
1414

15-
언어 전체를 다루는 튜토리얼이 아닌 간단히 둘러보기입니다. 자세히 다루고 싶다면, [](/books.html)을 구하거나 [다른 자료](/learn.html)를 찾아보세요.
15+
언어 전체를 다루는 튜토리얼이 아닌 간단히 둘러보기입니다. 자세히 다루고 싶다면, [](/books.html)을 구하거나 [다른 자료](/online-courses.html)를 찾아보세요.
1616

1717
## 스칼라란?
1818
스칼라는 일반적인 프로그래밍 패턴을 간결하고 우아하며 타입-세이프한 방식으로 표현할 수 있게 설계된 최신 멀티-패러다임 프로그래밍 언어입니다. 객체지향과 함수형 언어의 특징을 자연스럽게 통합합니다.

_overviews/getting-started/install-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ Now that you have tasted a little bit of Scala, you can further explore the lang
334334

335335
* [The Scala Book](/scala3/book/introduction.html) (see the Scala 2 version [here](/overviews/scala-book/introduction.html)), which provides a set of short lessons introducing Scala’s main features.
336336
* [The Tour of Scala](/tour/tour-of-scala.html) for bite-sized introductions to Scala's features.
337-
* [Learning Resources](/learn.html), which includes online interactive tutorials and courses.
337+
* [Learning Courses](/online-courses.html), which includes online interactive tutorials and courses.
338338
* [Our list of some popular Scala books](/books.html).
339339

340340
There are also other tutorials for other build-tools you can use with Scala:

_pl/tour/tour-of-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ next-page: basics
1212
Ten przewodnik składa się z drobnych wprowadzeń do najczęściej używanych funkcjonalności języka Scala.
1313

1414
Jest to jedynie krótkie wprowadzenie, a nie pełny samouczek.
15-
Jeżeli szukasz tego drugiego, rozważ jedną z [książek](/books.html) lub [inne zasoby](/learn.html).
15+
Jeżeli szukasz tego drugiego, rozważ jedną z [książek](/books.html) lub [inne zasoby](/online-courses.html).
1616

1717
## Czym jest Scala?
1818
Scala jest nowoczesnym, wieloparadygmatowym językiem programowania zaprojektowanym do wyrażania powszechnych wzorców programistycznych w zwięzłym, eleganckim i bezpiecznie typowanym stylu.

_ru/getting-started/install-scala.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ sbt — это инструмент сборки для Scala. sbt компил
234234
235235
* [The Scala Book](/scala3/book/introduction.html) (см. версию для Scala 2 [здесь](/overviews/scala-book/introduction.html)), которая содержит набор коротких уроков, знакомящих с основными функциями Scala.
236236
* [The Tour of Scala](/ru/tour/tour-of-scala.html) для краткого ознакомления с функциями Scala.
237-
* [Обучающие ресурсы](/learn.html), которые включают в себя интерактивные онлайн-учебники и курсы.
237+
* [Обучающие ресурсы](/online-courses.html), которые включают в себя интерактивные онлайн-учебники и курсы.
238238
* [Наш список некоторых популярных книг по Scala](/books.html).
239239
* [Руководство по миграции](/scala3/guides/migration/compatibility-intro.html) поможет перенести существующую кодовую базу Scala 2 на Scala 3.
240240

_ru/learn.md renamed to _ru/online-courses.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Online ресурсы
33
layout: singlepage-overview
44
language: ru
5+
redirect-from:
6+
- /learn.html
57
---
68

79
## Попробуй Scala в своем браузере!

0 commit comments

Comments
 (0)