Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit 8e630fa

Browse files
committed
fix typos
1 parent 86a0d75 commit 8e630fa

File tree

1 file changed

+3
-3
lines changed
  • docs/Protocol Specifications

1 file changed

+3
-3
lines changed

docs/Protocol Specifications/core.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1379,12 +1379,12 @@ references to it. One way to ensure the uniqueness of the identifier is to use a
13791379
resource itself. Combining this has with a cryptographically strong nonce, then hashing the result of
13801380
concatenating the nonce and the hash of the resource should yield a unique identifier.
13811381

1382-
The API route for resource addressing with relative roots is formatted as follows:
1382+
The URI for resource addressing with relative roots is formatted as follows:
13831383

13841384
`<server_url>/.p2/core/resource/<resource_id>`
13851385

1386-
The API route for resource addressing with relative roots is documented more thoroughly in the API
1387-
documentation.
1386+
The API routes for resource addressing with relative roots are documented more thoroughly in the [API
1387+
documentation](https://apidocs.polyproto.org).
13881388

13891389
Servers with no need for resource addressing with relative roots can select to not implement this
13901390
feature. Servers not implementing this feature should return a `404 Not Found` status code when

0 commit comments

Comments
 (0)