Skip to content

Commit df26af1

Browse files
committed
Correct README clone paths.
This resolves issue CiscoDevNet#15.
1 parent 2fa3d08 commit df26af1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

acitoolkit_show_tenants/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To execute this script against a different device, update the variables that lis
2626
* Clone the Python Examples and change into the directory.
2727

2828
```bash
29-
git clone //github.com/CiscoDevNet/python_code_samples_network
29+
git clone https://github.com/CiscoDevNet/python_code_samples_network
3030
cd acitoolkit_show_tenants
3131
```
3232

apic-em_get_hosts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Python
2323
* Clone the Python Examples and change into the directory.
2424

2525
```bash
26-
git clone //github.com/CiscoDevNet/python_code_samples_network
26+
git clone https://github.com/CiscoDevNet/python_code_samples_network
2727
cd apic-em_get_hosts
2828
```
2929

netmiko-interface-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Python
2626
* Clone the Python Examples and change into the directory.
2727

2828
```bash
29-
git clone //github.com/CiscoDevNet/python_code_samples_network
29+
git clone https://github.com/CiscoDevNet/python_code_samples_network
3030
cd netmiko-interface-example
3131
```
3232

restconf_update_ipaddress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Python
3131
* Clone the Python Examples and change into the directory.
3232

3333
```bash
34-
git clone //github.com/CiscoDevNet/python_code_samples_network
34+
git clone https://github.com/CiscoDevNet/python_code_samples_network
3535
cd restconf_update_ipaddress
3636
```
3737

0 commit comments

Comments
 (0)