diff --git a/README.rst b/README.rst index 3af66531..a453aad1 100644 --- a/README.rst +++ b/README.rst @@ -16,7 +16,7 @@ Apache webserver. Horizon is configured to use Galera for session caching and Memcached for other caching. Documentation for the project can be found at: - http://docs.openstack.org/developer/openstack-ansible-os_horizon/ + https://docs.openstack.org/openstack-ansible-os_horizon/latest/ The project home is at: http://launchpad.net/openstack-ansible diff --git a/defaults/main.yml b/defaults/main.yml index f30b99d7..342fea56 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -222,7 +222,7 @@ horizon_default_panel: overview # - "SimpleTenantUsage" ## Customization module -## See http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides +## See https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-overrides # horizon_customization_module: /local/path/to/customization_module.py ## Replace default theme files with your own @@ -247,7 +247,7 @@ _horizon_available_themes: # Add custom themes. Deployers need to place the theme directories # and files on the horizon containers in: # {{ horizon_lib_dir }}/openstack_dashboard/themes -# See http://docs.openstack.org/developer/horizon/topics/customizing.html#themes +# See https://docs.openstack.org/horizon/latest/configuration/themes.html # for more details on custom themes # Example: # diff --git a/doc/source/configure-horizon.rst b/doc/source/configure-horizon.rst index 0d13e62c..206e9560 100644 --- a/doc/source/configure-horizon.rst +++ b/doc/source/configure-horizon.rst @@ -27,4 +27,4 @@ After building your customization module, configure the horizon_customization_module: /path/to/customization_module.py -.. _customization module: http://docs.openstack.org/developer/horizon/topics/customizing.html#horizon-customization-module-overrides +.. _customization module: https://docs.openstack.org/horizon/latest/configuration/customizing.html#horizon-customization-module-overrides diff --git a/releasenotes/notes/horizon-arbitrary-config-8a36e4bd6818afe1.yaml b/releasenotes/notes/horizon-arbitrary-config-8a36e4bd6818afe1.yaml index 66a8dccc..a6271fb9 100644 --- a/releasenotes/notes/horizon-arbitrary-config-8a36e4bd6818afe1.yaml +++ b/releasenotes/notes/horizon-arbitrary-config-8a36e4bd6818afe1.yaml @@ -3,4 +3,4 @@ features: - Horizon now has the ability to set arbitrary configuration options using global option ``horizon_config_overrides`` in YAML format. The overrides follow the same pattern found within the other OpenStack service - overrides. `General documentation on overrides can be found here `_. + overrides. `General documentation on overrides can be found here `_. diff --git a/releasenotes/notes/launch-instance-defaults-support-533844543082b2f4.yaml b/releasenotes/notes/launch-instance-defaults-support-533844543082b2f4.yaml index bd9ab8e6..0953ce57 100644 --- a/releasenotes/notes/launch-instance-defaults-support-533844543082b2f4.yaml +++ b/releasenotes/notes/launch-instance-defaults-support-533844543082b2f4.yaml @@ -3,4 +3,4 @@ features: - It is now possible to use the horizon_launch_instance_defaults variable that allows customizing the default values for properties found in the Launch Instance modal, using the LAUNCH_INSTANCE_DEFAULTS config option. - See https://docs.openstack.org/developer/horizon/install/settings.html#launch-instance-defaults + See https://docs.openstack.org/horizon/latest/configuration/settings.html#launch-instance-defaults diff --git a/releasenotes/notes/ng-instance-management-f9134fc283aa289c.yaml b/releasenotes/notes/ng-instance-management-f9134fc283aa289c.yaml index 9d2ccefe..a5784e37 100644 --- a/releasenotes/notes/ng-instance-management-f9134fc283aa289c.yaml +++ b/releasenotes/notes/ng-instance-management-f9134fc283aa289c.yaml @@ -2,7 +2,7 @@ features: - The horizon next generation instance management panels have been enabled by default. This changes horizon to use the upstream defaults - instead of the legacy panels. `Documentation can be found here `_. + instead of the legacy panels. `Documentation can be found here `_. upgrade: - | The default horizon instance launch panels have been changed to the diff --git a/setup.cfg b/setup.cfg index 8ca7780e..41cca433 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/openstack-ansible-os_horizon/ +home-page = https://docs.openstack.org/openstack-ansible-os_horizon/latest/ classifier = Intended Audience :: Developers Intended Audience :: System Administrators diff --git a/templates/horizon_local_settings.py.j2 b/templates/horizon_local_settings.py.j2 index d142ac0e..5f193b75 100644 --- a/templates/horizon_local_settings.py.j2 +++ b/templates/horizon_local_settings.py.j2 @@ -689,7 +689,7 @@ SECURITY_GROUP_RULES = { # $glance --os-image-api-version 2 help md-namespace-import # $glance-manage db_load_metadefs # -# See Metadata Definitions on: http://docs.openstack.org/developer/glance/ +# See Metadata Definitions on: https://docs.openstack.org/glance/latest/ # Indicate to the Sahara data processing service whether or not # automatic floating IP allocation is in effect. If it is not