From ffcc8536ccc122e35bee650e63fda114ce4084d6 Mon Sep 17 00:00:00 2001 From: Derick Montague Date: Thu, 5 Nov 2020 14:07:59 -0600 Subject: Fix broken links in documentation There were two broken links on the Getting Started page. These were broke when changed the docs information architecture (IA) and when we removed the guidelines/overview page. Signed-off-by: Derick Montague Change-Id: Ie12bd1b1320db4e8922c4a08d944d74aaf53a2a4 --- docs/guide/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/readme.md b/docs/guide/readme.md index 3a21e6f7..301dc9a4 100644 --- a/docs/guide/readme.md +++ b/docs/guide/readme.md @@ -23,10 +23,10 @@ Having an understanding of semantic HTML, CSS, and JavaScript is the critical kn Acquiring an understanding of these technologies will also be necessary. ::: -You will find more information about the standards and best practices in the [Coding Standards section of this guide](/coding-standards/). +You will find more information about the standards and best practices in the [Coding Standards section of this guide](/guide/coding-standards/). ## Guidelines -The [guidelines section](/guide/guidelines) contains the OpenBMC community agreed-upon decisions on color, motion, and typography within the application. How to theme the application to meet company brand guidelines is documented in [Themes](/themes). +The [guidelines section](/guide/guidelines/colors) contains the OpenBMC community agreed-upon decisions on color, motion, and typography within the application. How to theme the application to meet company brand guidelines is documented in [Themes](/themes). ## Components The [components section](/guide/components/) is a guide to using both custom Vue components and components from the Bootstrap-Vue library. -- cgit v1.2.3