aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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`.