From c5b594dd695de1fff0b3da1b11fa9bf6247f810e Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Thu, 8 Jan 2026 15:45:55 -0500 Subject: [PATCH] docs(readme): update links and references to point to new repository location --- Readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index e9485bb..e4bfc25 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@
- + go-ucan Logo @@ -7,19 +7,19 @@

UCAN v1.0.0-rc.1 - + GitHub Tag - - Build Status + + Build Status Go benchmarks - + Apache 2.0 OR MIT License - + Docs @@ -54,7 +54,7 @@ Not implemented yet: ## Status -`go-ucan` currently support the required parts of the UCAN specification: the main specification, delegation and invocation. It leverages the sibling project [`go-did-it`](https://github.com/MetaMask/go-did-it) for easy and extensible DID support. +`go-ucan` currently support the required parts of the UCAN specification: the main specification, delegation and invocation. It leverages the sibling project [`go-did-it`](https://code.sonr.org/go/did-it) for easy and extensible DID support. Besides that, `go-ucan` also includes: - support for encrypted values in token's metadata @@ -73,4 +73,4 @@ Artwork by [Bruno Monts](https://www.instagram.com/bruno_monts). Thank you [Rene ## License -This project is licensed under the dual license [Apache 2.0 OR MIT](https://github.com/ucan-wg/go-ucan/blob/v1/LICENSE.md). +This project is licensed under the dual license [Apache 2.0 OR MIT](https://code.sonr.org/go/ucan/blob/v1/LICENSE.md).