From f072600bb1ae60cd9dc97ad4b8deb829a62cfdc4 Mon Sep 17 00:00:00 2001 From: Evan Shelhamer Date: Mon, 11 Aug 2014 00:27:38 -0700 Subject: [PATCH] [docs] fix example links from install guide --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index ff0760dd..73a35395 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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