Skip to content

Commit 7ef8f20

Browse files
committed
fix: update documentation links for security and installation instructions
1 parent da28132 commit 7ef8f20

File tree

3 files changed

+8
-11
lines changed

3 files changed

+8
-11
lines changed

SECURITY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ azd-app implements several security measures:
5858
- **Timeout Protection**: Commands have timeouts to prevent hung processes
5959
- **Error Handling**: Comprehensive error handling with proper cleanup
6060

61-
For more details, see [docs/dev/security-status.md](cli/docs/dev/security-status.md).
62-
6361
## Security Scanning
6462

6563
We use the following tools to maintain security:

cli/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ reqs:
217217
✅ All requirements are satisfied!
218218
```
219219

220-
See [docs/reqs-command.md](docs/reqs-command.md) for detailed documentation.
220+
See [docs/commands/reqs.md](docs/commands/reqs.md) for detailed documentation.
221221

222222
### `azd app deps`
223223

@@ -504,8 +504,8 @@ The dashboard build is automatically included in:
504504
- CI/CD workflows - Dashboard is built and validated in all pipelines
505505

506506
**Learn more about Mage:**
507-
- [Mage Build Tool Guide](docs/mage-build-tool.md) - Complete guide to using Mage in this project
508-
- [Integration Tests](docs/integration-tests.md) - Running and writing integration tests
507+
- [Mage Documentation](https://magefile.org/) - Official Mage documentation
508+
- [Integration Tests](docs/dev/integration-tests.md) - Running and writing integration tests
509509

510510
### Adding New Commands
511511

@@ -563,8 +563,7 @@ See [LICENSE](LICENSE) for details.
563563
### Documentation
564564

565565
- **[CLI Reference](docs/cli-reference.md)**: Complete command reference with all flags and options
566-
- **[Release Process](docs/release-process.md)**: Guide for publishing new versions
567-
- **[Quick Release](docs/release-quick.md)**: Quick reference for releases
566+
- **[Release Process](docs/dev/release.md)**: Guide for publishing new versions
568567
- **[Development Guides](docs/dev/)**: Internal development documentation
569568

570569
### External Resources

cli/scripts/README-pr-scripts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ Or use the curl one-liner which doesn't require local file permissions.
140140

141141
## Manual Installation
142142

143-
If you prefer not to use scripts, see [testing-pr-builds.md](../cli/docs/dev/testing-pr-builds.md) for manual installation instructions.
143+
If you prefer not to use scripts, see [testing-pr-builds.md](../docs/dev/testing-pr-builds.md) for manual installation instructions.
144144

145145
## Documentation
146146

147-
- [Testing PR Builds Guide](../cli/docs/dev/testing-pr-builds.md)
148-
- [PR Build Quick Reference](../cli/docs/dev/pr-build-quick-ref.md)
149-
- [PR Install Scripts Overview](../cli/docs/dev/pr-install-scripts.md)
147+
- [Testing PR Builds Guide](../docs/dev/testing-pr-builds.md)
148+
- [PR Build Quick Reference](../docs/dev/pr-build-quick-ref.md)
149+
- [PR Install Scripts Overview](../docs/dev/pr-install-scripts.md)

0 commit comments

Comments
 (0)