diff --git a/app/views/admin/home/index.html.erb b/app/views/admin/home/index.html.erb
index 38d3fb1..c1e18dc 100644
--- a/app/views/admin/home/index.html.erb
+++ b/app/views/admin/home/index.html.erb
@@ -1,5 +1,3 @@
-
<%= link_to "Create New Editor", new_admin_user_path %>
+<%= link_to "Create New User", new_admin_user_path %>
<%= link_to "View All Users", admin_users_path %>
-<%= link_to "View All Drafted Posts", "#" %>
-<%= link_to "View All Published Posts", "#" %>
-<%= link_to "Create new resume", "#" %>
+<%= link_to "View All Jobs", job_index_path %>
\ No newline at end of file