Update api-ref location

The api documentation is now published on docs.openstack.org instead
of developer.openstack.org. Update all links that are changed to the
new location.

Note that redirects will be set up as well but let's point now to the
new location.

For details, see:
http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html

Change-Id: If5ecd53888b339701ee162b66ae988c9cd9efd36
This commit is contained in:
Andreas Jaeger 2019-07-30 19:55:11 +02:00
parent 5f23fa809c
commit 66dfa3f57c
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ capabilities to Neutron. Maintained as a separate repo, this works in
conjunction with the Neutron repo to provide VPN services for OpenStack.
The `VPNaaS API`_ is implementation as an extension to Neutron's networking API:
.. _`VPNaaS API`: https://developer.openstack.org/api-ref/network/v2/index.html#vpnaas-2-0-vpn-vpnservices-ikepolicies-ipsecpolicies-endpoint-groups-ipsec-site-connections
.. _`VPNaaS API`: https://docs.openstack.org/api-ref/network/v2/index.html#vpnaas-2-0-vpn-vpnservices-ikepolicies-ipsecpolicies-endpoint-groups-ipsec-site-connections
Enjoy!
@ -37,7 +37,7 @@ Using VPNaaS
configuration/index
user/index
admin/index
API reference <https://developer.openstack.org/api-ref/network/v2/index.html#vpnaas-2-0-vpn-vpnservices-ikepolicies-ipsecpolicies-endpoint-groups-ipsec-site-connections>
API reference <https://docs.openstack.org/api-ref/network/v2/index.html#vpnaas-2-0-vpn-vpnservices-ikepolicies-ipsecpolicies-endpoint-groups-ipsec-site-connections>
Release Notes <https://docs.openstack.org/releasenotes/neutron-vpnaas/>
For Contributors