diff --git a/lab-p6/README.md b/lab-p6/README.md
index 32e2bc45194f53a1948b49b39a7bb05dfa3e3830..f1204a70bf9451423ddf2512a8d4d4343c54f8b1 100644
--- a/lab-p6/README.md
+++ b/lab-p6/README.md
@@ -36,7 +36,7 @@ Create a `lab-p6` directory and download the following files into the `lab-p6` d
 * `practice.ipynb`
 * `practice_test.py`
 
-If it takes too long to load the file `airbnb.csv` on GitLab, you can directly download the file from this link: [https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv). You will need to **Right Click**, and click on the **Save as...** button to save the file through this method.
+If it takes too long to load the file `airbnb.csv` on GitLab, you can directly download the file from this link: [https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p6/airbnb.csv](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p6/airbnb.csv). You will need to **Right Click**, and click on the **Save as...** button to save the file through this method.
 
 **Note:** If you accidentally downloaded the file as a `.txt` instead of `.csv` (or `.cvs` or `.csv.txt`)
 (say `airbnb.cvs`), you can execute `mv airbnb.cvs airbnb.csv` on a
diff --git a/p6/README.md b/p6/README.md
index 840f472b10366b0e626da69b67e463885e9d99d6..3a7f9b54dfb399ca3cc4698bbbc4eee598ca1265 100644
--- a/p6/README.md
+++ b/p6/README.md
@@ -16,7 +16,7 @@ You are **allowed** to work with a partner on your projects. While it is not req
 
 This project will focus on **accessing data in csv file** and **string methods**. To start, download [`p6.ipynb`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/p6.ipynb), [`p6_test.py`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/p6_test.py) and [`airbnb.csv`](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv).
 
-If it takes too long to load the file `airbnb.csv` on GitLab, you can directly download the file from this link: [https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projectdesign/-/raw/main/p6/airbnb.csv). You will need to **Right Click**, and click on the **Save as...** button to save the file through this method.
+If it takes too long to load the file `airbnb.csv` on GitLab, you can directly download the file from this link: [https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p6/airbnb.csv](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/raw/main/p6/airbnb.csv). You will need to **Right Click**, and click on the **Save as...** button to save the file through this method.
 
 **Note:** Please go through [Lab-P6](https://git.doit.wisc.edu/cdis/cs/courses/cs220/cs220-s23-projects/-/tree/main/lab-p6) before you start the project. The lab contains some very important information that will be necessary for you to finish the project.