Fixing broken internal links
This commit is contained in:
parent
907a8f3415
commit
86d86c326b
15 changed files with 31 additions and 31 deletions
|
|
@ -159,8 +159,8 @@ Many developers use multiple agents for different tasks:
|
|||
### New to AI Coding?
|
||||
|
||||
1. **Start Simple**: [GitHub Copilot](github-copilot-agent)
|
||||
2. **Learn the Basics**: [Effective Prompting](../../getting-started/effective-prompting)
|
||||
3. **Try Examples**: [Getting More](../../getting-more)
|
||||
2. **Learn the Basics**: [Effective Prompting](../../gettingstarted/effective-prompting)
|
||||
3. **Try Examples**: [Getting More](../../gettingmore)
|
||||
4. **Explore Others**: Try Claude or Cursor for comparison
|
||||
|
||||
### Already Using AI?
|
||||
|
|
@ -202,15 +202,15 @@ See individual agent pages for specific privacy information.
|
|||
1. **Read agent pages** to understand capabilities
|
||||
2. **Choose one** to start with
|
||||
3. **Follow setup** instructions
|
||||
4. **Practice** with examples from [Getting More](../../getting-more)
|
||||
4. **Practice** with examples from [Getting More](../../gettingmore)
|
||||
5. **Experiment** with others as needed
|
||||
|
||||
## Resources
|
||||
|
||||
- [Setup Guide](../../getting-started/setup) - Environment configuration
|
||||
- [Effective Prompting](../../getting-started/effective-prompting) - Get better results
|
||||
- [Best Practices](../../getting-started/best-practices) - Use AI effectively
|
||||
- [Limitations](../../getting-started/limitations) - Understand constraints
|
||||
- [Setup Guide](../../gettingstarted/setup) - Environment configuration
|
||||
- [Effective Prompting](../../gettingstarted/effective-prompting) - Get better results
|
||||
- [Best Practices](../../gettingstarted/best-practices) - Use AI effectively
|
||||
- [Limitations](../../gettingstarted/limitations) - Understand constraints
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -743,9 +743,9 @@ with pros and cons of each."
|
|||
- [API Documentation](https://docs.anthropic.com/claude/reference)
|
||||
|
||||
### AL Guidelines
|
||||
- [Effective Prompting](../../getting-started/effective-prompting)
|
||||
- [Best Practices](../../getting-started/best-practices)
|
||||
- [Code Review Examples](../../getting-more/code-review)
|
||||
- [Effective Prompting](../../gettingstarted/effective-prompting)
|
||||
- [Best Practices](../../gettingstarted/best-practices)
|
||||
- [Code Review Examples](../../gettingmore/code-review)
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -640,9 +640,9 @@ Poor:
|
|||
- [Community Discord](https://discord.gg/cursor)
|
||||
|
||||
### AL Guidelines
|
||||
- [Effective Prompting](../../getting-started/effective-prompting)
|
||||
- [Best Practices](../../getting-started/best-practices)
|
||||
- [Getting More Examples](../../getting-more)
|
||||
- [Effective Prompting](../../gettingstarted/effective-prompting)
|
||||
- [Best Practices](../../gettingstarted/best-practices)
|
||||
- [Getting More Examples](../../gettingmore)
|
||||
|
||||
## Learning Cursor
|
||||
|
||||
|
|
|
|||
|
|
@ -503,13 +503,13 @@ Before accepting Copilot suggestions:
|
|||
### Official Resources
|
||||
- [GitHub Copilot Documentation](https://docs.github.com/copilot)
|
||||
- [VS Code Extension Page](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot)
|
||||
- [Getting Started Guide](https://docs.github.com/copilot/getting-started-with-github-copilot)
|
||||
- [Getting Started Guide](https://docs.github.com/copilot/gettingstarted-with-github-copilot)
|
||||
|
||||
### AL Guidelines Resources
|
||||
- [Setup Guide](../../getting-started/setup)
|
||||
- [Effective Prompting](../../getting-started/effective-prompting)
|
||||
- [Best Practices](../../getting-started/best-practices)
|
||||
- [Code Review Examples](../../getting-more/code-review)
|
||||
- [Setup Guide](../../gettingstarted/setup)
|
||||
- [Effective Prompting](../../gettingstarted/effective-prompting)
|
||||
- [Best Practices](../../gettingstarted/best-practices)
|
||||
- [Code Review Examples](../../gettingmore/code-review)
|
||||
|
||||
## When to Use GitHub Copilot
|
||||
|
||||
|
|
|
|||
|
|
@ -600,9 +600,9 @@ No separate charge - comes with Copilot subscription.
|
|||
- [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat)
|
||||
|
||||
### AL Guidelines Resources
|
||||
- [Effective Prompting](../../getting-started/effective-prompting)
|
||||
- [Best Practices](../../getting-started/best-practices)
|
||||
- [Getting More Examples](../../getting-more)
|
||||
- [Effective Prompting](../../gettingstarted/effective-prompting)
|
||||
- [Best Practices](../../gettingstarted/best-practices)
|
||||
- [Getting More Examples](../../gettingmore)
|
||||
|
||||
## Complementary Tools
|
||||
|
||||
|
|
|
|||
|
|
@ -145,7 +145,7 @@ Share it with the community!
|
|||
|
||||
## Related Resources
|
||||
|
||||
- [Setup Guide](../../getting-started/setup) - Environment configuration
|
||||
- [Setup Guide](../../gettingstarted/setup) - Environment configuration
|
||||
- [Blog Posts](../articles) - Tool reviews and comparisons
|
||||
- [Videos](../videos) - Tool demonstrations
|
||||
- [GitHub Discussions](https://github.com/microsoft/alguidelines/discussions) - Tool recommendations and support
|
||||
|
|
|
|||
|
|
@ -95,7 +95,7 @@ The community is grateful to developers who regularly share their knowledge abou
|
|||
## Learning Paths
|
||||
|
||||
### For Beginners
|
||||
1. Start with [Getting Started](../getting-started) in this hub
|
||||
1. Start with [Getting Started](../gettingstarted) in this hub
|
||||
2. Watch introductory videos about AI coding assistants
|
||||
3. Read beginner-friendly blog posts
|
||||
4. Try simple prompts with your own code
|
||||
|
|
|
|||
|
|
@ -563,7 +563,7 @@ Extensions are frequently updated. Check for updates regularly:
|
|||
|
||||
## Related Resources
|
||||
|
||||
- [Setup Guide](../../getting-started/setup) - Environment configuration
|
||||
- [Setup Guide](../../gettingstarted/setup) - Environment configuration
|
||||
- [Blog Posts](../articles) - Tool reviews and comparisons
|
||||
- [Videos](../videos) - Tool demonstrations
|
||||
- [Discussions](../discussions) - Tool recommendations and support
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue