Skip to content

Commit 0e55d14

Browse files
authored
Merge pull request #42 from mongodb-developer/general-fixes
Fixed lab assistant link
2 parents 0b2de9f + 0c2ed68 commit 0e55d14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/30-simple-queries/1-empty-aggregation.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This code is the equivalent of a `SELECT * FROM AUTHORS`. It returns a [cursor](
2222
[]
2323
```
2424

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

2828
<TabItem value="mongodb-shell" label="MongoDB Shell">

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ const config = {
162162
items: [
163163
{
164164
label: "🤖 AI Lab Assistant",
165-
href: "https://lab-ai-assistant.ue.r.appspot.com/",
165+
href: "https://mdb.link/lab-assistant",
166166
position: "right",
167167
},
168168
{

0 commit comments

Comments
 (0)