From 52431138e1a606c23aee48a39d269ab18e617ab2 Mon Sep 17 00:00:00 2001 From: Arijit Kundu <53327173+covalentbond@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:52:35 +0530 Subject: [PATCH] fix(v2): fixed broken link in sidebar documentation --- website/docs/guides/docs/sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/docs/sidebar.md b/website/docs/guides/docs/sidebar.md index 77f10f6e6332..40421b3cf957 100644 --- a/website/docs/guides/docs/sidebar.md +++ b/website/docs/guides/docs/sidebar.md @@ -64,7 +64,7 @@ In this example, notice the following: - The key `docs` is the id of the sidebar. The id can be any value, not necessarily `docs`. - `Getting Started` is a category within the sidebar. -- `greeting` and `doc1` are both [sidebar item](#sidebar-item). +- `greeting` and `doc1` are both [sidebar item](#understanding-sidebar-items). Shorthand notation can also be used: