From f652cfae748ca230121d128ae4516837752439a8 Mon Sep 17 00:00:00 2001 From: Ostrzyciel Date: Thu, 22 Aug 2024 09:36:57 +0200 Subject: [PATCH] Use w3id.org/jelly PURL --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daebab9..10a0ed7 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Protocol Buffers and gRPC specifications for the Jelly protocol. - `rdf.proto` – the RDF Protocol Buffers serialization only. Use this if you don't plan on using Jelly's gRPC protocol. - `grpc.proto` – Jelly's gRPC protocol service specifications. -**[See the protocol specification on the website](https://jelly-rdf.github.io/latest/specification/)** +**[See the protocol specification on the website](https://w3id.org/jelly/latest/specification/)** -**[More information about Jelly](https://jelly-rdf.github.io/latest/)** +**[More information about Jelly](https://w3id.org/jelly/latest/)** ## Usage