diff --git a/app/views/maps/index.html.erb b/app/views/maps/index.html.erb
index cd9661e0..0e067a63 100644
--- a/app/views/maps/index.html.erb
+++ b/app/views/maps/index.html.erb
@@ -1,10 +1,12 @@
-<%#
- # @file
- # Shows a list of all maps, or just a user's maps.
- # TODO: What url is this accessible at?
- #%>
-
-
+<% #
+ # @file
+ # Shows a list of all maps, or just a user's maps.
+ # GET /explore/active(.:format)
+ # GET /explore/featured(.:format)
+ # GET /explore/mine(.:format)
+ # GET /explore/mapper/:id(.:format)
+ # GET /maps(.:format)
+ # %>