diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index c7eeaf88b..2b55d1e1e 100644 --- a/gstreamer-app/Cargo.toml +++ b/gstreamer-app/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-app" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_app" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-audio/Cargo.toml b/gstreamer-audio/Cargo.toml index c161b1b00..e5eca0759 100644 --- a/gstreamer-audio/Cargo.toml +++ b/gstreamer-audio/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-audio" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_audio" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-player/Cargo.toml b/gstreamer-player/Cargo.toml index d0c8e9e52..91a3026fc 100644 --- a/gstreamer-player/Cargo.toml +++ b/gstreamer-player/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-player" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_player" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-video/Cargo.toml b/gstreamer-video/Cargo.toml index 7d387fd7c..7ebc15f3b 100644 --- a/gstreamer-video/Cargo.toml +++ b/gstreamer-video/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/sdroege/gstreamer-rs" license = "MIT/Apache-2.0" readme = "README.md" homepage = "https://gstreamer.freedesktop.org" -documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer-video" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_video" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs"