Skip to content

Commit 7fbeaa5

Browse files
committed
Merge pull request scala#118 from gourlaysama/fix/typo2
remove dead link from Getting started to itself.
2 parents 3263e4c + bc7cc45 commit 7fbeaa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ If you are just starting to learn how to code, you will find that a large portio
1919

2020
There are multiple ways to get Scala code compiling and running on your machine. The most widely used tools are:
2121

22-
* Your favorite text editor and the command-line [Scala compiler]({{ site.baseurl }}/download/), see the [Getting Started]({{ site.baseurl }}/download/getting-started.html) guide
22+
* Your favorite text editor and the command-line [Scala compiler]({{ site.baseurl }}/download/)
2323
* IDEs for Scala: The [Scala IDE](http://scala-ide.org/), [IntelliJ IDEA](http://www.jetbrains.com/idea/) with the Scala plugin, and [NetBeans IDE](http://netbeans.org/) with the Scala plugin
2424
* Build tools for Scala: [sbt](http://www.scala-sbt.org/), maven with the [Scala plugin](http://davidb.github.com/scala-maven-plugin/index.html) or the [Scala plugin for gradle](http://www.gradle.org/docs/current/userguide/scala_plugin.html)
2525

0 commit comments

Comments
 (0)