diff --git a/Src/VideoGameQuotes.Web/Views/Admin/Index.aspx b/Src/VideoGameQuotes.Web/Views/Admin/Index.aspx
index 9f17afc..103e864 100644
--- a/Src/VideoGameQuotes.Web/Views/Admin/Index.aspx
+++ b/Src/VideoGameQuotes.Web/Views/Admin/Index.aspx
@@ -4,9 +4,9 @@
Site Administration
- - <%= Html.ActionLink("Create admin", "Create", "Admin") %>
- - <%= Html.ActionLink("Change password", "Password", "Admin") %>
- - <%= Html.ActionLink("View quote flags", "Flags", "Admin") %>
- - <%= Html.ActionLink("Manage users", "Users", "Admin") %>
+ - <%= Html.ActionLink("Create admin", "create", "Admin") %>
+ - <%= Html.ActionLink("Change password", "password", "Admin") %>
+ - <%= Html.ActionLink("View quote flags", "flags", "Admin") %>
+ - <%= Html.ActionLink("Manage users", "users", "Admin") %>
\ No newline at end of file