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
|
@ -383,7 +383,7 @@ paths:
|
|||
type: object
|
||||
description: |-
|
||||
Information on end-to-end device updates, as specified in
|
||||
[End-to-end encryption](/client-server-api/#extensions-to-sync-1).
|
||||
[End-to-end encryption](/client-server-api/#e2e-extensions-to-sync).
|
||||
device_one_time_keys_count:
|
||||
title: One-time keys count
|
||||
type: object
|
||||
|
@ -391,7 +391,7 @@ paths:
|
|||
type: integer
|
||||
description: |-
|
||||
Information on end-to-end encryption keys, as specified
|
||||
in [End-to-end encryption](/client-server-api/#extensions-to-sync-1).
|
||||
in [End-to-end encryption](/client-server-api/#e2e-extensions-to-sync).
|
||||
required:
|
||||
- next_batch
|
||||
examples:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue