From a3928895852b38236ab32bad1361cddce105e2c6 Mon Sep 17 00:00:00 2001 From: Denys Halenok Date: Sun, 4 Feb 2024 17:43:35 +0100 Subject: [PATCH] Fix wrong link to error identifiers in documentation (#6127) --- doc/api/hooks_server-side.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/api/hooks_server-side.adoc b/doc/api/hooks_server-side.adoc index 2bc0d3bb6..a5e70ec02 100644 --- a/doc/api/hooks_server-side.adoc +++ b/doc/api/hooks_server-side.adoc @@ -1049,8 +1049,7 @@ Context properties: * `srcFile`: The document to convert. * `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 - matching one of the [known error - identifiers](https://github.com/ether/etherpad-lite/blob/1.8.16/src/static/js/pad_impexp.js==L80-L86). + 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]. Example: