Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit 934daea

Browse files
authored
Merge pull request #184 from solid/fix-remark-relative-urls
Fix confusing remark about NSS divergence from the spec
2 parents d9eb045 + d025e42 commit 934daea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

api-websockets.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ space and the URI of the resource that has changed:
4949
pub https://example.org/data/test
5050
```
5151

52-
Some implementations also support using IRIs that are relative to the host,
53-
e.g. `/data/test` instead of `https://example.org/data/test`.
52+
Only absolute URIs should be used in both the `sub` and the `pub` message.
5453

5554
Subscribing to a container can also be really useful, since all CRUD operations
5655
(POST, PUT, PATCH, DELETE) performed on resources of that container will trigger

0 commit comments

Comments
 (0)