Skip to content

Commit d59d7d1

Browse files
turboc0ze
authored andcommitted
[skip ci] Use GitHub's URL shortener (#686)
git.io is GitHub's own URL shortener, which is guaranteed to only point to GitHub domains. This is safer and (IMO) more professional. Additionally, goo.gl will be deprecated *very* soon.
1 parent 3b302a5 commit d59d7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ configuration options [here](docs/operating/options.md). If you are on Windows,
9090
Install the IronFunctions CLI tool:
9191

9292
```sh
93-
curl -LSs https://goo.gl/VZrL8t | sh
93+
curl -LSs git.io/ironfn | sh
9494
```
9595

9696
This will download a shell script and execute it. If the script asks for a password, that is because it invokes sudo.

0 commit comments

Comments
 (0)