Fix old link in Installation guide

The TOSCA parser manual installation section refers to an old link
[1] for the TOSCA-Parser source code repository.
The new link for the TOSCA-Parser repository is [2].

[1] https://github.com/openstack/tosca-parser
[2] https://opendev.org/openstack/tosca-parser

Closes-Bug: #1934569
Change-Id: Ie7701e2a74671a0f9a8adda87ffab141e0504e60
This commit is contained in:
Manpreet Kaur 2021-07-03 21:25:28 +05:30
parent 92a3e697cb
commit e7b9386a91

View File

@ -13,6 +13,6 @@ Manual Installation
-------------------
You can manually install the latest code available at the TOSCA-Parser github repository by following these steps::
git clone https://github.com/openstack/tosca-parser
git clone https://opendev.org/openstack/tosca-parser
cd tosca-parser
sudo python setup.py install