Skip to content

fix broken links stemming from IDE page addition #3091

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion _ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sections:
- title: "入門"
description: "あなたのコンピューターに Scala をインストールして、Scala コードを書きはじめよう!"
icon: "fa fa-rocket"
link: /ja/getting-started/index.html
link: /ja/getting-started/install-scala.html
- title: "Scala ツアー"
description: "コア言語機能をひと口大で紹介"
icon: "fa fa-flag"
Expand Down
2 changes: 1 addition & 1 deletion _overviews/contribute/add-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ You must also add the tutorial to the drop-down list in the navigation bar. To d

---
- title: Getting Started
url: "/getting-started/index.html"
url: "/getting-started/install-scala.html"
- title: Learn
...
- title: Tutorials
Expand Down
2 changes: 1 addition & 1 deletion _overviews/scala-book/preliminaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ That being said, there are a few good things to know before you read this book.

## Installing Scala

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.
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.



Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion _ru/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sections:
- title: "Приступая к работе"
description: "Установите Scala на свой компьютер и начните писать код на Scala!"
icon: "fa fa-rocket"
link: /ru/getting-started/index.html
link: /ru/getting-started/install-scala.html
- title: "Тур по Scala"
description: "Вступительный обзор по основным возможностям языка."
icon: "fa fa-flag"
Expand Down
2 changes: 1 addition & 1 deletion _ru/scala3/book/tools-sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -485,4 +485,4 @@ sbt:HelloScalaTest> test
- [The sbt documentation](https://www.scala-sbt.org/1.x/docs/)
- [The ScalaTest website](https://www.scalatest.org/)

[getting_started]: {{ site.baseurl }}/ru/getting-started/index.html
[getting_started]: {{ site.baseurl }}/ru/getting-started/install-scala.html
File renamed without changes.
2 changes: 1 addition & 1 deletion _uk/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sections:
- title: "Початок роботи"
description: "Встанови Scala на свій комп'ютер і почни писати код Scala!"
icon: "fa fa-rocket"
link: /uk/getting-started/index.html
link: /uk/getting-started/install-scala.html
- title: "Екскурсія по Скала"
description: "Короткі введення в основні особливості мови."
icon: "fa fa-flag"
Expand Down
Loading