From 1e80c5914f3f68fe37ca23592d8c0fa358a99518 Mon Sep 17 00:00:00 2001 From: LudwikJaniuk Date: Mon, 30 Jul 2018 16:43:48 +0200 Subject: [PATCH] Fix broken link (#67) --- content/docs/routing/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/routing/index.md b/content/docs/routing/index.md index 7335093..c0866aa 100644 --- a/content/docs/routing/index.md +++ b/content/docs/routing/index.md @@ -24,7 +24,7 @@ To perform routing, Choo uses a [Trie](https://en.wikipedia.org/wiki/Trie) data structure. This means that our routing is fast, and the order in which routes are added doesn't matter. -_Note: It's recommended to read the [views](/reference/views) chapter first, as +_Note: It's recommended to read the [views](/docs/views) chapter first, as we'll assume that you're already familiar with how views work. This chapter is intended to give an overview of how routing works in Choo._