From 09cf0dfccde5075a9ad5538d527358a84993a168 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Fri, 27 Jan 2023 15:54:19 +0100 Subject: [PATCH] docs: fix links to other docs --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 42e406fd..49c89f89 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,5 +4,5 @@ This documentation is intended to give an overview of how the `matrix-authentica ## Links - - Technical documentation for individual crates: [`rustdoc`](../rustdoc/mas_handlers/index.html) - - UI components: [`storybook`](../storybook/index.html) + - Technical documentation for individual crates: [`rustdoc`](./rustdoc/mas_handlers/index.html) + - UI components: [`storybook`](./storybook/index.html)