mirror of https://github.com/sbt/sbt.git
[2.x] fix: Fix spelling and link in AGENTS docs (#8837)
**Problem** AGENTS.md contains a spelling typo in a section heading and a broken link for the tech stack document. **Solution** - Replaced "Pull reuqest guideline" with "Pull request guideline" - Fixed tech stack link target to contributing-docs/07_tech_stack.md
This commit is contained in:
parent
ead2a93244
commit
7b5481ec3c
|
|
@ -12,7 +12,7 @@ Compiling with sbt
|
|||
sbt compile
|
||||
```
|
||||
|
||||
Pull reuqest guideline
|
||||
Pull request guideline
|
||||
----------------------
|
||||
|
||||
- Follow the PR guidance in [CONTRIBUTING.md](./CONTRIBUTING.md).
|
||||
|
|
@ -43,7 +43,7 @@ For changes that require coordination with file changes and tasks, use scripted
|
|||
Tech stack
|
||||
----------
|
||||
|
||||
- [contributing-docs/07_tech_stack.md](contribution-docs/07_tech_stach.md)
|
||||
- [contributing-docs/07_tech_stack.md](contributing-docs/07_tech_stack.md)
|
||||
|
||||
Binary compatibility
|
||||
--------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue