From 0586e5ab478f7cfb1763d019eb014f2578106240 Mon Sep 17 00:00:00 2001 From: Ica <82805019+burak-efe@users.noreply.github.com> Date: Mon, 2 Dec 2024 22:44:00 +0300 Subject: [Docs] Fix dead links when subsection title have underscore (#5662) * [Docs] Fix dead links when subsection title have underscore a minor change on build toc script: add underscore to link instead of replacing with "-" then I re-run the script also I tested on local server * Update toc.html --------- Co-authored-by: Ellie Hermaszewska Co-authored-by: Yong He --- docs/user-guide/toc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/user-guide') diff --git a/docs/user-guide/toc.html b/docs/user-guide/toc.html index e827a821b..2cb6ce5e6 100644 --- a/docs/user-guide/toc.html +++ b/docs/user-guide/toc.html @@ -42,7 +42,7 @@
  • Subscript Operator
  • Tuple Types
  • `Optional<T>` type
  • -
  • `if_let` syntax
  • +
  • `if_let` syntax
  • `reinterpret<T>` operation
  • Pointers (limited)
  • Extensions
  • @@ -66,7 +66,7 @@
  • Conflicting Capabilities
  • Requirements in Parent Scope
  • Inference of Capability Requirements
  • -
  • Inference on target_switch
  • +
  • Inference on target_switch
  • Capability Aliases
  • Validation of Capability Requirements
  • -- cgit v1.2.3