Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2018-11-26 18:21:57 +0300
committerSebastian Dröge <sebastian@centricular.com>2018-11-26 18:27:13 +0300
commitfae723a2382f31bab9fe4c9fcb1fd5d9de6c603e (patch)
tree07a0f6140539878a27cb68aef782a75bf0c31636 /README.md
parent32265412f37a249fed63a7cda1e97e5e0aad1387 (diff)
Update documentation to gitlab pages
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cd14fecee..1057b171a 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ plugins.
Documentation for the crate containing the infrastructure for writing
GStreamer plugins in Rust, [`gst-plugin`](gst-plugin), can be found
-[here](https://sdroege.github.io/rustdoc/gst-plugin/gst_plugin/). The whole
+[here](https://slomo.pages.freedesktop.org/rustdocs/gst-plugin/gst_plugin). The whole
API builds upon the [application-side GStreamer bindings](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs).
Check the README.md of that repository also for details about how to set-up
your development environment.