Skip to content

Commit cca630d

Browse files
committed
docs: fix broken links in Go sample README
- Fix AP2 Protocol Documentation link to point to root README - Fix Python Sample link path (add one more parent directory) - Fix Go Implementation Guide link path (point to samples/go/README.md)
1 parent eb2684d commit cca630d

File tree

1 file changed

+3
-3
lines changed
  • samples/go/scenarios/a2a/human-present/cards

1 file changed

+3
-3
lines changed

samples/go/scenarios/a2a/human-present/cards/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,9 @@ If running manually, stop each process individually.
272272

273273
## Resources
274274

275-
- [AP2 Protocol Documentation](../../../../README.md)
276-
- [Python Sample (with Shopping Agent)](../../../../python/scenarios/a2a/human-present/cards/README.md)
277-
- [Go Implementation Guide](../../README.md)
275+
- [AP2 Protocol Documentation](../../../../../../README.md)
276+
- [Python Sample (with Shopping Agent)](../../../../../python/scenarios/a2a/human-present/cards/README.md)
277+
- [Go Implementation Guide](../../../../README.md)
278278

279279
## License
280280

0 commit comments

Comments
 (0)