Merge pull request #1972 from weekface/master

Fix some wrong links
This commit is contained in:
Phil Estes 2018-01-08 10:09:00 -05:00 committed by GitHub
commit aa68494541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ containerd is designed to be embedded into a larger system, rather than being us
## Getting Started ## 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) * [for ops and admins](docs/ops.md)
* [namespaces](docs/namespaces.md) * [namespaces](docs/namespaces.md)
* [client options](docs/client-opts.md) * [client options](docs/client-opts.md)

View File

@ -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. also be used, but any children must be removed before proceeding.
For detailed usage information, see the 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 ### Graph metadata