diff --git a/Limitations.md b/Limitations.md index 5a4ff50ee6..b82676d9fa 100644 --- a/Limitations.md +++ b/Limitations.md @@ -138,7 +138,7 @@ these commands is potentially challenging. See issue https://github.com/clearcontainers/runtime/issues/341 and [the constraints challenge](#the-constraints-challenge) for more information. For CPUs resource management see -[cpu-constraints](constraints/cpu.md). +[cpu-constraints](design/cpu-constraints.md). ### docker run and shared memory diff --git a/design/VSocks.md b/design/VSocks.md index 302531592e..c17818d4dd 100644 --- a/design/VSocks.md +++ b/design/VSocks.md @@ -130,5 +130,5 @@ the containers are removed automatically. [2]: https://github.com/kata-containers/proxy [3]: https://github.com/hashicorp/yamux [4]: https://wiki.qemu.org/Features/VirtioVsock -[5]: https://github.com/kata-containers/documentation/blob/master/constraints/cpu.md#virtual-cpus-and-kubernetes-pods +[5]: https://github.com/kata-containers/documentation/blob/master/design/cpu-constraints.md#virtual-cpus-and-kubernetes-pods [6]: https://github.com/kata-containers/shim diff --git a/constraints/cpu.md b/design/cpu-constraints.md similarity index 100% rename from constraints/cpu.md rename to design/cpu-constraints.md