diff --git a/gstreamer-app/Cargo.toml b/gstreamer-app/Cargo.toml index 05da5b6c4..ecbb8a91a 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 5936b5a61..e747f10e7 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 e84ebbad5..b12dd4825 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 d09f4f948..aeb694ad7 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"