Skip to content

docs: fix typos in 03_combining_project_blueprints_with_multipage_documents.ipynb#700

Open
VenkataAnilKumar wants to merge 2 commits intoaws-samples:mainfrom
VenkataAnilKumar:docs/522-typo-fix
Open

docs: fix typos in 03_combining_project_blueprints_with_multipage_documents.ipynb#700
VenkataAnilKumar wants to merge 2 commits intoaws-samples:mainfrom
VenkataAnilKumar:docs/522-typo-fix

Conversation

@VenkataAnilKumar
Copy link
Copy Markdown

Fixes #522. Corrected typos: 'chan' to 'can' and added missing space in 'output, custom'.

Copilot AI review requested due to automatic review settings April 17, 2026 21:50
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

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

Updates documentation content to correct typos in the BDA workshop notebook and adjusts README navigation links.

Changes:

  • Fixes a missing space in the “standard output, custom output” wording in the multipage documents workshop notebook.
  • Updates articles-guides/README.md links to point to top-level directories (via ../...) instead of local paths.
  • Updates the root README.md “Prompt Engineering” link to point into articles-guides.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 5 comments.

File Description
data-automation-bda/workshops/01-document/03_combining_project_blueprints_with_multipage_documents.ipynb Fixes a documentation typo in a markdown cell (“output, custom”).
articles-guides/README.md Adjusts section links to reference top-level folders from within articles-guides/.
README.md Updates the “Prompt Engineering” link target to the articles-guides documentation entrypoint.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md

- [Introduction to Bedrock](introduction-to-bedrock) - Learn the basics of the Bedrock service
- [Prompt Engineering ](articles-guides) - Tips for crafting effective prompts
- [Prompt Engineering ](articles-guides/README.md) - Tips for crafting effective prompts
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.

There’s an extra trailing space in the link text "Prompt Engineering ", which reads like a typo. Consider removing the extra space so the rendered link text is consistent with the other entries.

Suggested change
- [Prompt Engineering ](articles-guides/README.md) - Tips for crafting effective prompts
- [Prompt Engineering](articles-guides/README.md) - Tips for crafting effective prompts

Copilot uses AI. Check for mistakes.
Comment thread README.md

- [Introduction to Bedrock](introduction-to-bedrock) - Learn the basics of the Bedrock service
- [Prompt Engineering ](articles-guides) - Tips for crafting effective prompts
- [Prompt Engineering ](articles-guides/README.md) - Tips for crafting effective prompts
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.

PR title/description and linked issue mention fixing typos in a specific notebook, but this PR also changes navigation links in README.md and articles-guides/README.md. Please either update the PR title/description to reflect the additional scope or split the README link updates into a separate PR.

Copilot uses AI. Check for mistakes.
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 link text/description says this section is about fine-tuning, but it points to ../model-latency-benchmarking (latency benchmarking). Either update the link target to the fine-tuning content (if it exists), or rename the entry/description to match the benchmarking folder so readers aren’t misdirected.

Suggested change
- [Bedrock Fine-tuning](../model-latency-benchmarking) - Fine-tune Bedrock models for your specific use case
- [Model Latency Benchmarking](../model-latency-benchmarking) - Benchmark Bedrock model latency for your specific use case

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.

Typo in link title: "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.

Typo in description: "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.
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.

Typos in 03_combining_project_blueprints_with_multipage_documents.ipynb

2 participants