Skip to content

Commit a42cb0b

Browse files
authored
chore: fix legacy portal url (#694)
1 parent 35518c3 commit a42cb0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264

265265
AlgoKit is your one-stop shop to develop applications on the Algorand blockchain.
266266

267-
If you are getting started, please see the quick start tutorial: [https://bit.ly/algokit-intro-tutorial](https://bit.ly/algokit-intro-tutorial).
267+
If you are getting started, please see the quick start tutorial: [https://dev.algorand.co/getting-started/algokit-quick-start/](https://dev.algorand.co/getting-started/algokit-quick-start/).
268268

269269
```shell
270270
algokit [OPTIONS] COMMAND [ARGS]...

src/algokit/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def algokit(*, skip_version_check: bool) -> None:
4949
"""
5050
AlgoKit is your one-stop shop to develop applications on the Algorand blockchain.
5151
52-
If you are getting started, please see the quick start tutorial: https://bit.ly/algokit-intro-tutorial.
52+
If you are getting started, please see the quick start tutorial: https://dev.algorand.co/getting-started/algokit-quick-start/.
5353
"""
5454
if not skip_version_check:
5555
do_version_prompt()

tests/test_root.test_help.approved.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Usage: algokit [OPTIONS] COMMAND [ARGS]...
44
blockchain.
55

66
If you are getting started, please see the quick start tutorial:
7-
https://bit.ly/algokit-intro-tutorial.
7+
https://dev.algorand.co/getting-started/algokit-quick-start/.
88

99
Options:
1010
--version Show the version and exit.

0 commit comments

Comments
 (0)