From 284860d9e371f604337ea3dcc1ed30d5149a82ef Mon Sep 17 00:00:00 2001 From: weekface Date: Sun, 7 Jan 2018 17:57:41 +0800 Subject: [PATCH] Fix some wrong links Signed-off-by: weekface --- README.md | 2 +- design/snapshots.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84d1eec8a..aad2968c6 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ containerd is designed to be embedded into a larger system, rather than being us ## Getting Started -See our documentation on [containerd.io](containerd.io): +See our documentation on [containerd.io](https://containerd.io): * [for ops and admins](docs/ops.md) * [namespaces](docs/namespaces.md) * [client options](docs/client-opts.md) diff --git a/design/snapshots.md b/design/snapshots.md index 84e2c5ff3..988de57c9 100644 --- a/design/snapshots.md +++ b/design/snapshots.md @@ -105,7 +105,7 @@ If the user wants to discard committed snapshots, the _remove_ operation can also be used, but any children must be removed before proceeding. For detailed usage information, see the -[GoDoc](https://godoc.org/github.com/containerd/containerd/snapshot#Snapshotter). +[GoDoc](https://godoc.org/github.com/containerd/containerd/snapshots#Snapshotter). ### Graph metadata