From 55ef03110a0fe32c3c0c9b80af0f741b85998d25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 15 Sep 2017 00:50:03 +0300 Subject: [PATCH] Fix documentation URIs --- gstreamer-app/Cargo.toml | 2 +- gstreamer-audio/Cargo.toml | 2 +- gstreamer-player/Cargo.toml | 2 +- gstreamer-video/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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"