fix/doc: Go version inconsistencies and broken documentation links (#535)
* docs: fix Go version typo in CONTRIBUTING.md (1.25 -> 1.24) * docs: update Go version requirement to 1.24+ across docs * docs: fix broken links to docs/ in npm-package/README.md * docs: fix QUICKSTART.md path reference in AGENTS.md
This commit is contained in:
@@ -100,10 +100,10 @@ This package downloads the appropriate native binary for your platform:
|
||||
For complete documentation, see the [beads GitHub repository](https://github.com/steveyegge/beads):
|
||||
|
||||
- [Complete README](https://github.com/steveyegge/beads#readme)
|
||||
- [Quick Start Guide](https://github.com/steveyegge/beads/blob/main/QUICKSTART.md)
|
||||
- [Installation Guide](https://github.com/steveyegge/beads/blob/main/INSTALLING.md)
|
||||
- [FAQ](https://github.com/steveyegge/beads/blob/main/FAQ.md)
|
||||
- [Troubleshooting](https://github.com/steveyegge/beads/blob/main/TROUBLESHOOTING.md)
|
||||
- [Quick Start Guide](https://github.com/steveyegge/beads/blob/main/docs/QUICKSTART.md)
|
||||
- [Installation Guide](https://github.com/steveyegge/beads/blob/main/docs/INSTALLING.md)
|
||||
- [FAQ](https://github.com/steveyegge/beads/blob/main/docs/FAQ.md)
|
||||
- [Troubleshooting](https://github.com/steveyegge/beads/blob/main/docs/TROUBLESHOOTING.md)
|
||||
|
||||
## Why npm Package vs WASM?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user