Skip to content

Commit 58fd7a8

Browse files
authored
docs(api): fix broken changeset_library GitHub URLs (.js -> .ts) (#7131)
Signed-off-by: Peter Metz <[email protected]>
1 parent 5af79ed commit 58fd7a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/api/changeset_library.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
== Changeset Library
22

3-
The https://github.com/ether/etherpad-lite/blob/develop/src/static/js/Changeset.js[changeset
3+
The https://github.com/ether/etherpad-lite/blob/develop/src/static/js/Changeset.ts[changeset
44
library]
55
provides tools to create, read, and apply changesets.
66

@@ -31,7 +31,7 @@ const AttributePool = require('ep_etherpad-lite/static/js/AttributePool');
3131
----
3232

3333
Changesets do not include any attribute key–value pairs. Instead, they use
34-
numeric identifiers that reference attributes kept in an https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.js[attribute pool].
34+
numeric identifiers that reference attributes kept in an https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.ts[attribute pool].
3535
This attribute interning reduces the transmission overhead of attributes that
3636
are used many times.
3737

doc/api/changeset_library.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const AttributePool = require('ep_etherpad-lite/static/js/AttributePool');
2929

3030
Changesets do not include any attribute key–value pairs. Instead, they use
3131
numeric identifiers that reference attributes kept in an [attribute
32-
pool](https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.js).
32+
pool](https://github.com/ether/etherpad-lite/blob/develop/src/static/js/AttributePool.ts).
3333
This attribute interning reduces the transmission overhead of attributes that
3434
are used many times.
3535

0 commit comments

Comments
 (0)