From 5c83668f2f8aa85608a75487e20fd9f851699003 Mon Sep 17 00:00:00 2001 From: Kevin King <4kevinking@gmail.com> Date: Thu, 11 Jun 2020 22:32:44 +0000 Subject: [PATCH] Fix https url in building-from-source-using-meson.md Part-of: --- markdown/installing/building-from-source-using-meson.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown/installing/building-from-source-using-meson.md b/markdown/installing/building-from-source-using-meson.md index 629ac8da57..75050ca165 100644 --- a/markdown/installing/building-from-source-using-meson.md +++ b/markdown/installing/building-from-source-using-meson.md @@ -37,7 +37,7 @@ GStreamer modules and certain dependencies in one go. First clone `gst-build`: ``` shell -git clone https://gitlab.freedesktop.org:gstreamer/gst-build.git +git clone https://gitlab.freedesktop.org/gstreamer/gst-build.git cd gst-build ```