mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
Fix wrong link to error identifiers in documentation (#6127)
This commit is contained in:
parent
630e1f7ebb
commit
a392889585
1 changed files with 1 additions and 2 deletions
|
@ -1049,8 +1049,7 @@ Context properties:
|
||||||
* `srcFile`: The document to convert.
|
* `srcFile`: The document to convert.
|
||||||
* `ImportError`: Subclass of Error that can be thrown to provide a specific
|
* `ImportError`: Subclass of Error that can be thrown to provide a specific
|
||||||
error message to the user. The constructor's first argument must be a string
|
error message to the user. The constructor's first argument must be a string
|
||||||
matching one of the [known error
|
matching one of the https://github.com/ether/etherpad-lite/blob/1.9.6/src/static/js/pad_impexp.js#L80-L86[known error identifiers].
|
||||||
identifiers](https://github.com/ether/etherpad-lite/blob/1.8.16/src/static/js/pad_impexp.js==L80-L86).
|
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue