diff --git a/docs/mra-reference.md b/docs/mra-reference.md
index e2507a05c8f34a90596d61af36e3ed52f1227da2..1f571dc2f5cbf074e3d0f81b5b547ab19273ecff 100644
--- a/docs/mra-reference.md
+++ b/docs/mra-reference.md
@@ -24,7 +24,7 @@ Resource | Description
 ---------|------------
 [**GET    workspaces**](pages/workspaces.md#get-workspaces) | Returns a list containing workspaces.
 [**POST    workspaces**](pages/workspaces.md#post-workspaces) | Creates a new workspace.
-[**GET    workspaces/_{ws}_**](pages/workspaces.md#get-workspaces-ws) | Returns the given workspace.
+[**GET    workspaces/_{ws}_**](pages/workspaces.md#get-workspacesws) | Returns the given workspace.
 [**GET    workspaces/_{ws}_/datastores**](pages/datastores.md#get-workspaceswsdatastores) | Returns a list containing data stores in the given workspace.
 [**POST   workspaces/_{ws}_/datastores**](pages/datastores.md#post-workspaceswsdatastores) | Creates  a new data store.
 [**GET    workspaces/_{ws}_/datastores/_{ds}_**](pages/datastores.md#get-workspaceswsdatastoresds) | Returns data store _{ds}_.