aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/getting_started.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-06-09 12:50:18 +0200
committerLoïc Hoguin <[email protected]>2016-06-09 12:50:18 +0200
commit86b9b5a1a51e35f9b50c66ad3249c934c548f1e2 (patch)
tree34d2a0314926dc6656c1647fb47ba2b3b33bdf8c /doc/src/guide/getting_started.asciidoc
parent5de0a629f4b07b2f0f09f2aad1c73b8c4f35d97f (diff)
downloaderlang.mk-86b9b5a1a51e35f9b50c66ad3249c934c548f1e2.tar.gz
erlang.mk-86b9b5a1a51e35f9b50c66ad3249c934c548f1e2.tar.bz2
erlang.mk-86b9b5a1a51e35f9b50c66ad3249c934c548f1e2.zip
Use https://erlang.mk/erlang.mk in the guide
Diffstat (limited to 'doc/src/guide/getting_started.asciidoc')
-rw-r--r--doc/src/guide/getting_started.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc
index cdb3bfe..bda187a 100644
--- a/doc/src/guide/getting_started.asciidoc
+++ b/doc/src/guide/getting_started.asciidoc
@@ -27,14 +27,14 @@ in your Erlang distribution, or even in your OS packages.
The next step is therefore to download it:
[source,bash]
-$ wget https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
+$ wget https://erlang.mk/erlang.mk
Or:
[source,bash]
-$ curl https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
+$ curl https://erlang.mk/erlang.mk
-Alternatively, just https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk[click on this link].
+Alternatively, just https://erlang.mk/erlang.mk[click on this link].
Make sure you put the file inside the folder we created previously.
@@ -203,7 +203,7 @@ For a step by step:
----
$ mkdir hello_joe
$ cd hello_joe
-$ curl https://raw.githubusercontent.com/ninenines/erlang.mk/master/erlang.mk
+$ curl https://erlang.mk/erlang.mk
$ echo "include erlang.mk" > Makefile
$ make
----