From ee51a62a7cec4da17c3b7948b4c0de4f46ff89e0 Mon Sep 17 00:00:00 2001 From: c22122192 <XiaoX16@cardiff.ac.uk> Date: Tue, 29 Oct 2024 19:44:12 +0000 Subject: [PATCH] XiaoXie --- src/main/resources/templates/page/groupList.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/page/groupList.html b/src/main/resources/templates/page/groupList.html index b1ef9f7..555c049 100644 --- a/src/main/resources/templates/page/groupList.html +++ b/src/main/resources/templates/page/groupList.html @@ -16,7 +16,7 @@ <ul> <li><a th:href="@{/index}">Index</a></li> <li><a th:href="@{/groupList}">GroupList</a></li> - <li><a th:href="@{/itemForm}">Shelf Item</a></li> + <li><a th:href="@{/itemList}">Shelf Item</a></li> <li><a th:href="@{/personalInformation}">Personal Information</a></li> </ul> </nav> -- GitLab