Fix wrong homepage in setup.cfg
Also updates URLs affected by the doc-migration work and use https instead of http for docs.openstack.org contents. Change-Id: I0fac335eb2ee46576ecdee2d50e17b1766d95860
This commit is contained in:
@@ -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.
|
||||
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
<https://docs.openstack.org/developer/devstack/plugins.html>`__.
|
||||
<https://docs.openstack.org/devstack/latest/plugins.html>`__.
|
||||
|
||||
How to enable FWaaS v1 dsashboard
|
||||
---------------------------------
|
||||
|
@@ -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
|
||||
<https://docs.openstack.org/developer/horizon/install/index.html>`__
|
||||
`Settings Reference
|
||||
<https://docs.openstack.org/horizon/latest/configuration/settings.html>`__
|
||||
in the Horizon documentation.
|
||||
|
@@ -20,8 +20,8 @@ Contributor Guide
|
||||
|
||||
There is no topic specific to neutron-fwaas-dashboard now.
|
||||
|
||||
See `Horizon Developer Documents
|
||||
<https://docs.openstack.org/developer/horizon/index.html#developer-docs>`__
|
||||
See `Horizon Contributor Documentation
|
||||
<https://docs.openstack.org/horizon/latest/contributor/>`__
|
||||
for general topic on developing a dashboard on horizon.
|
||||
|
||||
----
|
||||
|
@@ -57,7 +57,7 @@ Enable the horizon plugin.
|
||||
|
||||
For more detail of the horizon plugin settings,
|
||||
see `Pluggable Settings
|
||||
<https://docs.openstack.org/developer/horizon/install/settings.html#pluggable-settings>`__
|
||||
<https://docs.openstack.org/horizon/latest/configuration/pluggable_panels.html>`__
|
||||
in the horizon documentation.
|
||||
|
||||
Configure the policy file for Neutron FWaaS dashboard
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user