Skip to content

Commit db57ff5

Browse files
committed
Fix links to message-tags spec
1 parent 3817040 commit db57ff5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

client-tags/typing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,5 @@ This specification is primarily intended for instances where all users are famil
5454
## Privacy Considerations
5555
Typing status indicators introduce additional privacy concerns for users who may not wish to inform others of when they are creating or replying to a message. Clients are encouraged to provide appropriate privacy controls when enabling this feature. Standard implementation guidelines on [message tag moderation considerations][tags] also apply to servers.
5656

57-
[batch]: http://ircv3.net/specs/extensions/batch-3.2.html
58-
[tags]: http://ircv3.net/specs/core/message-tags-3.3.html
57+
[batch]: ../extensions/batch-3.2.html
58+
[tags]: ../extensions/message-tags.html

extensions/labeled-response.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Additionally, labeled responses allow bouncers with multiple connected clients t
4040

4141
### Dependencies
4242

43-
This specification uses the [message tags framework](/specs/core/message-tags-3.2.html) and the [`batch`](/specs/extensions/batch-3.2.html) capability which SHOULD be negotiated at the same time.
43+
This specification uses the [message tags framework](../extensions/message-tags.html) and the [`batch`](../extensions/batch-3.2.html) capability which SHOULD be negotiated at the same time.
4444

4545
### Capabilities
4646

extensions/server-time-3.2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ John joined #chan during the leap second of June 2012 (notice the :60)
5252

5353

5454
[cap]: ../core/capability-negotiation.html
55-
[message tag]: ../core/message-tags-3.2.html
55+
[message tag]: ../extensions/message-tags.html
5656

5757

5858
## Errata

extensions/webirc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note: Previous implementations referred to the `gateway` field as `user`. This c
3434
### Options
3535
The `options` parameter is a space-separated set of additional arguments, each argument having the form `<name>[=<value>]`.
3636

37-
The option values are escaped using the same escaping method as [message tags values](https://ircv3.net/specs/core/message-tags-3.2.html#escaping-values). It is acknowledged that some of the escaping rules are not strictly required, but the same escaping method is used for consistency.
37+
The option values are escaped using the same escaping method as [message tags values](../extensions/message-tags.html#escaping-values). It is acknowledged that some of the escaping rules are not strictly required, but the same escaping method is used for consistency.
3838

3939
These options are defined and may be sent by clients while connecting:
4040

0 commit comments

Comments
 (0)