Skip to content

Commit 58fd12e

Browse files
committed
made paths to docs directory relative
1 parent 37ea91b commit 58fd12e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Generic network plugin (experimental) is designed to handle networking use cases
1414

1515
The overall design is _not_ assumed to be complete, because of ongoing work in the docker community with regards to the suitable APIs to interface with network extensions like this. Regardless, flexibility in the design has been taken into consideration to allow using a different state driver for key-value synchronization, or a different flavor of a soft-switch i.e. linux-bridge, MAC VLAN, or OpenvSwitch.
1616

17-
The ability to specify the intent succinctly is the primary goal of the design and thus some of the specified user interface will change, and in some cases functionality will be enhanced to accommodate the same. Design details and future work is captured in a [docs/design.md](https://github.com/contiv/netplugin/blob/master/docs/Design.md).
17+
The ability to specify the intent succinctly is the primary goal of the design and thus some of the specified user interface will change, and in some cases functionality will be enhanced to accommodate the same. Design details and future work is captured in a [docs/design.md](docs/Design.md).
1818

1919
Please do not use this code in production, until code goes through more testing and few critical open issues are resolved.
2020

@@ -35,7 +35,7 @@ Please do not use this code in production, until code goes through more testing
3535

3636
`make system-test`
3737

38-
There is an additional document available [docs/SETUP-BUILD.md](docs/SETUP-BUILD.md) that describes how to setup a build environment from scratch.
38+
There is an additional document available here [docs/SETUP-BUILD.md](docs/SETUP-BUILD.md) that describes how to setup a build environment from scratch.
3939

4040
###Trying it out
4141

@@ -103,10 +103,10 @@ at [examples](examples/) directory to explore more sample configurations.
103103
####Trying it out in a multi-host VLAN/VXLAN network
104104

105105
The [docs/TwoHostMultiVlanDemo.md](docs/TwoHostMultiVlanDemo.md) walks through setting up a multi host demo network and deploy the following Vlan based network:
106-
![VlanNetwork](./docs/VlanNetwork.jpg)
106+
![VlanNetwork](docs/VlanNetwork.jpg)
107107

108108
One can deploy the following Vxlan network by following the steps in the above demo and using [examples/two_hosts_multiple_vxlan_nets.json](examples/two_hosts_multiple_vxlan_nets.json) configuration file instead. Trying out the configuration is left as an exercise to the reader.
109-
![VxlanNetwork](./docs/VxlanNetwork.jpg)
109+
![VxlanNetwork](docs/VxlanNetwork.jpg)
110110

111111
####Multi-tenant network
112112

0 commit comments

Comments
 (0)