summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent <vincent.biret@gmail.com>2016-10-05 13:12:04 +0100
committerGitHub <noreply@github.com>2016-10-05 13:12:04 +0100
commitcdd2d0ee9ed42200b6ab8b52c0213bb5916b46c4 (patch)
treec9c201f28203ab7199f9cc3e736b7f006fdcca71 /docs
parenta2179bdec004bd1cc2edfc8cf1fbc5b07a117de6 (diff)
downloadcaffeonacl-cdd2d0ee9ed42200b6ab8b52c0213bb5916b46c4.tar.gz
caffeonacl-cdd2d0ee9ed42200b6ab8b52c0213bb5916b46c4.tar.bz2
caffeonacl-cdd2d0ee9ed42200b6ab8b52c0213bb5916b46c4.zip
Fix: docs/yum_install.md glog broken link
fixes the broken glog link in yum_install.md which is currently returning a 404.
Diffstat (limited to 'docs')
-rw-r--r--docs/install_yum.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install_yum.md b/docs/install_yum.md
index 2104912e..38bf7255 100644
--- a/docs/install_yum.md
+++ b/docs/install_yum.md
@@ -15,7 +15,7 @@ title: Installation: RHEL / Fedora / CentOS
**Remaining dependencies, if not found**
# glog
- wget https://google-glog.googlecode.com/files/glog-0.3.3.tar.gz
+ wget https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/google-glog/glog-0.3.3.tar.gz
tar zxvf glog-0.3.3.tar.gz
cd glog-0.3.3
./configure