From f45a318436f6fa4893227ade769ae02a49eabf71 Mon Sep 17 00:00:00 2001 From: Ryan Day Date: Thu, 14 Feb 2019 09:54:32 -0800 Subject: [PATCH] fix: link to oci spec in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98540b2..e61f927 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ without any docker dependency this is a container registry client and image buil This library comes in 2 parts. - an Image class. which takes care of authentication and creating new registry clients. -- registry clients. perform exactly the api calls defined in the (oci spec.)[https://github.com/opencontainers/distribution-spec/blob/master/spec.md] +- registry clients. perform exactly the api calls defined in the [oci spec.](https://github.com/opencontainers/distribution-spec/blob/master/spec.md) you can do most things with the Image class. It takes care of tedious tasks like copying layers missing from one registry into another so you can save your new image.