[docs] fix example links from install guide
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Mon, 11 Aug 2014 07:27:38 +0000 (00:27 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Mon, 11 Aug 2014 07:27:38 +0000 (00:27 -0700)
docs/installation.md

index ff0760d..73a3539 100644 (file)
@@ -208,7 +208,7 @@ Be sure to set your MATLAB and Python paths in `Makefile.config` first!
 
 *Speed*: for a faster build, compile in parallel by doing `make all -j8` where 8 is the number of parallel threads for compilation (a good choice for the number of threads is the number of cores in your machine).
 
-Now that you have installed Caffe, check out the [MNIST demo](mnist.html) and the pretrained [ImageNet example](imagenet.html).
+Now that you have installed Caffe, check out the [MNIST tutorial](gathered/examples/mnist.html) and the [reference ImageNet model tutorial](gathered/examples/imagenet.html).
 
 ## Hardware Questions