summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDerick Montague <derick.montague@ibm.com>2020-11-05 23:07:59 +0300
committerDerick Montague <derick.montague@ibm.com>2020-11-06 18:54:24 +0300
commitffcc8536ccc122e35bee650e63fda114ce4084d6 (patch)
treecaa69c18f0891b28d1f38252d014a7d45f085327 /docs
parent1837503c313c5316afcf6e7f12e4c49103519a31 (diff)
downloadwebui-vue-ffcc8536ccc122e35bee650e63fda114ce4084d6.tar.xz
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 <derick.montague@ibm.com> Change-Id: Ie12bd1b1320db4e8922c4a08d944d74aaf53a2a4
Diffstat (limited to 'docs')
-rw-r--r--docs/guide/readme.md4
1 files 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.