Uniquify some links
The link checker doesn't understand that we dynamically re-assign element IDs at load time, so was failing for a few links that were technically valid (though presumably still broken for any client not using JS). Work around this by manually setting a few anchors, linking to other nearby bits of text, or just changing heading titles.
This commit is contained in:
parent
3e074ed6d3
commit
9e8360560b
6 changed files with 9 additions and 9 deletions
|
@ -853,7 +853,7 @@ on the resulting `m.room.member` event.
|
|||
If the joining server fails all conditions then a 403 `M_FORBIDDEN` error
|
||||
is used by the resident server.
|
||||
|
||||
## Knocking upon a room
|
||||
## <a name="knocking-rooms"> Knocking upon a room
|
||||
|
||||
Rooms can permit knocking through the join rules, and if permitted this
|
||||
gives users a way to request to join (be invited) to the room. Users who
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue