Fix the duplicated URL of openstack client documentation
Change-Id: I2584090ec9d6fd3ddc90031fd57b38094ac2a759
This commit is contained in:
parent
90213a2df9
commit
25aa288a6c
@ -25,7 +25,7 @@
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
|
||||
{% for project in projects|sort(attribute='service') -%}
|
||||
{% if project.type == 'cloud-client' %}
|
||||
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/">
|
||||
{{project.service}} ({{project.description}})
|
||||
</a><br />
|
||||
|
@ -25,7 +25,7 @@
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
|
||||
{% for project in projects|sort(attribute='service') -%}
|
||||
{% if project.type == 'cloud-client' %}
|
||||
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/">
|
||||
{{project.service}} ({{project.description}})
|
||||
</a><br />
|
||||
|
@ -25,7 +25,7 @@
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
|
||||
{% for project in projects|sort(attribute='service') -%}
|
||||
{% if project.type == 'cloud-client' %}
|
||||
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/">
|
||||
{{project.service}} ({{project.description}})
|
||||
</a><br />
|
||||
|
@ -25,7 +25,7 @@
|
||||
<div class="docs-link-sections">
|
||||
<h3><i class="fa fa-book"></i>Bindings for the OpenStack APIs</h3>
|
||||
{% for project in projects|sort(attribute='service') -%}
|
||||
{% if project.type == 'cloud-client' %}
|
||||
{% if project.type == 'cloud-client' and project.name != 'python-openstackclient' %}
|
||||
<a href="/{{project.name}}/{{SERIES}}/">
|
||||
{{project.service}} ({{project.description}})
|
||||
</a><br />
|
||||
|
Loading…
Reference in New Issue
Block a user