From 98888bdc9c1889b23890dd9930b080f408e92517 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Wed, 26 Nov 2014 16:40:38 +1100 Subject: [PATCH] Fix async-data example link --- docs/api/run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/run.md b/docs/api/run.md index f1b0d7c12c..7bf530fe96 100644 --- a/docs/api/run.md +++ b/docs/api/run.md @@ -137,5 +137,5 @@ something.serve(function (req, res) { ``` [1]:./components/Route.md - [2]:https://github.com/rackt/react-router/tree/latest/examples/async-data + [2]:https://github.com/rackt/react-router/tree/master/examples/async-data