diff --git a/doc/src/vpr/placement_constraints.rst b/doc/src/vpr/placement_constraints.rst
index 84d86342443..f74f742de6e 100644
--- a/doc/src/vpr/placement_constraints.rst
+++ b/doc/src/vpr/placement_constraints.rst
@@ -15,16 +15,16 @@ A Constraints File Example
-
-
-
-
-
+
+
+
+
-
-
-
+
+
+
@@ -41,7 +41,7 @@ VPR has a specific XML format which must be used when creating a placement const
The file is passed as an input to VPR when running with placement constraints. When the file is read in, its information is used during the packing and placement stages of VPR. The hierarchy of the file is set up as follows.
-.. note:: Use the VPR :option: `--read_vpr_constraints` to specify the VPR placement constraints file that is to be loaded.
+.. note:: Use the VPR option :vpr:option:`--read_vpr_constraints` to specify the VPR placement constraints file that is to be loaded.
The top level tag is the ```` tag. This tag contains one ```` tag. The ```` tag can be made up of an unbounded number of ```` tags. The ```` tags contains all of the detailed information of the placement constraints, and is described in detail below.