Skip to content

Commit

Permalink
Merge pull request #2 from mongodb-developer/fix-base-url
Browse files Browse the repository at this point in the history
Fixed base URL
  • Loading branch information
dfreniche authored Oct 31, 2024
2 parents 1051a93 + 6ef3096 commit 731534b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

In this lab, you will learn how to build AI Agents using MongoDB, AWS Bedrock and LangGraph.

You can access the online version of the lab [here](https://mongodb-developer.github.io/mdb-aws-ai-agents-lab/).
You can access the online version of the lab [here](https://mongodb-developer.github.io/mdb-aws-agents-lab/).

## Running the Lab Locally

Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// Change here to customise config

// Name of the Github Repo, it's also teh baseUrl
const workshopName = 'mdb-aws-ai-agents-lab';
const workshopName = 'mdb-aws-agents-lab';
// Change this if hosting outside mongodb-developer
const organizationName = "mongodb-developer";

Expand Down

0 comments on commit 731534b

Please sign in to comment.