Skip to content

Instantly share code, notes, and snippets.

@thresheek
Created December 5, 2015 16:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thresheek/4f6285e59e1f731bfbbf to your computer and use it in GitHub Desktop.
Save thresheek/4f6285e59e1f731bfbbf to your computer and use it in GitHub Desktop.
From 1a9f9546c755581c367b78d009c8d03fb40bb82c Mon Sep 17 00:00:00 2001
From: Konstantin Pavlov <thresh@videolan.org>
Date: Sat, 5 Dec 2015 19:40:23 +0300
Subject: [PATCH] Use http:// instead of git:// here too.
---
src/download | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/download b/src/download
index a1b9158..700d1fd 100644
--- a/src/download
+++ b/src/download
@@ -194,7 +194,7 @@
<tbody>
<tr>
<td>
- <div class="pull-left"><a href="git://source.ffmpeg.org/ffmpeg.git">git://source.ffmpeg.org/ffmpeg.git</a></div>
+ <div class="pull-left"><a href="http://source.ffmpeg.org/git/ffmpeg.git">http://source.ffmpeg.org/git/ffmpeg.git</a></div>
<div class="pull-right">
<a class="btn btn-success" href="http://git.videolan.org/?p=ffmpeg.git">Browse</a>
</div>
--
1.7.10.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment