Skip to content

Commit b81f4b0

Browse files
committed
docs: fix more broken links
1 parent 8ce9d46 commit b81f4b0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/algots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ and debugged on a Node.js virtual machine with transpilation to EcmaScript and r
1212

1313
Algorand TypeScript is compiled for execution on the AVM by PuyaTs, a TypeScript frontend for the [Puya](https://github.com/algorandfoundation/puya) optimising compiler that ensures the resulting AVM bytecode execution semantics that match the given TypeScript code. PuyaTs produces output that is directly compatible with AlgoKit typed clients to make deployment and calling easy.
1414

15-
[Documentation](https://github.com/algorandfoundation/puya-ts/blob/main/README.md)
15+
[Documentation](https://algorandfoundation.github.io/puya-ts/index.html)

docs/testing-guide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Algorand TypeScript Testing Guide
33
children:
44
- ./tg-concepts.md
5+
- ./tg-application-spy.md
56
- ./tg-avm-types.md
67
- ./tg-arc4-types.md
78
- ./tg-transactions.md

docs/tg-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Transactions
44

55
# Transactions
66

7-
The testing framework follows the Transaction definitions described in [`algorand-typescript` docs](https://github.com/algorandfoundation/puya-ts/blob/main/docs/lg-transactions.md). This section focuses on _value generators_ and interactions with inner transactions, it also explains how the framework identifies _active_ transaction group during contract method/subroutine/logicsig invocation.
7+
The testing framework follows the Transaction definitions described in [`algorand-typescript` docs](https://algorandfoundation.github.io/puya-ts/documents/Algorand_TypeScript_Language_Guide.Types.html#group-transactions). This section focuses on _value generators_ and interactions with inner transactions, it also explains how the framework identifies _active_ transaction group during contract method/subroutine/logicsig invocation.
88

99
```ts
1010
import * as algots from '@algorandfoundation/algorand-typescript'

0 commit comments

Comments
 (0)