Skip to content

Commit 1ca620b

Browse files
authored
Merge pull request #28 from Meg528/patch-21
Update 30-quick-start.mdx
2 parents fe5c233 + 989a74c commit 1ca620b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/30-quick-start.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ import TabItem from '@theme/TabItem';
44
# 👐 Quick Start
55

66
:::tip
7-
In this lab, we will be using Jupyter Notebooks, which is an interactive Python environment. If you are new to Jupyter Notebooks, use [this](https://mongodb-developer.github.io/vector-search-lab/docs/dev-env/jupyter-notebooks) guide to familiarize yourself with the environment.
7+
In this lab, we will be using Jupyter Notebooks, which is an interactive Python environment. If you are new to Jupyter Notebooks, use [this guide](https://mongodb-developer.github.io/vector-search-lab/docs/dev-env/jupyter-notebooks) to familiarize yourself with the environment.
88
:::
99

1010
<Tabs groupId="setup options">
1111
<TabItem value="Instruqt" label="Instruqt">
1212

1313
Instruqt is a lab platform that provides cloud-based sandboxes which come pre-configured with all the tools you need to run this lab.
1414

15-
**Navigate to the Instruqt lab using [this](http://mdb.link/instruqt-jedee) link.** Fill out the form that appears and click **Submit and access**.
15+
**Navigate to the Instruqt lab using [this link](http://mdb.link/instruqt-jedee).** Fill out the form that appears and click **Submit and access**.
1616

1717
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/3-submit-form.png" alt="Submit Instruqt form" />
1818

@@ -22,25 +22,25 @@ Click **Start** to launch the lab environment.
2222

2323
You should see a screen with a purple progress bar indicating that Instruqt is preparing a sandbox with all the required libraries for this lab and a MongoDB cluster.
2424

25-
Once this is done, you should see a Start button at the bottom right of the screen. Click this to enter the lab.
25+
Once this is done, you should see a **Start** button at the bottom right of the screen. Click this to enter the lab.
2626

2727
<Screenshot url="https://play.instruqt.com" src="img/screenshots/20-dev-env/1-dev-env-setup/instruqt/5-start-lab.png" alt="Start Instruqt lab" />
2828

2929
</TabItem>
3030

3131
<TabItem value="GitHub Codespaces" label="GitHub Codespaces">
3232

33-
1. Sign in to Github, and open this repository: [mdb.link/jedee](https://mdb.link/jedee)
34-
2. Click on `Code` > Click on `Codespaces` > Click on `Create a Codespace on Main`
35-
3. ⚠️ **Wait for the Codespace to load completely**
33+
1. Sign in to GitHub, and open this repository: [mdb.link/jedee](https://mdb.link/jedee).
34+
2. Click on `Code` > Click on `Codespaces` > Click on `Create a Codespace on Main`.
35+
3. ⚠️ **Wait for the Codespace to load completely.**
3636

3737
![Quick start steps 4 to 8](/img/jedee.png)
3838

3939
</TabItem>
4040

4141
</Tabs>
4242

43-
### Connect to the MongoDB cluster
43+
## Connect to the MongoDB cluster
4444

4545
Let's first connect to the MongoDB database that was created for you. This will allow you to view data we import into the cluster later in the lab, directly from the IDE.
4646

0 commit comments

Comments
 (0)