external link not working in heat doc

In HOT templates document, there is a link
to the example heat template in the github.
The link is not working because there is a _ present
in before the link.

It is removed now.

Change-Id: I65a95b74ec9e902a7eaee0c94b4f320cd20e3ae5
Closes-Bug: #1407892
This commit is contained in:
Masco Kaliyamoorthy
2015-01-06 14:49:38 +05:30
parent 966e0ff884
commit 6d4a07f2f7
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
Template
--------
_https://github.com/openstack/heat-templates/blob/master/hot/hello_world.yaml
https://github.com/openstack/heat-templates/blob/master/hot/hello_world.yaml
Description
-----------

View File

@@ -11,7 +11,7 @@
License for the specific language governing permissions and limitations
under the License.
This page documents the templates at _https://github.com/openstack/heat-templates/
This page documents the templates at https://github.com/openstack/heat-templates/
HOT Templates
=============