Fix https url in building-from-source-using-meson.md

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-docs/-/merge_requests/93>
This commit is contained in:
Kevin King 2020-06-11 22:32:44 +00:00
parent 424ddb4eda
commit 5c83668f2f

View file

@ -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
```