summaryrefslogtreecommitdiff
path: root/networking.md
diff options
context:
space:
mode:
authorDaniel Smith <dbsmith@google.com>2015-07-09 13:33:48 -0700
committerDaniel Smith <dbsmith@google.com>2015-07-13 18:24:11 -0700
commit9b2fc6d4e38015acae5713a75e7e9e0ea07bb549 (patch)
tree3ea55074157f15102aaee2b5ad87f3c629af6db6 /networking.md
parentd3293eb75835fbdb3f50dde82e513eff752ca82d (diff)
move admin related docs into docs/admin
Diffstat (limited to 'networking.md')
-rw-r--r--networking.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking.md b/networking.md
index 35248a71..1ebc3d47 100644
--- a/networking.md
+++ b/networking.md
@@ -129,7 +129,7 @@ a pod tries to egress beyond GCE's project the packets must be SNAT'ed
With the primary aim of providing IP-per-pod-model, other implementations exist
to serve the purpose outside of GCE.
- - [OpenVSwitch with GRE/VxLAN](../ovs-networking.md)
+ - [OpenVSwitch with GRE/VxLAN](../admin/ovs-networking.md)
- [Flannel](https://github.com/coreos/flannel#flannel)
- [L2 networks](http://blog.oddbit.com/2014/08/11/four-ways-to-connect-a-docker/)
("With Linux Bridge devices" section)