Skip to content

docs: fix broken links in articles-guides references#699

Open
VenkataAnilKumar wants to merge 1 commit intoaws-samples:mainfrom
VenkataAnilKumar:docs/662-fix-broken-links-articles-guides
Open

docs: fix broken links in articles-guides references#699
VenkataAnilKumar wants to merge 1 commit intoaws-samples:mainfrom
VenkataAnilKumar:docs/662-fix-broken-links-articles-guides

Conversation

@VenkataAnilKumar
Copy link
Copy Markdown

Fixes #662

Copilot AI review requested due to automatic review settings April 17, 2026 21:42
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md internal “Contents” links to point to the correct top-level folders.
  • Update the root README.md “Prompt Engineering” link to point directly to articles-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.

Comment thread articles-guides/README.md
- [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
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- [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

Copilot uses AI. Check for mistakes.
Comment thread articles-guides/README.md
- [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
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
- [Knowledge Bases](../rag) - Build knowledge bases with Bedrock
- [Knowledge Bases](../rag/knowledge-bases) - Build knowledge bases with Bedrock

Copilot uses AI. Check for mistakes.
Comment thread articles-guides/README.md
- [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
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling: "Retrival" should be "Retrieval".

Suggested change
- [Retrival Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock
- [Retrieval Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock

Copilot uses AI. Check for mistakes.
Comment thread articles-guides/README.md
- [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
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Spelling: "useage" should be "usage".

Suggested change
- [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

Copilot uses AI. Check for mistakes.
@VenkataAnilKumar
Copy link
Copy Markdown
Author

Hi, the changes are ready for review. Happy to adjust as needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Broken Links for https://github.com/aws-samples/amazon-bedrock-samples/tree/main/articles-guides

2 participants