Skip to content

Commit cdee7a9

Browse files
Merge pull request #15358 from Philippus/replace-links-to-ide-support-page
Replace links to IDE support page
2 parents 05396b4 + 35521e6 commit cdee7a9

13 files changed

+18
-19
lines changed

Diff for: docs/_blog/_posts/2017-05-31-first-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ This technology preview demonstrates new language features planned for Scala 3:
7272

7373
We also ship with tools that help you try out the Dotty platform:
7474

75-
- [IDE features for Visual Studio Code](https://dotty.epfl.ch/docs/usage/ide-support.html)
75+
- [IDE features for Visual Studio Code](https://docs.scala-lang.org/scala3/getting-started.html#using-vscode-with-metals)
7676
- [sbt support, including retro-compatibility with Scala 2](https://github.com/lampepfl/dotty-example-project)
7777

7878
See here for the full [release notes](https://dotty.epfl.ch/docs/release-notes/0.1.2.html).

Diff for: docs/_blog/_posts/2017-07-12-second-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ good the code generated by the Dotty Linker with global analysis disabled:
291291
## How can you try it out?
292292
We ship with tools that help you try out the Dotty platform:
293293

294-
- [IDE features for Visual Studio Code](https://dotty.epfl.ch/docs/usage/ide-support.html)
294+
- [IDE features for Visual Studio Code](https://docs.scala-lang.org/scala3/getting-started.html#using-vscode-with-metals)
295295
- [sbt support, including retro-compatibility with Scala 2](https://github.com/lampepfl/dotty-example-project)
296296

297297

Diff for: docs/_blog/_posts/2017-09-07-third-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This technology preview further improves stability and reliability. Some highlig
4444
## How can you try it out?
4545
We ship with tools that help you try out the Dotty platform:
4646

47-
- [IDE features for Visual Studio Code](https://dotty.epfl.ch/docs/usage/ide-support.html)
47+
- [IDE features for Visual Studio Code](https://docs.scala-lang.org/scala3/getting-started.html#using-vscode-with-metals)
4848
- [sbt support, including retro-compatibility with Scala 2](https://github.com/lampepfl/dotty-example-project)
4949

5050

Diff for: docs/_blog/_posts/2017-10-16-fourth-dotty-milestone-release.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ The [new REPL](https://github.com/lampepfl/dotty/pull/2991) instead works by
3636
manipulating ASTs (Abstract Syntax Trees), this is more robust and will make it
3737
easier to develop new features: we have already implemented auto-completion
3838
support (by reusing the APIs we had created for
39-
the [Dotty IDE](https://dotty.epfl.ch/docs/usage/ide-support.html)) and we have
40-
plans for displaying API documentation in the REPL.
39+
the Dotty IDE and we have plans for displaying API documentation in the REPL.
4140

4241
Note that the user interface of the REPL has not changed: like in the old REPL
4342
we use code adapted from the [Ammonite REPL](http://ammonite.io/#Ammonite-REPL)
@@ -77,7 +76,7 @@ using Dotty with sbt, see the
7776

7877
### IDE support
7978
It is very easy to start using the Dotty IDE in any Dotty project by following
80-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
79+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
8180

8281

8382
### Standalone installation

Diff for: docs/_blog/_posts/2017-12-01-fifth-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ using Dotty with sbt, see the
138138

139139
### IDE support
140140
It is very easy to start using the Dotty IDE in any Dotty project by following
141-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
141+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
142142

143143

144144
### Standalone installation

Diff for: docs/_blog/_posts/2018-03-05-seventh-dotty-milestone-release.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ local and imported definitions. Members completions take possible implicit conve
114114

115115
We also improved the `find references` functionality. It is more robust and much faster!
116116

117-
Try it out in [Visual Studio Code](https://dotty.epfl.ch/docs/usage/ide-support.html)!
117+
Try it out in [Visual Studio Code](https://docs.scala-lang.org/scala3/getting-started.html#using-vscode-with-metals)!
118118

119119
### Better and safer types in pattern matching (improved GADT support)
120120

@@ -204,7 +204,7 @@ using Dotty with sbt, see the
204204

205205
### IDE support
206206
It is very easy to start using the Dotty IDE in any Dotty project by following
207-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
207+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
208208

209209

210210
### Standalone installation

Diff for: docs/_blog/_posts/2018-04-27-eighth-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ using Dotty with sbt, see the
133133

134134
### IDE support
135135
It is very easy to start using the Dotty IDE in any Dotty project by following
136-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
136+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
137137

138138

139139
### Standalone installation

Diff for: docs/_blog/_posts/2018-07-06-ninth-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ using Dotty with sbt, see the
117117

118118
### IDE support
119119
Start using the Dotty IDE in any Dotty project by following
120-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
120+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
121121

122122

123123
### Standalone installation

Diff for: docs/_blog/_posts/2018-10-10-10th-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ using Dotty with Mill, see the
154154
### IDE support
155155

156156
Start using the Dotty IDE in any Dotty project by following
157-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
157+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
158158

159159
### Standalone installation
160160

Diff for: docs/_blog/_posts/2018-11-30-11th-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ using Dotty with Mill, see the
140140
### IDE support
141141

142142
Start using the Dotty IDE in any Dotty project by following
143-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
143+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
144144

145145
### Standalone installation
146146

Diff for: docs/_blog/_posts/2019-01-21-12th-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ using Dotty with Mill, see the
131131
### IDE support
132132

133133
Start using the Dotty IDE in any Dotty project by following
134-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
134+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
135135

136136
### Standalone installation
137137

Diff for: docs/_blog/_posts/2019-03-05-13th-dotty-milestone-release.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ using Dotty with Mill, see the
354354
## IDE support
355355

356356
Start using the Dotty IDE in any Dotty project by following
357-
the [IDE guide](https://dotty.epfl.ch/docs/usage/ide-support.html).
357+
the IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html).
358358

359359
## Standalone installation
360360

Diff for: docs/_docs/contributing/tools/ide.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Using an IDE
44
---
55

66
You can use either Metals (VS Code, vim) or IntelliJ IDEA as described on the
7-
[IDE Support](../../usage/ide-support.md) page to work on the Scala 3 codebase. There are however
8-
a few additional considerations to take into account.
7+
IDE sections of the [getting-started page](https://docs.scala-lang.org/scala3/getting-started.html) to work
8+
on the Scala 3 codebase. There are however a few additional considerations to take into account.
99

1010

1111
## Bootstrapping Projects
@@ -25,8 +25,8 @@ These duplicated projects can be confusing and cause issues in IDEs.
2525

2626
When using Metals, the `-bootstrapped` projects are not exported.
2727

28-
In IntelliJ IDEA, we recommend importing the dotty codebase through BSP as described on the
29-
[IDE Support page](../../usage/ide-support.md), then the `-bootstrapped` projects are not exported.
28+
In IntelliJ IDEA, we recommend importing the dotty codebase through BSP, then the `-bootstrapped`
29+
projects are not exported.
3030

3131

3232
## Scala Version warning in Metals

0 commit comments

Comments
 (0)