From 463e72f57f19f097de77a2ee5e3483294ab1c5bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Paul=20K=C3=BChne?= <felix@feepk.net>
Date: Sun, 9 Jan 2022 12:49:08 +0100
Subject: [PATCH] x265: update source URL

---
 www.videolan.org/developers/x265.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www.videolan.org/developers/x265.php b/www.videolan.org/developers/x265.php
index b1fdbfe8a..37ec8eff6 100644
--- a/www.videolan.org/developers/x265.php
+++ b/www.videolan.org/developers/x265.php
@@ -50,9 +50,9 @@
         <div class="column col-xs-12 col-md-6">
             <h2>Getting x265</h2>
             <h3>Source</h3>
-            <p>The latest x265 source code can always be found by anonymous <b>hg</b> repository:</p>
-            <pre><code># hg clone http://hg.videolan.org/x265</code></pre>
-            <p>You can <a href="http://hg.videolan.org/x265/">browse the source</a> on-line.</p>
+            <p>The latest x265 source code can always be found by anonymous <b>git</b> repository:</p>
+            <pre><code># git clone https://bitbucket.org/multicoreware/x265_git.git</code></pre>
+            <p>You can <a href="https://bitbucket.org/multicoreware/x265_git/src/master/">browse the source</a> on-line.</p>
         </div>
         <?php /*
         <div style="clear: right; float: right; width: 350px;">
-- 
GitLab