summaryrefslogtreecommitdiff
path: root/openstack_dashboard/settings.py
diff options
context:
space:
mode:
authorAkihiro Motoki <amotoki@gmail.com>2018-03-20 16:19:57 +0900
committerAkihiro Motoki <amotoki@gmail.com>2018-03-20 16:22:05 +0900
commit64b67ac9e9ec9003ed2d1deb55ada1c9f9a7c779 (patch)
tree18cf24d095f982373c6cb87c62fe8071edb80584 /openstack_dashboard/settings.py
parentda089052b0075a8360afe78175975aec325fe968 (diff)
downloadhorizon-64b67ac9e9ec9003ed2d1deb55ada1c9f9a7c779.tar.gz
Update the doc links to the newest ones
The docstring of getExtensions service in cinder.service.js was a copy from nova service and not correct. The docstring was updated based on the current cinder v2 API. Thanks to a recent improvement in reno, touching release notes in older releases in the master branch no longer polute the rendered release notes. Changing URLs (or other things) in the master branch does not affect the rendered release notes, but updating URLs to the latest would help avoiding mechanical patches of updating links :) Change-Id: I2aec3adeb400323d42a3a5083f8bc0798eeff917
Diffstat (limited to 'openstack_dashboard/settings.py')
-rw-r--r--openstack_dashboard/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack_dashboard/settings.py b/openstack_dashboard/settings.py
index b94c47c54..455bbebfd 100644
--- a/openstack_dashboard/settings.py
+++ b/openstack_dashboard/settings.py
@@ -72,7 +72,7 @@ HORIZON_CONFIG = {
'types': ['alert-success', 'alert-info']
},
'bug_url': None,
- 'help_url': "http://docs.openstack.org",
+ 'help_url': "https://docs.openstack.org/",
'exceptions': {'recoverable': exceptions.RECOVERABLE,
'not_found': exceptions.NOT_FOUND,
'unauthorized': exceptions.UNAUTHORIZED},