From e3d28c69ebedf9bcc3b651562f6185b1939265d2 Mon Sep 17 00:00:00 2001 From: Garrit Franke Date: Sat, 13 Feb 2021 12:20:05 +0100 Subject: [PATCH] docs: fix link --- docs/introduction/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/SUMMARY.md b/docs/introduction/SUMMARY.md index e9893f3..2dfbba5 100644 --- a/docs/introduction/SUMMARY.md +++ b/docs/introduction/SUMMARY.md @@ -3,7 +3,7 @@ Sabre is a bullshit-free (©) programming language that gets out of your way. It is meant to "just work", without adding unnecessary and bloated language features. -To get started with Sabre, continue with the [installation](./installation.md) +To get started with Sabre, continue with the [installation](introduction/installation.md). > **Note**: Some parts of this documentation have been copied from the [Rust book](https://doc.rust-lang.org/book/).