Skip to content

Commit

Permalink
docs: Fixed links to tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore authored Aug 29, 2023
1 parent 4962525 commit 8207043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algokit.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ See also the [AlgoKit CLI Reference](./cli/index.md), which details every comman
The following tutorials guide you through various scenarios:

- [AlgoKit quick start](./tutorials/intro.md)
- [Production-ready smart contracts](./tutorials/smart-contracts.md)
- [Creating AlgoKit templates](./tutorials/algokit-template.md)

## Guiding Principles

Expand Down

1 comment on commit 8207043

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/algokit
   __init__.py15753%6–13, 17–24, 32–34
   __main__.py220%1–3
src/algokit/cli
   completions.py105298%80, 95
   deploy.py56591%34–36, 78, 96
   doctor.py48394%142–144
   generate.py57198%116
   goal.py39197%57
   init.py1901692%268–269, 319, 322–324, 335, 379, 405, 445, 454–456, 459–464, 477
   localnet.py93397%162, 183–184
src/algokit/core
   bootstrap.py1612485%103–104, 126, 149, 214, 217, 223–237, 246–251
   conf.py54885%10, 24, 28, 36, 38, 71–73
   deploy.py691184%61–64, 73–75, 79, 84, 91–93
   doctor.py65789%67–69, 92–94, 134
   generate.py41295%68, 86
   goal.py56395%27–28, 38
   log_handlers.py68790%50–51, 63, 112–116, 125
   proc.py45198%98
   sandbox.py1811592%100–107, 118, 278, 294, 309–311, 327
   typed_client_generation.py80594%55–57, 70, 75
   version_prompt.py73889%27–28, 40, 59–62, 80, 109
TOTAL166213192% 

Tests Skipped Failures Errors Time
249 0 💤 0 ❌ 0 🔥 17.029s ⏱️

Please sign in to comment.