Skip to content

Commit 8a02fc7

Browse files
committed
Fix broken doc link
1 parent 4844f72 commit 8a02fc7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/config.rs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -530,10 +530,9 @@ pub struct HtmlConfig {
530530
/// directly jumping to editing the currently viewed page.
531531
/// Contains {path} that is replaced with chapter source file path
532532
pub edit_url_template: Option<String>,
533-
/// Endpoint of websocket, for livereload usage. Value loaded from .toml file
534-
/// is ignored, because our code overrides this field with the value [`LIVE_RELOAD_ENDPOINT`]
535-
///
536-
/// [`LIVE_RELOAD_ENDPOINT`]: cmd::serve::LIVE_RELOAD_ENDPOINT
533+
/// Endpoint of websocket, for livereload usage. Value loaded from .toml
534+
/// file is ignored, because our code overrides this field with an
535+
/// internal value (`LIVE_RELOAD_ENDPOINT)
537536
///
538537
/// This config item *should not be edited* by the end user.
539538
#[doc(hidden)]

0 commit comments

Comments
 (0)