diff --git a/gstreamer-check/Cargo.toml b/gstreamer-check/Cargo.toml index 7faddf503..41cde84fa 100644 --- a/gstreamer-check/Cargo.toml +++ b/gstreamer-check/Cargo.toml @@ -4,7 +4,7 @@ version = "0.12.2" authors = ["Sebastian Dröge "] categories = ["api-bindings", "multimedia"] description = "Rust bindings for GStreamer Check library" -repository = "https://github.com/sdroege/gstreamer-rs" +repository = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" diff --git a/gstreamer-editing-services/README.md b/gstreamer-editing-services/README.md index 310a6e599..b6c03a135 100644 --- a/gstreamer-editing-services/README.md +++ b/gstreamer-editing-services/README.md @@ -169,7 +169,7 @@ In addition there are [tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the GStreamer website. Many of them were ported to Rust already and the code can be found in the -[tutorials](https://github.com/sdroege/gstreamer-rs/tree/master/tutorials) +[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials) directory. Some further examples for various aspects of GStreamer and how to use it from