diff --git a/Documentation/Makefile.files b/Documentation/Makefile.files
index 7412dbf9ee..82960938ab 100644
--- a/Documentation/Makefile.files
+++ b/Documentation/Makefile.files
@@ -19,7 +19,6 @@ DOXYGEN_TOC = \
DOXYGEN = \
Doxygen/js/actions/system/api-collection.c \
- Doxygen/js/actions/system/api-blueprints.c \
Doxygen/js/actions/system/api-cursor.c \
Doxygen/js/actions/system/api-edges.c \
Doxygen/js/actions/system/api-explain.c \
diff --git a/arangod/Documentation/implementor-manual.dox b/arangod/Documentation/implementor-manual.dox
index 8dc2abbcb1..0c895634fb 100644
--- a/arangod/Documentation/implementor-manual.dox
+++ b/arangod/Documentation/implementor-manual.dox
@@ -100,21 +100,21 @@
///
///
///
-/// - @ref HttpBlueprints
+///
- @ref HttpGraph
///
-/// - @ref A_JSF_POST_blueprints_graph "POST /_api/blueprints/graph"
-/// - @ref A_JSF_GET_blueprints_graph "GET /_api/blueprints/graph"
-/// - @ref A_JSF_DELETE_blueprints_graph "DELETE /_api/blueprints/graph"
-/// - @ref A_JSF_POST_blueprints_vertex "POST /_api/blueprints/vertex"
-/// - @ref A_JSF_GET_blueprints_vertex "GET /_api/blueprints/vertex"
-/// - @ref A_JSF_PUT_blueprints_vertex "PUT /_api/blueprints/vertex"
-/// - @ref A_JSF_DELETE_blueprints_vertex "DELETE /_api/blueprints/vertex"
-/// - @ref A_JSF_POST_blueprints_vertices "POST /_api/blueprints/vertices"
-/// - @ref A_JSF_POST_blueprints_edge "POST /_api/blueprints/edge"
-/// - @ref A_JSF_GET_blueprints_edge "GET /_api/blueprints/edge"
-/// - @ref A_JSF_PUT_blueprints_edge "PUT /_api/blueprints/edge"
-/// - @ref A_JSF_DELETE_blueprints_edge "DELETE /_api/blueprints/edge"
-/// - @ref A_JSF_POST_blueprints_edges "POST /_api/blueprints/edges"
+/// - @ref A_JSF_POST_graph_graph "POST /_api/graph"
+/// - @ref A_JSF_GET_graph_graph "GET /_api/graph"
+/// - @ref A_JSF_DELETE_graph_graph "DELETE /_api/graph"
+/// - @ref A_JSF_POST_graph_vertex "POST /_api/graph/graph-name/vertex"
+/// - @ref A_JSF_GET_graph_vertex "GET /_api/graph/graph-name/vertex"
+/// - @ref A_JSF_PUT_graph_vertex "PUT /_api/graph/graph-name/vertex"
+/// - @ref A_JSF_DELETE_graph_vertex "DELETE /_api/graph/graph-name/vertex"
+/// - @ref A_JSF_POST_graph_vertices "POST /_api/graph/graph-name/vertices"
+/// - @ref A_JSF_POST_graph_edge "POST /_api/graph/graph-name/edge"
+/// - @ref A_JSF_GET_graph_edge "GET /_api/graph/graph-name/edge"
+/// - @ref A_JSF_PUT_graph_edge "PUT /_api/graph/graph-name/edge"
+/// - @ref A_JSF_DELETE_graph_edge "DELETE /_api/graph/graph-nam}/edge"
+/// - @ref A_JSF_POST_graph_edges "POST /_api/graph/graph-name/edges"
///
///
///