Skip to content

Commit 1a4d9f5

Browse files
committed
chore(docs): trim unrelated link label changes
1 parent dac2f9d commit 1a4d9f5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Runtime proofs:
4040
- Prefer `Effect`, services, layers, `Schema`, and tagged errors over ad hoc control flow.
4141
- Treat JSON output as the machine contract and terminal output as a separate adapter layer.
4242
- Update docs when flags, command behavior, or architecture boundaries change.
43-
- When the public CLI surface or agent-facing setup flow changes, update [Overview](README.md) and [CLI skill](skills/putio-cli/SKILL.md) together so the copy-paste prompt and consumer guidance stay aligned.
43+
- When the public CLI surface or agent-facing setup flow changes, update [`README.md`](README.md) and [`skills/putio-cli/SKILL.md`](skills/putio-cli/SKILL.md) together so the copy-paste prompt and consumer guidance stay aligned.
4444
- Do not hardcode volatile metrics in docs.
4545

4646
## Testing

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Thanks for contributing to `putio-cli`.
44

55
## Setup
66

7-
Use the Node version required by [package metadata](./package.json), then install dependencies:
7+
Use the Node version required by [`package.json`](./package.json), then install dependencies:
88

99
```bash
1010
vp install

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ putio transfers list --page-all --output ndjson
135135

136136
## License
137137

138-
This project is available under the MIT license. See [License](./LICENSE).
138+
This project is available under the MIT license. See [LICENSE](./LICENSE).

0 commit comments

Comments
 (0)