diff --git a/firstapp/source/getting_started.rst b/firstapp/source/getting_started.rst index b1014e8d4..ee5bd1b8a 100644 --- a/firstapp/source/getting_started.rst +++ b/firstapp/source/getting_started.rst @@ -60,7 +60,7 @@ and toolkits with the OpenStack cloud: * - Python - OpenStack SDK - Official Python-based library for OpenStack. - - https://docs.openstack.org/python-openstacksdk/latest/ + - https://docs.openstack.org/openstacksdk/latest/ * - Python - `Libcloud `_ - A Python-based library that the Apache Foundation manages. diff --git a/www/.htaccess b/www/.htaccess index 50c23ebd7..afb99db8a 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -66,4 +66,4 @@ redirect 301 /api-ref-telemetry-v2.html https://docs.openstack.org/ceilometer/la redirectmatch 301 /api-ref/{{ alias }}/(.*) /api-ref/{{ service_type }}/$1 {% endfor %} -redirect 301 /sdks/python/openstacksdk https://docs.openstack.org/python-openstacksdk/latest/ +redirect 301 /sdks/python/openstacksdk https://docs.openstack.org/openstacksdk/latest/