aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOlivier Blanvillain <olivier.blanvillain@gmail.com>2016-10-07 17:05:14 +0200
committerGitHub <noreply@github.com>2016-10-07 17:05:14 +0200
commita6ba02557df10af1340a0077e2f65e1849ed2489 (patch)
tree14eec7cf48680749389e40d30bf7a2006f70e0b5 /README.md
parent3bb27d468cb06894c72b9f2cfba854ad49d68a74 (diff)
downloaddotty-a6ba02557df10af1340a0077e2f65e1849ed2489.tar.gz
dotty-a6ba02557df10af1340a0077e2f65e1849ed2489.tar.bz2
dotty-a6ba02557df10af1340a0077e2f65e1849ed2489.zip
Update getting-started link on readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 20fea6653..6d7f97c52 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ Yes, Dotty itself is a project that can be compiled by both Dotty and Scalac.<br
It's not very hard, and the biggest thing that you will likely miss is using macros.
####How can I try it out?
-https://github.com/lampepfl/dotty/wiki/Getting-Started.
+http://lampepfl.github.io/dotty/docs/contributing/getting-started.html.
Here’s an example sbt project and instructions on how to set it up: https://github.com/smarter/dotty-example-project/ <br>
We have colored REPL :-). You can invoke it by running `dotc -repl`.