docs: fix broken links in articles-guides references#699
docs: fix broken links in articles-guides references#699VenkataAnilKumar wants to merge 1 commit intoaws-samples:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Fixes broken navigation links to the articles-guides content (Issue #662) by updating README references so readers can reach the intended sections from GitHub.
Changes:
- Update
articles-guides/README.mdinternal “Contents” links to point to the correct top-level folders. - Update the root
README.md“Prompt Engineering” link to point directly toarticles-guides/README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| articles-guides/README.md | Rewrites “Contents” links to correct relative paths from the articles-guides subfolder. |
| README.md | Adjusts the “Prompt Engineering” entry to link directly to the articles/guides README. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [Responsible AI](responsible-ai) - Use Bedrock responsibly and ethically | ||
| - [Operational Tooling](ops-tooling) - Helpful samples to help operationalize your useage of Amazon Bedrock | ||
| - [Multimodal](multimodal) - Working with multimodal data using Amazon Bedrock | ||
| - [Bedrock Fine-tuning](../model-latency-benchmarking) - Fine-tune Bedrock models for your specific use case |
There was a problem hiding this comment.
The "Bedrock Fine-tuning" entry links to ../model-latency-benchmarking, which is a latency benchmarking tool (not fine-tuning). This is likely still a broken/misdirected link; consider pointing it to the fine-tuning content under ../custom-models/bedrock-fine-tuning (or another fine-tuning-specific location) so the label matches the destination.
| - [Bedrock Fine-tuning](../model-latency-benchmarking) - Fine-tune Bedrock models for your specific use case | |
| - [Bedrock Fine-tuning](../custom-models/bedrock-fine-tuning) - Fine-tune Bedrock models for your specific use case |
| - [Bedrock Fine-tuning](../model-latency-benchmarking) - Fine-tune Bedrock models for your specific use case | ||
| - [Custom Model Import](../custom-models) - Import custom models into Bedrock | ||
| - [Generative AI Solutions](../genai-use-cases) - Example use cases for generative AI | ||
| - [Knowledge Bases](../rag) - Build knowledge bases with Bedrock |
There was a problem hiding this comment.
The "Knowledge Bases" item currently links to ../rag, but there is a dedicated rag/knowledge-bases/ section. Linking directly to ../rag/knowledge-bases would avoid sending readers to the top-level RAG page and better matches the entry name.
| - [Knowledge Bases](../rag) - Build knowledge bases with Bedrock | |
| - [Knowledge Bases](../rag/knowledge-bases) - Build knowledge bases with Bedrock |
| - [Custom Model Import](../custom-models) - Import custom models into Bedrock | ||
| - [Generative AI Solutions](../genai-use-cases) - Example use cases for generative AI | ||
| - [Knowledge Bases](../rag) - Build knowledge bases with Bedrock | ||
| - [Retrival Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock |
There was a problem hiding this comment.
Spelling: "Retrival" should be "Retrieval".
| - [Retrival Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock | |
| - [Retrieval Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock |
| - [Agents](../agents-and-function-calling) - Generative AI agents with Bedrock | ||
| - [Security and Governance](../security) - Secure your Bedrock applications | ||
| - [Responsible AI](../responsible_ai) - Use Bedrock responsibly and ethically | ||
| - [Operational Tooling](../evaluation-observe) - Helpful samples to help operationalize your useage of Amazon Bedrock |
There was a problem hiding this comment.
Spelling: "useage" should be "usage".
| - [Operational Tooling](../evaluation-observe) - Helpful samples to help operationalize your useage of Amazon Bedrock | |
| - [Operational Tooling](../evaluation-observe) - Helpful samples to help operationalize your usage of Amazon Bedrock |
|
Hi, the changes are ready for review. Happy to adjust as needed. |
Fixes #662