Skip to content

Commit d3e60a0

Browse files
committed
Replace a URL to supported registries altogether to avoid 404
Signed-off-by: Yaroslav Halchenko <debian@onerussian.com>
1 parent 8a15c89 commit d3e60a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting_started/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ or jump to our [developer guide](developer-guide.md) to learn about running test
1111
or contributing to the project. If you want to create your own client, you likely want to:
1212

1313

14-
1. Start a local registry (described below), or have access to an ORAS [supported registry](https://oras.land/implementers/#docker-distribution)
14+
1. Start a local registry (described below), or have access to an ORAS [supported registry](https://oras.land/docs/compatible_oci_registries)
1515
2. Decide on the context for your code (e.g., it's easy to start with Python functions in a single file and move to a client setup if appropriate for your tool)
1616
3. Subclass the `oras.provider.Registry` for your custom class (examples below!)
1717
4. Add custom functions to push, pull, or create manifests / layers

0 commit comments

Comments
 (0)