From 77315d8dfc5073ad1e52674eb2dd7fd359d58d2f Mon Sep 17 00:00:00 2001 From: Wenxuan Zhang Date: Mon, 15 Jun 2020 16:19:43 +0800 Subject: [PATCH] docs: shorten url Former-commit-id: d0506a0f1c5f43b97e1404c7683e4692716f5ec0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 69323b2..25b96b3 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,9 @@ You can run the following command to try `forgit` without installing: ``` bash # for bash / zsh -source <(curl -s https://raw.githubusercontent.com/wfxr/forgit/master/forgit.plugin.zsh) +source <(curl -sSL git.io/forgit) # for fish -source (curl -s https://raw.githubusercontent.com/wfxr/forgit/master/forgit.plugin.fish | psub) +source (curl -sSL git.io/forgit.fish | psub) ``` ### 📝 Features