From 13f0ab21d3563e53963b9cf8443c0c96786b0ce6 Mon Sep 17 00:00:00 2001 From: Pascal Weinberger Date: Wed, 9 Sep 2015 11:53:28 +0200 Subject: [PATCH] Fix ubuntu git link for libvpx --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index a31be645..fcff1cc7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -534,7 +534,7 @@ Install from source (example for most unix-like OS's): libvpx: ```bash -git clone http://git.chromium.org/webm/libvpx.git +git clone https://chromium.googlesource.com/webm/libvpx cd libvpx ./configure make -j3