summaryrefslogtreecommitdiff
path: root/doc/source/user/architecture.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/user/architecture.rst')
-rw-r--r--doc/source/user/architecture.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/architecture.rst b/doc/source/user/architecture.rst
index 39871af24f..0a2caace30 100644
--- a/doc/source/user/architecture.rst
+++ b/doc/source/user/architecture.rst
@@ -59,6 +59,6 @@ of a typical Nova deployment.
* Compute: manages communication with hypervisor and virtual machines.
* Conductor: handles requests that need coordination (build/resize), acts as a
database proxy, or handles object conversions.
-* `Placement <https://docs.openstack.org/nova/latest/user/placement.html>`__: tracks resource provider inventories and usages.
+* :placement-doc:`Placement <>`: tracks resource provider inventories and usages.
While all services are designed to be horizontally scalable, you should have significantly more computes than anything else.