Skip to content

Commit

Permalink
Docfix: Update broken links and typos(#20)
Browse files Browse the repository at this point in the history
* Update README.md

* Update installation.md

corrected the package name

* Update UserGuide.md

package name correction
  • Loading branch information
manu-mishra authored Aug 16, 2024
1 parent cfb1788 commit fdd45ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For complete project documentation, please see our [official project documentati

## Examples

To view a library of templates leveraging the `agents-for-amazaon-bedrock-blueprints` and a library of prompts, please see our [Bedrock Samples Repository](https://github.com/aws-samples/amazon-bedrock-samples/tree/main/agents-for-bedrock/agent-blueprint-templates).
To view a library of templates leveraging the `agents-for-amazon-bedrock-blueprints` and a library of prompts, please see our [Bedrock Samples Repository](https://github.com/aws-samples/amazon-bedrock-samples/tree/main/agents-for-bedrock/agent-blueprint-templates).

## Key Components

Expand All @@ -36,9 +36,9 @@ The `BedrockAgentBlueprintsConstruct` is composed of the following key co

## Usage

Run the following command to install the `agents-for-amazaon-bedrock-blueprints` dependency in your project.
Run the following command to install the `agents-for-amazon-bedrock-blueprints` dependency in your project.
```
npm i @aws/agents-for-amazaon-bedrock-blueprints
npm i @aws/agents-for-amazon-bedrock-blueprints
```

Here's an example of how to use the `BedrockAgentBlueprintsConstruct`:
Expand Down
2 changes: 1 addition & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Before you can use the `BedrockAgentBlueprintsConstruct`, ensure that yo
2. Install the `BedrockAgentBlueprintsConstruct` package:

```
npm install @aws/agents-for-amazaon-bedrock-blueprints
npm install @aws/agents-for-amazon-bedrock-blueprints
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ If you prefer to install the Agent Blueprints package manually, follow these ste
2. Install the `BedrockAgentBlueprintsConstruct` package:

```
npm install @aws/agents-for-amazaon-bedrock-blueprints
npm install @aws/agents-for-amazon-bedrock-blueprints
```

<h3>How to use Agent Blueprint?</h3>
Expand Down Expand Up @@ -49,4 +49,4 @@ const hotelsInfo = new KnowledgeBase(...);
travelAssistant.addKnowledgeBase(hotelsInfo) // Allows user to add their own resources

//Add the resources to the stack deployment.
```
```

0 comments on commit fdd45ca

Please sign in to comment.