diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 2919e0bb1..3756837f0 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -27,7 +27,7 @@ Project Hosting Details https://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev * Documentation - * https://docs.openstack.org/developer/mistral/ + * https://docs.openstack.org/mistral/latest/ * IRC channel * #openstack-mistral at FreeNode diff --git a/HACKING.rst b/HACKING.rst index 5e8ec136c..d0c761d54 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -1,7 +1,7 @@ Style Commandments ================== -Read the OpenStack Style Commandments https://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ Mistral Specific Commandments ----------------------------- diff --git a/README.rst b/README.rst index a4d83a4b2..1d1eb5968 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ First of all, clone the repo and go to the repo directory:: **Devstack installation** Information about how to install Mistral with devstack can be found -`here `_. +`here `_. Configuring Mistral ~~~~~~~~~~~~~~~~~~~ @@ -257,7 +257,7 @@ Project Goals 2017 Project Resources ----------------- -* `Mistral Official Documentation `_ +* `Mistral Official Documentation `_ * Project status, bugs, and blueprints are tracked on `Launchpad `_ diff --git a/doc/source/cli/index.rst b/doc/source/cli/index.rst index f4d9be615..d3a4936e7 100644 --- a/doc/source/cli/index.rst +++ b/doc/source/cli/index.rst @@ -2,7 +2,7 @@ Mistral Client Commands Guide ============================= The Mistral CLI can be used with ``mistral`` command or via `OpenStackClient -`_. +`_. Mistral Client -------------- diff --git a/doc/source/install/dashboard_guide.rst b/doc/source/install/dashboard_guide.rst index ce9b5e8d1..711ab706d 100644 --- a/doc/source/install/dashboard_guide.rst +++ b/doc/source/install/dashboard_guide.rst @@ -9,7 +9,7 @@ Setup Instructions ------------------ This instruction assumes that Horizon is already installed and it's installation folder is . Detailed information on how to install Horizon can be -found at `Horizon Installation `_ +found at `Horizon Installation `_ The installation folder of Mistral Dashboard will be referred to as . diff --git a/mistral/_i18n.py b/mistral/_i18n.py index cf519ea96..049ea31fe 100644 --- a/mistral/_i18n.py +++ b/mistral/_i18n.py @@ -12,7 +12,7 @@ """oslo.i18n integration module. -See https://docs.openstack.org/developer/oslo.i18n/usage.html +See https://docs.openstack.org/oslo.i18n/latest/user/usage.html """ diff --git a/setup.cfg b/setup.cfg index 92a8d0ebc..6615b5da2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,7 +4,7 @@ summary = Mistral Project description-file = README.rst license = Apache License, Version 2.0 -home-page = https://docs.openstack.org/developer/mistral +home-page = https://docs.openstack.org/mistral/latest/ classifiers = Programming Language :: Python Programming Language :: Python :: 2