From dc9d1be19e2cf51fa910d87d261def82683efa45 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 21 Oct 2015 21:19:17 +0900 Subject: [PATCH] Fix typo --- doc/book/cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/book/cookbook.md b/doc/book/cookbook.md index cd5566be..03d2f4ac 100644 --- a/doc/book/cookbook.md +++ b/doc/book/cookbook.md @@ -23,7 +23,7 @@ As your application progresses, you may have a mixture of different content, and the above segregated under the path `/api`. This is essentially the same problem as addressed in the -["Segregating your application to a subpath"](usage-examples.md#segregating-your-application-to-a-subpath] example. +["Segregating your application to a subpath"](usage-examples.md#segregating-your-application-to-a-subpath) example. To accomplish it: