diff --git a/api-ref/source/v2/lbaas-v2.inc b/api-ref/source/v2/lbaas-v2.inc
index 41cb8b568..3696e91c1 100644
--- a/api-ref/source/v2/lbaas-v2.inc
+++ b/api-ref/source/v2/lbaas-v2.inc
@@ -4,7 +4,7 @@
Neutron-lbaas is deprecated as of Queens. Load-Balancer-as-a-Service
(LBaaS v2) is now provided by the `Octavia project
`_. The `Octavia API v2
- `_ is
+ `_ is
backwards compatible with the neutron-lbaas implementation of the LBaaS 2.0
API. Please see the FAQ:
https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation
diff --git a/neutron_lib/placement/constants.py b/neutron_lib/placement/constants.py
index a06dbe4ad..e8f99128f 100644
--- a/neutron_lib/placement/constants.py
+++ b/neutron_lib/placement/constants.py
@@ -22,7 +22,7 @@ CLASS_NET_BW_INGRESS_KBPS = 'NET_BW_IGR_KILOBIT_PER_SEC'
# Optionally reported inventory parameters. Mandatory parameters like 'total'
# are left out intentionally. See also:
-# https://developer.openstack.org/api-ref/placement
+# https://docs.openstack.org/api-ref/placement
# /#update-resource-provider-inventory
INVENTORY_OPTIONS = set([
'allocation_ratio',