Skip to content

Commit d4e9099

Browse files
authored
Merge pull request #3091 from SethTisue/fix-broken-links
fix broken links stemming from IDE page addition
2 parents cee9851 + 02ec810 commit d4e9099

File tree

10 files changed

+6
-6
lines changed

10 files changed

+6
-6
lines changed
File renamed without changes.
File renamed without changes.

_ja/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sections:
1414
- title: "入門"
1515
description: "あなたのコンピューターに Scala をインストールして、Scala コードを書きはじめよう!"
1616
icon: "fa fa-rocket"
17-
link: /ja/getting-started/index.html
17+
link: /ja/getting-started/install-scala.html
1818
- title: "Scala ツアー"
1919
description: "コア言語機能をひと口大で紹介"
2020
icon: "fa fa-flag"

_overviews/contribute/add-guides.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ You must also add the tutorial to the drop-down list in the navigation bar. To d
338338

339339
---
340340
- title: Getting Started
341-
url: "/getting-started/index.html"
341+
url: "/getting-started/install-scala.html"
342342
- title: Learn
343343
...
344344
- title: Tutorials

_overviews/scala-book/preliminaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ That being said, there are a few good things to know before you read this book.
2121

2222
## Installing Scala
2323

24-
First, to run the examples in this book you’ll need to install Scala on your computer. See our general [Getting Started]({{site.baseurl}}/getting-started/index.html) page for details on how to use Scala (a) in an IDE and (b) from the command line.
24+
First, to run the examples in this book you’ll need to install Scala on your computer. See our general [Getting Started]({{site.baseurl}}/getting-started/install-scala.html) page for details on how to use Scala (a) in an IDE and (b) from the command line.
2525

2626

2727

File renamed without changes.

_ru/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ sections:
1111
- title: "Приступая к работе"
1212
description: "Установите Scala на свой компьютер и начните писать код на Scala!"
1313
icon: "fa fa-rocket"
14-
link: /ru/getting-started/index.html
14+
link: /ru/getting-started/install-scala.html
1515
- title: "Тур по Scala"
1616
description: "Вступительный обзор по основным возможностям языка."
1717
icon: "fa fa-flag"

_ru/scala3/book/tools-sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,4 +485,4 @@ sbt:HelloScalaTest> test
485485
- [The sbt documentation](https://www.scala-sbt.org/1.x/docs/)
486486
- [The ScalaTest website](https://www.scalatest.org/)
487487

488-
[getting_started]: {{ site.baseurl }}/ru/getting-started/index.html
488+
[getting_started]: {{ site.baseurl }}/ru/getting-started/install-scala.html
File renamed without changes.

_uk/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ sections:
1616
- title: "Початок роботи"
1717
description: "Встанови Scala на свій комп'ютер і почни писати код Scala!"
1818
icon: "fa fa-rocket"
19-
link: /uk/getting-started/index.html
19+
link: /uk/getting-started/install-scala.html
2020
- title: "Екскурсія по Скала"
2121
description: "Короткі введення в основні особливості мови."
2222
icon: "fa fa-flag"

0 commit comments

Comments
 (0)