-
Notifications
You must be signed in to change notification settings - Fork 697
docs: fix broken links in articles-guides references #699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -4,18 +4,18 @@ This repository contains pre-built examples to help customers get started with t | |||||
|
|
||||||
| ## Contents | ||||||
|
|
||||||
| - [Introduction to Bedrock](introduction-to-bedrock) - Learn the basics of the Bedrock service | ||||||
| - [Introduction to Bedrock](../introduction-to-bedrock) - Learn the basics of the Bedrock service | ||||||
| - [Prompt Engineering ](prompt-engineering) - Tips for crafting effective prompts | ||||||
| - [Bedrock Fine-tuning](bedrock-fine-tuning) - Fine-tune Bedrock models for your specific use case | ||||||
| - [Custom Model Import](custom-models) - Import custom models into Bedrock | ||||||
| - [Generative AI Solutions](generative-ai-solutions) - Example use cases for generative AI | ||||||
| - [Knowledge Bases](knowledge-bases) - Build knowledge bases with Bedrock | ||||||
| - [Retrival Augmented Generation (RAG)](rag-solutions) - Implementing RAG with Amazon Bedrock | ||||||
| - [Agents](agents-for-bedrock) - Generative AI agents with Bedrock | ||||||
| - [Security and Governance](security-and-governance) - Secure your Bedrock applications | ||||||
| - [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 | ||||||
| - [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 | ||||||
|
||||||
| - [Knowledge Bases](../rag) - Build knowledge bases with Bedrock | |
| - [Knowledge Bases](../rag/knowledge-bases) - Build knowledge bases with Bedrock |
Copilot
AI
Apr 17, 2026
There was a problem hiding this comment.
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".
| - [Retrival Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock | |
| - [Retrieval Augmented Generation (RAG)](../rag) - Implementing RAG with Amazon Bedrock |
Copilot
AI
Apr 17, 2026
There was a problem hiding this comment.
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".
| - [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 |
There was a problem hiding this comment.
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.