mirror of
https://github.com/ether/etherpad-lite.git
synced 2026-01-23 02:35:34 +00:00
docs(api): fix broken changeset_library GitHub URLs (.js -> .ts) (#7131)
Signed-off-by: Peter Metz <peter.metz@unarin.com>
This commit is contained in:
parent
5af79eda31
commit
58fd7a8ebb
2 changed files with 3 additions and 3 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
== Changeset Library
|
== Changeset Library
|
||||||
|
|
||||||
The https://github.com/ether/etherpad-lite/blob/develop/src/static/js/Changeset.js[changeset
|
The https://github.com/ether/etherpad-lite/blob/develop/src/static/js/Changeset.ts[changeset
|
||||||
library]
|
library]
|
||||||
provides tools to create, read, and apply changesets.
|
provides tools to create, read, and apply changesets.
|
||||||
|
|
||||||
|
|
@ -31,7 +31,7 @@ const AttributePool = require('ep_etherpad-lite/static/js/AttributePool');
|
||||||
----
|
----
|
||||||
|
|
||||||
Changesets do not include any attribute key–value pairs. Instead, they use
|
Changesets do not include any attribute key–value pairs. Instead, they use
|
||||||
numeric identifiers that reference attributes kept in an https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.js[attribute pool].
|
numeric identifiers that reference attributes kept in an https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.ts[attribute pool].
|
||||||
This attribute interning reduces the transmission overhead of attributes that
|
This attribute interning reduces the transmission overhead of attributes that
|
||||||
are used many times.
|
are used many times.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ const AttributePool = require('ep_etherpad-lite/static/js/AttributePool');
|
||||||
|
|
||||||
Changesets do not include any attribute key–value pairs. Instead, they use
|
Changesets do not include any attribute key–value pairs. Instead, they use
|
||||||
numeric identifiers that reference attributes kept in an [attribute
|
numeric identifiers that reference attributes kept in an [attribute
|
||||||
pool](https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.js).
|
pool](https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.ts).
|
||||||
This attribute interning reduces the transmission overhead of attributes that
|
This attribute interning reduces the transmission overhead of attributes that
|
||||||
are used many times.
|
are used many times.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue