Skip to content

Commit 3903cb6

Browse files
authored
fix links
1 parent dc5f720 commit 3903cb6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/instructor-guides/io-testing.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@ codedamn's I/O labs offers the best-in-class experience for creators to setup a
1515

1616
On the curriculum page, clicking on the "+ lab" button under a section of the course will create a new lab lesson in the section. Now clicking on the edit button will open a new modal for you to create a new I/O lab and linking it to the existing lesson. You can enter the title of the lab and click "Create I/O lab"
1717

18-
![](images/guides/io-lab/create-io-lab.png)
18+
![](/images/guides/io-lab/create-io-lab.png)
1919

2020
### 2. Link the I/O Lab
2121

2222
The new I/O Lab will now be available in the list of the labs that you've created on your account, now click on the "Link" button to link your I/O Lab with the lab lesson.
23-
![](images/guides/io-lab/link-io-lab.png)
23+
![](/images/guides/io-lab/link-io-lab.png)
2424

2525
### 3. Setup Instructions for the Lab
2626

2727
Clicking on the edit button will open up the edit mode of the I/O Lab, this will give you the complete functionality to setup and test your lab.
2828

2929
Here's how the edit mode will look like.
3030

31-
![](images/guides/io-lab/editmode-preview.png)
31+
![](/images/guides/io-lab/editmode-preview.png)
3232

3333
You can use the description area to setup the Instructors for the lab. Mention all the required details to complete the lab and click on `save changes` to update them.
3434

@@ -48,15 +48,15 @@ We'll be selecting `Python` for this guide.
4848

4949
You would see that a two new files have opened up on your right side of the screen as soon as you've select the verified solution.
5050

51-
![](images/guides/io-lab/verified-solution.png)
51+
![](/images/guides/io-lab/verified-solution.png)
5252

5353
### 5. Setting up verified solution
5454

5555
Once you've selected the languages for the verfied solution, you should be able to see two files in the text editor on the right side of your screen.
5656

5757
Both of the files will be having the same name, but one file would be part of the solution folder like `solution/main.py`. This file would contain the verified solution for the challenges. Now it's time to write the solution for the challenge
5858

59-
![](images/guides/io-lab/verified-solution-written.png)
59+
![](/images/guides/io-lab/verified-solution-written.png)
6060

6161
### 6. Setup test cases
6262

@@ -68,7 +68,7 @@ If you're case requires a large input set (which can be very hard to copy/paste
6868

6969
If the test cases are simple to set up you can set them up normally by typing in the text area.
7070

71-
![](images/guides/io-lab/setup-test-case.png)
71+
![](/images/guides/io-lab/setup-test-case.png)
7272

7373
### 7. Generate the output for the test cases
7474

0 commit comments

Comments
 (0)