Skip to content

Commit 897a8cf

Browse files
committed
docs: fix broken documentation links
1 parent 56ef0be commit 897a8cf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ AI-DLC is an intelligent software development workflow that adapts to your needs
2828

2929
## Common
3030

31-
1. Download the latest release zip file named `ai-dlc-rules-v<release-number>.zip` from the [Releases page](../../releases/latest) to a folder **outside** your project directory (e.g., `~/Downloads`).
31+
1. Download the latest release zip file named `ai-dlc-rules-v<release-number>.zip` from the [Releases page](https://github.com/awslabs/aidlc-workflows/releases/latest) to a folder **outside** your project directory (e.g., `~/Downloads`).
3232
2. Extract the zip. It contains an `aidlc-rules/` folder with two subdirectories:
3333
- `aws-aidlc-rules/` — the core AI-DLC workflow rules
3434
- `aws-aidlc-rule-details/` — detailed rules conditionally referenced by the core rules

scripts/aidlc-evaluator/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ When reporting bugs or requesting features:
146146
## Questions?
147147

148148
- Review [FAQ.md](./FAQ.md) for common questions
149-
- Check [OPERATING_PRINCIPLES.md](./OPERATING_PRINCIPLES.md) for decision-making guidance
149+
- Check the [Tenets](../../README.md#tenets) for decision-making guidance
150150
- Ask in PR comments or open a discussion
151151

152152
## Code of Conduct

scripts/aidlc-evaluator/packages/execution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ uv sync
5858
uv run aidlc-runner --vision <path-to-vision-file> [--tech-env <path-to-tech-env-file>] [options]
5959
```
6060

61-
The only required argument is `--vision`, which points to a markdown file describing what to build. Optionally, `--tech-env` provides a technical environment document that defines how to build it (languages, frameworks, security controls, testing standards). See the [input document guide](GUIDE_TO_WRITING_VISION_DOCS.md) for details on writing these documents.
61+
The only required argument is `--vision`, which points to a markdown file describing what to build. Optionally, `--tech-env` provides a technical environment document that defines how to build it (languages, frameworks, security controls, testing standards). See the [input document guide](../../../../docs/writing-inputs/inputs-quickstart.md) for details on writing these documents.
6262

6363
### Examples
6464

0 commit comments

Comments
 (0)