diff --git a/doc/local-files.html b/doc/local-files.html index 9f79b622d5..6b6afd6a86 100644 --- a/doc/local-files.html +++ b/doc/local-files.html @@ -111,7 +111,7 @@ the OpenStack documentation page in this form.
-
+
Training Guides
diff --git a/doc/training-guides/pom.xml b/doc/training-guides/pom.xml index 081c843240..7393520a74 100644 --- a/doc/training-guides/pom.xml +++ b/doc/training-guides/pom.xml @@ -34,10 +34,9 @@ st-training-guides.xml . - http://docs.openstack.org/${release.path.name}/training-guides/ - ${basedir}/target/docbkx/webhelp/${release.path.name}/training-guides - / - training-guides-${release.path.name} + target/docbkx/webhelp/ + training-guides + training-guides ${comments.enabled} 1 UA-17511903-1 diff --git a/www/.htaccess b/www/.htaccess index 8307ba2b65..d18fca2c7f 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -93,5 +93,7 @@ redirectmatch /network-admin/admin/content/.*$ /admin-guide-cloud/content/ redirect 301 /trunk/openstack-identity/admin/content/ /admin-guide-cloud/content/ch-identity-mgmt-config.html # Redirect training-manuals project to new location -redirect 301 /trunk/openstack-training/ /trunk/training-guides/ -redirect 301 /trunk/training-guide/ /trunk/training-guides/ +redirect 301 /trunk/openstack-training/ /training-guides/ +redirect 301 /trunk/training-guide/ /training-guides/ +redirect 301 /trunk/training-guides/ /training-guides/ +