From 8ef1cc52bcd320168850141057645a610077e17b Mon Sep 17 00:00:00 2001
From: Porter Libby <pelibby16@earlham.edu>
Date: Wed, 21 Feb 2024 16:00:23 -0500
Subject: [PATCH] update links

---
 topical-units/env-sql/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/topical-units/env-sql/README.md b/topical-units/env-sql/README.md
index a3ee082..878c3b4 100644
--- a/topical-units/env-sql/README.md
+++ b/topical-units/env-sql/README.md
@@ -10,8 +10,8 @@ We will provide you a personal database (`$username_db`) on the main CS server.
 - [w3schools SQL (with interactive demos)](https://www.w3schools.com/sql/)
 - [SQL Basics Cheatsheet](https://learnsql.com/blog/sql-basics-cheat-sheet/sql-basics-cheat-sheet-letter.pdf)
 - Some data sets you can use:
-  - Icelandic Weather data (In this repository)
-  - Richmond Indiana percipitation data (In this repository)
+  - [Icelandic Weather data](Iceland-Weather.csv) (In this repository)
+  - [Richmond Indiana percipitation data](richmond-indiana-water-works.csv) (In this repository)
   - [data.gov datasets](https://catalog.data.gov/dataset/?res_format=CSV)
  
 
-- 
GitLab