diff --git a/arangod/Documentation/implementor-manual.dox b/arangod/Documentation/implementor-manual.dox
index a3f0a788d4..7670ca6718 100644
--- a/arangod/Documentation/implementor-manual.dox
+++ b/arangod/Documentation/implementor-manual.dox
@@ -105,12 +105,12 @@
///
@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_GET_blueprints_vertices "GET /_api/blueprints/vertices"
+/// @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_GET_blueprints_edges "GET /_api/blueprints/edges"
+/// @ref A_JSF_POST_blueprints_edges "POST /_api/blueprints/edges"
///
///
///