link presentation on dropbox (was self-hosted during a dropbox issue)
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 23 May 2014 01:24:09 +0000 (18:24 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Fri, 23 May 2014 01:26:39 +0000 (18:26 -0700)
README.md
docs/index.md

index 3f7b84ba392050d04f41254f4afb7553428895cd..6b45624fe50b89264e6dbfff25a49a36bc326226 100644 (file)
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ line of code: `Caffe::set_mode(Caffe::CPU)`.
 Even in CPU mode, computing predictions on an image takes only 20 ms when images
 are processed in batch mode.
 
-* [Caffe introductory presentation](http://berkeleyvision.org/caffe-presentation.pdf)
+* [Caffe introductory presentation](https://www.dropbox.com/s/10fx16yp5etb8dv/caffe-presentation.pdf)
 * [Installation instructions](http://caffe.berkeleyvision.org/installation.html)
 
 \* When measured with the [SuperVision](http://www.image-net.org/challenges/LSVRC/2012/supervision.pdf) model that won the ImageNet Large Scale Visual Recognition Challenge 2012.
index 79e107bce0dfdce150643df605f80b0e8969413f..6857c4e531912e9c3dd2482950d702f27f32f99d 100644 (file)
@@ -25,7 +25,7 @@ Even in CPU mode, computing predictions on an image takes only 20 ms when images
 
 ## Documentation
 
-* [Introductory slides](http://caffe.berkeleyvision.org/caffe-presentation.pdf): slides about the Caffe architecture, *updated 03/14*.
+* [Introductory slides](https://www.dropbox.com/s/10fx16yp5etb8dv/caffe-presentation.pdf): slides about the Caffe architecture, *updated 03/14*.
 * [Installation](/installation.html): Instructions on installing Caffe (works on Ubuntu, Red Hat, OS X).
 * [Pre-trained models](/getting_pretrained_models.html): BVLC provides some pre-trained models for academic / non-commercial use.
 * [Development](/development.html): Guidelines for development and contributing to Caffe.