From 86b9b5a1a51e35f9b50c66ad3249c934c548f1e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 9 Jun 2016 12:50:18 +0200 Subject: Use https://erlang.mk/erlang.mk in the guide --- doc/src/guide/getting_started.asciidoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc') 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 ---- -- cgit v1.2.3