File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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) ]
You can’t perform that action at this time.
0 commit comments