diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index c8aec64..8c6f679 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff --git a/HACKING.rst b/HACKING.rst index 10ccef9..78e093b 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -3,11 +3,11 @@ Neutron FWaaS Dashboard Style Commandments ========================================== Read the OpenStack Style Commandments -http://docs.openstack.org/developer/hacking/ +https://docs.openstack.org/hacking/latest/user/hacking.html Project Specific Commandments ----------------------------- - Read the Horizon contributing documentation at - http://docs.openstack.org/developer/horizon/contributing.html + https://docs.openstack.org/horizon/latest/contributor/contributing.html - [M322] Method's default argument shouldn't be mutable. diff --git a/README.rst b/README.rst index 3faf2ce..3cd52a5 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,6 @@ Neutron FWaaS Dashboard OpenStack Dashboard panels for Neutron FWaaS -* Documentation: http://docs.openstack.org/developer/neutron-fwaas-dashboard +* Documentation: https://docs.openstack.org/neutron-fwaas-dashboard/latest/ * Source: http://git.openstack.org/cgit/openstack/neutron-fwaas-dashboard * Bugs: http://bugs.launchpad.net/neutron-fwaas-dashboard diff --git a/devstack/README.rst b/devstack/README.rst index cca1b5e..bd32e65 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -5,7 +5,7 @@ DevStack plugin for neutron-fwaas-dashboard This is setup as a DevStack plugin. For more information on DevStack plugins, see the `DevStack Plugins documentation -`__. +`__. How to enable FWaaS v1 dsashboard --------------------------------- diff --git a/doc/source/configuration/index.rst b/doc/source/configuration/index.rst index 47e8964..719d4d8 100644 --- a/doc/source/configuration/index.rst +++ b/doc/source/configuration/index.rst @@ -23,6 +23,6 @@ It checks if Neutron FWaaS service is enabled in your neutron server and the FWaaS panel is displayed if enabled. For more configurations, see -`Deployment & Configuration -`__ +`Settings Reference +`__ in the Horizon documentation. diff --git a/doc/source/contributor/index.rst b/doc/source/contributor/index.rst index 4696248..3fdcd2d 100644 --- a/doc/source/contributor/index.rst +++ b/doc/source/contributor/index.rst @@ -20,8 +20,8 @@ Contributor Guide There is no topic specific to neutron-fwaas-dashboard now. -See `Horizon Developer Documents -`__ +See `Horizon Contributor Documentation +`__ for general topic on developing a dashboard on horizon. ---- diff --git a/doc/source/install/index.rst b/doc/source/install/index.rst index 4e0d2ec..ff40aba 100644 --- a/doc/source/install/index.rst +++ b/doc/source/install/index.rst @@ -57,7 +57,7 @@ Enable the horizon plugin. For more detail of the horizon plugin settings, see `Pluggable Settings - `__ + `__ in the horizon documentation. Configure the policy file for Neutron FWaaS dashboard diff --git a/setup.cfg b/setup.cfg index 915fc26..d4a5b7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://docs.openstack.org/developer/trove/ +home-page = https://docs.openstack.org/neutron-fwaas-dashboard/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology