diff --git a/templates/list.html b/templates/list.html
index 60548c6..841d8e3 100644
--- a/templates/list.html
+++ b/templates/list.html
@@ -141,7 +141,7 @@ function displayEvents(json) {
let defaultEmpty = "available";
let defaultType = null;
if (!json[space].i) {
- link = "https://louisville.campusdish.com/LocationsAndMenus/"+space;
+ link = "https://louisville.campusdish.com/LocationsAndMenus/Belknap/"+space;
defaultEmpty = "closed";
defaultType = "food"
}