diff --git a/src/main/resources/templates/page/groupList.html b/src/main/resources/templates/page/groupList.html index b1ef9f7f359498c2ebd30f97287aa310b2779f46..555c0490acf48ce1c3de540d580bc3f1e3fa27f4 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>