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

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

Lines changed: 1 addition & 1 deletion
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).

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 2 additions & 3 deletions
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

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 2 additions & 2 deletions
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

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 1 addition & 1 deletion
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

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

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)