Skip to content

Commit d4559ab

Browse files
authored
docs: AK-194: Update dev portal links
Merge pull request #95 from algorandfoundation/chore/update-devportal-links
2 parents ef72612 + a881e42 commit d4559ab

File tree

11 files changed

+15
-15
lines changed

11 files changed

+15
-15
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
<p align="center">
66
<a target="_blank" href="https://github.com/algorandfoundation/algokit-cli"><img src="https://img.shields.io/badge/docs-repository-00dc94?logo=github&style=flat.svg" /></a>
7-
<a target="_blank" href="https://developer.algorand.org/algokit/"><img src="https://img.shields.io/badge/learn-AlgoKit-00dc94?logo=algorand&mac=flat.svg" /></a>
7+
<a target="_blank" href="https://algorand.co/algokit/"><img src="https://img.shields.io/badge/learn-AlgoKit-00dc94?logo=algorand&mac=flat.svg" /></a>
88
<a target="_blank" href="https://github.com/algorandfoundation/algokit-python-template"><img src="https://img.shields.io/github/stars/algorandfoundation/algokit-python-template?color=00dc94&logo=star&style=flat" /></a>
9-
<a target="_blank" href="https://developer.algorand.org/algokit/"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Falgorandfoundation%2Falgokit-python-template&countColor=%2300dc94&style=flat" /></a>
9+
<a target="_blank" href="https://algorand.co/algokit/"><img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fgithub.com%2Falgorandfoundation%2Falgokit-python-template&countColor=%2300dc94&style=flat" /></a>
1010
</p>
1111

1212
---

examples/generators/production_python_smart_contract_python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For pushes to `main` branch, after the above checks pass, the following deployme
141141

142142
This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use:
143143

144-
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://developer.algorand.org/), [Why Algorand?](https://developer.algorand.org/docs/get-started/basics/why_algorand/)
144+
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://dev.algorand.co/), [Why Algorand?](https://dev.algorand.co/getting-started/why-algorand/)
145145
- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md)
146146
- [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples)
147147
- [AlgoKit Utils](https://github.com/algorandfoundation/algokit-utils-py) - A set of core Algorand utilities that make it easier to build solutions on Algorand.

examples/generators/production_python_smart_contract_typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ For pushes to `main` branch, after the above checks pass, the following deployme
140140

141141
This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use:
142142

143-
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://developer.algorand.org/), [Why Algorand?](https://developer.algorand.org/docs/get-started/basics/why_algorand/)
143+
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://dev.algorand.co/), [Why Algorand?](https://dev.algorand.co/getting-started/why-algorand/)
144144
- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md)
145145
- [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples)
146146
- [AlgoKit Utils](https://github.com/algorandfoundation/algokit-utils-ts) - A set of core Algorand utilities that make it easier to build solutions on Algorand.

examples/generators/production_python_smart_contract_typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"npm": ">=9.0"
1515
},
1616
"dependencies": {
17-
"@algorandfoundation/algokit-utils": "^8.1.0",
17+
"@algorandfoundation/algokit-utils": "^9.0.0",
1818
"@algorandfoundation/algokit-utils-debug": "^1.0.2",
1919
"algosdk": "^3.0.0"
2020
},
2121
"devDependencies": {
22-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
22+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
2323
"@types/jest": "^29.5.11",
2424
"dotenv": "^16.0.3",
2525
"prettier": "^2.8.4",

examples/generators/starter_python_smart_contract_python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For information on using and setting up the `AlgoKit AVM Debugger` VSCode extens
9292

9393
This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use:
9494

95-
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://developer.algorand.org/), [Why Algorand?](https://developer.algorand.org/docs/get-started/basics/why_algorand/)
95+
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://dev.algorand.co/), [Why Algorand?](https://dev.algorand.co/getting-started/why-algorand/)
9696
- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md)
9797
- [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples)
9898
- [AlgoKit Utils](https://github.com/algorandfoundation/algokit-utils-py) - A set of core Algorand utilities that make it easier to build solutions on Algorand.

examples/generators/starter_python_smart_contract_typescript/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ For information on using and setting up the `AlgoKit AVM Debugger` VSCode extens
9393

9494
This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use:
9595

96-
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://developer.algorand.org/), [Why Algorand?](https://developer.algorand.org/docs/get-started/basics/why_algorand/)
96+
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://dev.algorand.co/), [Why Algorand?](https://dev.algorand.co/getting-started/why-algorand/)
9797
- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md)
9898
- [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples)
9999
- [AlgoKit Utils](https://github.com/algorandfoundation/algokit-utils-ts) - A set of core Algorand utilities that make it easier to build solutions on Algorand.

examples/generators/starter_python_smart_contract_typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
"npm": ">=9.0"
1414
},
1515
"dependencies": {
16-
"@algorandfoundation/algokit-utils": "^8.1.0",
16+
"@algorandfoundation/algokit-utils": "^9.0.0",
1717
"@algorandfoundation/algokit-utils-debug": "^1.0.2",
1818
"algosdk": "^3.0.0"
1919
},
2020
"devDependencies": {
21-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
21+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
2222
"dotenv": "^16.0.3",
2323
"prettier": "^2.8.4",
2424
"ts-node-dev": "^2.0.0",

examples/production_python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For pushes to `main` branch, after the above checks pass, the following deployme
141141

142142
This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use:
143143

144-
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://developer.algorand.org/), [Why Algorand?](https://developer.algorand.org/docs/get-started/basics/why_algorand/)
144+
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://dev.algorand.co/), [Why Algorand?](https://dev.algorand.co/getting-started/why-algorand/)
145145
- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md)
146146
- [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples)
147147
- [AlgoKit Utils](https://github.com/algorandfoundation/algokit-utils-py) - A set of core Algorand utilities that make it easier to build solutions on Algorand.

examples/starter_python/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ For information on using and setting up the `AlgoKit AVM Debugger` VSCode extens
9292

9393
This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use:
9494

95-
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://developer.algorand.org/), [Why Algorand?](https://developer.algorand.org/docs/get-started/basics/why_algorand/)
95+
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://dev.algorand.co/), [Why Algorand?](https://dev.algorand.co/getting-started/why-algorand/)
9696
- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md)
9797
- [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples)
9898
- [AlgoKit Utils](https://github.com/algorandfoundation/algokit-utils-py) - A set of core Algorand utilities that make it easier to build solutions on Algorand.

template_content/README.md.jinja

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ For pushes to `main` branch, after the above checks pass, the following deployme
174174

175175
This project makes use of Algorand Python to build Algorand smart contracts. The following tools are in use:
176176

177-
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://developer.algorand.org/), [Why Algorand?](https://developer.algorand.org/docs/get-started/basics/why_algorand/)
177+
- [Algorand](https://www.algorand.com/) - Layer 1 Blockchain; [Developer portal](https://dev.algorand.co/), [Why Algorand?](https://dev.algorand.co/getting-started/why-algorand/)
178178
- [AlgoKit](https://github.com/algorandfoundation/algokit-cli) - One-stop shop tool for developers building on the Algorand network; [docs](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md), [intro tutorial](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/tutorials/intro.md)
179179
- [Algorand Python](https://github.com/algorandfoundation/puya) - A semantically and syntactically compatible, typed Python language that works with standard Python tooling and allows you to express smart contracts (apps) and smart signatures (logic signatures) for deployment on the Algorand Virtual Machine (AVM); [docs](https://github.com/algorandfoundation/puya), [examples](https://github.com/algorandfoundation/puya/tree/main/examples)
180180
- [AlgoKit Utils]({% if deployment_language == "typescript" %}https://github.com/algorandfoundation/algokit-utils-ts{% else %}https://github.com/algorandfoundation/algokit-utils-py{% endif %}) - A set of core Algorand utilities that make it easier to build solutions on Algorand.

template_content/{% if deployment_language == 'typescript' or use_typescript_jest %}package.json{% endif %}.jinja

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"npm": ">=9.0"
1717
},
1818
"dependencies": {
19-
"@algorandfoundation/algokit-utils": "^8.1.0",
19+
"@algorandfoundation/algokit-utils": "^9.0.0",
2020
"@algorandfoundation/algokit-utils-debug": "^1.0.2",
2121
"algosdk": "^3.0.0"
2222
},
2323
"devDependencies": {
24-
"@algorandfoundation/algokit-client-generator": "^4.0.6",
24+
"@algorandfoundation/algokit-client-generator": "^5.0.0",
2525
{%- if use_typescript_jest %}
2626
"@types/jest": "^29.5.11",
2727
{%- endif %}

0 commit comments

Comments
 (0)