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:
@@ -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
|
||||
-----------
|
||||
|
||||
@@ -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
|
||||
=============
|
||||
|
||||
Reference in New Issue
Block a user