From 616f6ea0b9b8f676cc61e9295dbd1c7c122581f4 Mon Sep 17 00:00:00 2001 From: cxlblm Date: Wed, 21 Jan 2026 19:30:26 +0800 Subject: [PATCH] Revise HTTP Error Handler section in customization guide Updated HTTP Error Handler section to include OnAddRoute callback information and removed redundant Learn more link. --- website/docs/guide/customization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/guide/customization.md b/website/docs/guide/customization.md index 221f339a..5410ac2f 100644 --- a/website/docs/guide/customization.md +++ b/website/docs/guide/customization.md @@ -54,13 +54,13 @@ Have a look at `DefaultJSONSerializer` on [json.go](https://github.com/labstack/ `Echo#HTTPErrorHandler` can be used to register a custom http error handler. +[Learn more](./error-handling.md) + ## HTTP Error Handler `Echo#OnAddRoute` can be used to register a callback function that is invoked when a new route is added to the router. -[Learn more](./error-handling.md) - ## IP Extractor for finding real IP address