Skip to content

Commit

Permalink
Merge pull request #42 from mongodb-developer/general-fixes
Browse files Browse the repository at this point in the history
Fixed lab assistant link
  • Loading branch information
dfreniche authored Oct 14, 2024
2 parents 0b2de9f + 0c2ed68 commit 0e55d14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/30-simple-queries/1-empty-aggregation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This code is the equivalent of a `SELECT * FROM AUTHORS`. It returns a [cursor](
[]
```

You're getting all documents in `authors`.
You're getting all documents in `authors` (although the Atlas UI is only showing a 10 documents sample)
</TabItem>

<TabItem value="mongodb-shell" label="MongoDB Shell">
Expand Down
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const config = {
items: [
{
label: "🤖 AI Lab Assistant",
href: "https://lab-ai-assistant.ue.r.appspot.com/",
href: "https://mdb.link/lab-assistant",
position: "right",
},
{
Expand Down

0 comments on commit 0e55d14

Please sign in to comment.