Update the URLs

There are a few outdated links in the dashboard repo. Update them
according to the doc-migration.

Change-Id: I6361d14127012415329bf844b7b420980253527a
Depends-on: I20cd94d0423c1b97f8ec83973aabbb7ecee75b49
This commit is contained in:
Sharat Sharma 2017-08-07 16:56:05 +05:30
parent 20ab5b624f
commit e891c2a4bf
9 changed files with 13 additions and 13 deletions

View File

@ -1,13 +1,13 @@
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
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
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.

View File

@ -17,7 +17,7 @@ Setup Instructions
==================
This instruction assumes that Horizon is already installed and it's installation
folder is <horizon>. Detailed information on how to install Horizon can be
found at http://docs.openstack.org/developer/horizon/quickstart.html#setup.
found at https://docs.openstack.org/horizon/latest/contributor/quickstart.html#setup.
The installation folder of Mistral Dashboard will be referred to as <mistral-dashboard>.
@ -65,4 +65,4 @@ Mistral-Dashboard Debug Instructions
------------------------------------
For debug instructions refer to `OpenStack Mistral Troubleshooting
<http://docs.openstack.org/developer/mistral/developer/troubleshooting.html>`_
<https://docs.openstack.org/mistral/latest/contributor/troubleshooting.html>`_

View File

@ -9,7 +9,7 @@
<p>
{% trans "For more info refer to:" %}
<br/>
<a href="http://docs.openstack.org/developer/mistral/developer/webapi/v2.html#action-executions" target="_blank">
<a href="https://docs.openstack.org/mistral/latest/api/v2.html#action-executions" target="_blank">
{% trans "Mistral documentation - Action Executions" %}
</a>

View File

@ -6,7 +6,7 @@
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this action." %}</p>
<p>
{% trans "Refer"%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
<a href="https://docs.openstack.org/mistral/latest/user/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>

View File

@ -6,7 +6,7 @@
<p>{% trans "Use one of the available definition source options to specify the definition to be used in updating this action." %}</p>
<p>
{% trans "Refer"%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
<a href="https://docs.openstack.org/mistral/latest/user/dsl_v2.html#actions" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>

View File

@ -19,7 +19,7 @@
{% trans "For more info" %}:
<ul class="mistral-wrapper list">
<li>
<a href="http://docs.openstack.org/developer/mistral/developer/webapi/v2.html#cron-triggers"
<a href="https://docs.openstack.org/mistral/latest/api/v2.html#cron-triggers"
title="{% trans "Mistral Cron Trigger" %}" target="_blank">
{% trans "Mistral Cron Trigger" %}
</a>

View File

@ -6,7 +6,7 @@
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workbook." %}</p>
<p>
{% trans "Refer"%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workbooks" title="Workflow Language Syntax" target="_blank">
<a href="https://docs.openstack.org/mistral/latest/admin/dsl_v2.html#workbooks" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>

View File

@ -6,7 +6,7 @@
<p>{% trans "Use one of the available definition source options to specify the definition to be used in creating this workflow." %}</p>
<p>
{% trans "Refer "%}
<a href="http://docs.openstack.org/developer/mistral/dsl/dsl_v2.html#workflows" title="Workflow Language Syntax" target="_blank">
<a href="https://docs.openstack.org/mistral/latest/api/v2.html#workflows" title="Workflow Language Syntax" target="_blank">
Mistral Workflow Language</a>
{% trans " documentation for syntax details." %}
</p>

View File

@ -14,7 +14,7 @@ classifiers =
Operating System :: POSIX :: Linux
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://docs.openstack.org/developer/mistral
home-page = https://docs.openstack.org/mistral/latest/
[global]
setup-hooks =