Skip to content

Commit fdcd80b

Browse files
committed
Update links to the FuturePortal repository
1 parent 31baa1e commit fdcd80b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Taskfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -eo pipefail
33

44
# =========================================================
55
# Taskfile gives you a set of quick tasks for your project
6-
# More info: https://bit.ly/taskfile-base
6+
# More info: https://go.futureportal.com/taskfile
77
# =========================================================
88

99
# =========================================================
@@ -55,7 +55,7 @@ function task:shorthand { ## Create CLI shorthand task instead of ./Taskfile
5555
echo "/usr/local/bin/task already exists."
5656
else
5757
echo -e "You are about to create /usr/local/bin/task that requires root permission..."
58-
sudo curl --location --silent --output /usr/local/bin/task https://bit.ly/task-shorthand
58+
sudo curl --location --silent --output /usr/local/bin/task https://go.futureportal.com/task-bin
5959
sudo chmod +x /usr/local/bin/task
6060
fi
6161
echo -e "${BLUE}You can now use:${RESET} task ${YELLOW}<task>${RESET} <args>"

docs/base.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -eo pipefail
1010

1111
# =========================================================
1212
# Taskfile gives you a set of quick tasks for your project
13-
# More info: https://bit.ly/taskfile-base
13+
# More info: https://go.futureportal.com/taskfile
1414
# =========================================================
1515

1616
# TODO:
@@ -54,7 +54,7 @@ function task:shorthand { ## Create CLI shorthand task instead of ./Taskfile
5454
echo "/usr/local/bin/task already exists."
5555
else
5656
echo -e "You are about to create /usr/local/bin/task that requires root permission..."
57-
sudo curl --location --silent --output /usr/local/bin/task https://bit.ly/taskfile-bin
57+
sudo curl --location --silent --output /usr/local/bin/task https://go.futureportal.com/task-bin
5858
sudo chmod +x /usr/local/bin/task
5959
fi
6060
echo -e "${BLUE}You can now use:${RESET} task ${YELLOW}<task>${RESET} <args>"

0 commit comments

Comments
 (0)