diff --git a/DEFAULT_CONFIG.json5 b/DEFAULT_CONFIG.json5 index 567b6559cf..cd05f4ae01 100644 --- a/DEFAULT_CONFIG.json5 +++ b/DEFAULT_CONFIG.json5 @@ -31,7 +31,7 @@ /// Accepts a single list (e.g. endpoints: ["tcp/10.10.10.10:7447", "tcp/11.11.11.11:7447"]) /// or different lists for router, peer and client (e.g. endpoints: { router: ["tcp/10.10.10.10:7447"], peer: ["tcp/11.11.11.11:7447"] }). /// - /// See https://docs.rs/zenoh/latest/zenoh/prelude/struct.EndPoint.html + /// See https://docs.rs/zenoh/latest/zenoh/config/struct.EndPoint.html endpoints: [ // "/
" ], @@ -70,7 +70,7 @@ /// Accepts a single list (e.g. endpoints: ["tcp/[::]:7447", "udp/[::]:7447"]) /// or different lists for router, peer and client (e.g. endpoints: { router: ["tcp/[::]:7447"], peer: ["tcp/[::]:0"] }). /// - /// See https://docs.rs/zenoh/latest/zenoh/prelude/struct.EndPoint.html + /// See https://docs.rs/zenoh/latest/zenoh/config/struct.EndPoint.html endpoints: { router: ["tcp/[::]:7447"], peer: ["tcp/[::]:0"] }, /// Global listen configuration,