diff --git a/doc/source/contributor/contributing.rst b/doc/source/contributor/contributing.rst index 6b6f0813..16f3458c 100644 --- a/doc/source/contributor/contributing.rst +++ b/doc/source/contributor/contributing.rst @@ -13,19 +13,8 @@ signed OpenStack's contributor's agreement. .. seealso:: - * http://docs.openstack.org/infra/manual/developers.html - * http://wiki.openstack.org/CLA - -LaunchPad ---------- - -Most of the tools used for OpenStack depend on a launchpad.net ID for -authentication. - -.. seealso:: - - * https://launchpad.net - * https://storyboard.openstack.org/#!/project/952 + * https://docs.openstack.org/infra/manual/developers.html + * https://wiki.openstack.org/CLA Project Hosting Details ------------------------- @@ -33,7 +22,7 @@ Project Hosting Details Bug tracker https://storyboard.openstack.org/#!/project/952 -Mailing list (prefix subjects with ``[ironic-ui]`` for faster responses) +Mailing list (prefix subjects with ``[ironic]`` for faster responses) http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-discuss Code Hosting @@ -41,5 +30,3 @@ Code Hosting Code Review https://review.opendev.org/#/q/status:open+project:openstack/ironic-ui,n,z - - diff --git a/doc/source/index.rst b/doc/source/index.rst index ade30cf3..ea576bc7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,16 +15,16 @@ the project at any specific prior release. For information on any current or prior version of Ironic, see `the release notes`_. -.. _the release notes: http://docs.openstack.org/releasenotes/ironic-ui/ +.. _the release notes: https://docs.openstack.org/releasenotes/ironic-ui/ For more information on ironic, see `the ironic documentation`_. -.. _the ironic documentation: http://docs.openstack.org/developer/ironic/ +.. _the ironic documentation: https://docs.openstack.org/ironic/latest/ .. toctree:: :maxdepth: 1 - Introduction to ironic + Introduction to ironic Installing the ironic UI Contributing - Release notes + Release notes diff --git a/doc/source/install/installation.rst b/doc/source/install/installation.rst index 526155ea..70c1202d 100644 --- a/doc/source/install/installation.rst +++ b/doc/source/install/installation.rst @@ -8,7 +8,8 @@ Manual Installation Please note that the following instructions assume that you have an existing installation of the OpenStack Horizon dashboard application. For Horizon -installation please see http://docs.openstack.org/developer/horizon/quickstart.html +installation please see +https://docs.openstack.org/horizon/latest/contributor/quickstart.html. 1. Clone the Ironic UI repository::