Update url links in doc file of sahara-dashboard

Replace the old url links in sahara-dashboard with the lastest ones
according to the OpenStack website.

Change-Id: I75857ad41098a2a0ed283f1ac912de1ac020de01
This commit is contained in:
shangxiaobj 2018-01-16 22:26:55 -08:00 committed by ShangXiao
parent b9123f90ed
commit cd94eb0e98
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
If you would like to contribute to the development of OpenStack, If you would like to contribute to the development of OpenStack,
you must follow the steps in this page: you must follow the steps in this page:
http://docs.openstack.org/infra/manual/developers.html https://docs.openstack.org/infra/manual/developers.html
You can find more Sahara-specific info in our How To Participate guide: You can find more Sahara-specific info in our How To Participate guide:
@ -11,7 +11,7 @@ Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following should be submitted for review via the Gerrit tool, following
the workflow documented at: the workflow documented at:
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. Pull requests submitted through GitHub will be ignored.

View File

@ -2,8 +2,8 @@
Team and repository tags Team and repository tags
======================== ========================
.. image:: http://governance.openstack.org/badges/sahara-dashboard.svg .. image:: https://governance.openstack.org/tc/badges/sahara-dashboard.svg
:target: http://governance.openstack.org/reference/tags/index.html :target: https://governance.openstack.org/tc/reference/tags/index.html
.. Change things from this point on .. Change things from this point on

View File

@ -28,7 +28,7 @@ horizon.job_interface_arguments = {
'<td class="col-sm-2 small-padding"></td>' + '<td class="col-sm-2 small-padding"></td>' +
'<td class="col-sm-2 small-padding">' + '<td class="col-sm-2 small-padding">' +
'<label for="argument_mapping_type_$id">' + gettext("Mapping Type") + ':</label>' + '<label for="argument_mapping_type_$id">' + gettext("Mapping Type") + ':</label>' +
'<span class="help-icon" title="" data-placement="top" data-toggle="tooltip" data-original-title="' + gettext("See http://docs.openstack.org/sahara/latest/user/edp.html for definitions.") + '">' + '<span class="help-icon" title="" data-placement="top" data-toggle="tooltip" data-original-title="' + gettext("See https://docs.openstack.org/sahara/latest/user/edp.html for definitions.") + '">' +
'<span class="fa fa-question-circle"></span>' + '<span class="fa fa-question-circle"></span>' +
'</span>' + '</span>' +
'</td>' + '</td>' +