From ae9cc76b7d93ab2f7ad183227f8fbdd017df2c8e Mon Sep 17 00:00:00 2001
From: lixiaobing10051267
Date: Tue, 26 Jul 2016 15:33:16 +0800
Subject: [PATCH] Redirect the website to new location in gpu-support.md
---
docs/proposals/gpu-support.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/proposals/gpu-support.md b/docs/proposals/gpu-support.md
index 87954df6bd2..2b6b7fde1ed 100644
--- a/docs/proposals/gpu-support.md
+++ b/docs/proposals/gpu-support.md
@@ -147,7 +147,7 @@ Support binaries and libraries are often versioned along with the kernel module,
so there should be further hooks to project those under `/bin` and some kind of
`/lib` before the application is started. This can be done for Docker with the
use of a versioned [Docker
-volume](https://docs.docker.com/engine/userguide/containers/dockervolumes/) or
+volume](https://docs.docker.com/engine/tutorials/dockervolumes/) or
with upcoming Kubernetes-specific hooks such as init containers and volume
containers. In v0, images are expected to bundle everything they need.