From 74cce4830201a51115e21a61d4d81c9f26a1d3ae Mon Sep 17 00:00:00 2001 From: Henric Trotzig Date: Thu, 17 Sep 2015 21:14:34 +0200 Subject: [PATCH] Remove dead "Recipes" link from docs/README.md The Recipes page was removed by @mjackson in 59aadc29f, but it was still linked to from the readme. --- docs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 539820d918..bd8cef46fb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,7 +12,6 @@ * [Server Rendering](/docs/advanced/ServerRendering.md) * [Component Lifecycle](/docs/advanced/ComponentLifecycle.md) * [Navigating Outside of Components](/docs/advanced/NavigatingOutsideOfComponents.md) -* [Recipes](/docs/recipes/README.md) * [Upgrade Guide](/UPGRADE_GUIDE.md) * [Troubleshooting](/docs/Troubleshooting.md) * [Glossary](/docs/Glossary.md)