diff --git a/Setting-Up-Shadowsocks-on-Linode.md b/Setting-Up-Shadowsocks-on-Linode.md index f88d5fb..61e43f1 100644 --- a/Setting-Up-Shadowsocks-on-Linode.md +++ b/Setting-Up-Shadowsocks-on-Linode.md @@ -1,4 +1,4 @@ -If you already created a Linode with Debian 7.0+, run the following and skip to Step 6. +If you already created a [Linode] with Debian 7.0+, run the following and skip to Step 6. ``` apt-get install curl curl 'https://raw.githubusercontent.com/shadowsocks/stackscript/master/stackscript.sh?v=4' > /tmp/ss.sh && bash /tmp/ss.sh && rm /tmp/ss.sh @@ -29,4 +29,6 @@ shadowsocks RUNNING pid 6929, uptime 0:01:25 "timeout":300, "method":"aes-256-cfb" } -``` \ No newline at end of file +``` + +[Linode]: https://www.linode.com/?r=e7932c8b03f9abc8aab71663b90b689a676402d1 \ No newline at end of file