From 8a02fc755f3f9bc5976bb378d1496008404963f6 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 28 Nov 2022 09:53:47 -0800 Subject: [PATCH] Fix broken doc link --- src/config.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/config.rs b/src/config.rs index d9696ea530..0c367d8481 100644 --- a/src/config.rs +++ b/src/config.rs @@ -530,10 +530,9 @@ pub struct HtmlConfig { /// directly jumping to editing the currently viewed page. /// Contains {path} that is replaced with chapter source file path pub edit_url_template: Option, - /// Endpoint of websocket, for livereload usage. Value loaded from .toml file - /// is ignored, because our code overrides this field with the value [`LIVE_RELOAD_ENDPOINT`] - /// - /// [`LIVE_RELOAD_ENDPOINT`]: cmd::serve::LIVE_RELOAD_ENDPOINT + /// Endpoint of websocket, for livereload usage. Value loaded from .toml + /// file is ignored, because our code overrides this field with an + /// internal value (`LIVE_RELOAD_ENDPOINT) /// /// This config item *should not be edited* by the end user. #[doc(hidden)]