[docs] fix example links from install guide

This commit is contained in:
Evan Shelhamer 2014-08-11 00:27:38 -07:00
Родитель 6c4dd5aa98
Коммит f072600bb1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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