From 09fad0b3faf0fe0f39ea2ffbabd221d1207bf20e Mon Sep 17 00:00:00 2001 From: Alex Boyd Date: Thu, 26 Mar 2015 01:14:32 -0600 Subject: [PATCH] Fix links in docs/guides/overview.md --- docs/guides/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/overview.md b/docs/guides/overview.md index a9119c5ea2..b315983f29 100644 --- a/docs/guides/overview.md +++ b/docs/guides/overview.md @@ -443,13 +443,13 @@ Path Matching ------------- There's a lot more to be said about path matching, check out the [Path -Matching Guide][path-matching]. +Matching Guide](path-matching.md). API Documentation ----------------- That's the gist of what this router is all about, but there's a lot more -it has to offer. Check out the [API Docs][API] to learn about +it has to offer. Check out the [API Docs](../api) to learn about redirecting transitions, query parameters and more. CommonJS Guide