From 91d0723c1b8c800217dab9d3c99d644ac019b8b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 22 Dec 2017 15:34:21 +0200 Subject: [PATCH] Fix documentation links for gstreamer-base/net --- gstreamer-base/Cargo.toml | 2 +- gstreamer-net/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gstreamer-base/Cargo.toml b/gstreamer-base/Cargo.toml index 426c3ef72..c3b240c9d 100644 --- a/gstreamer-base/Cargo.toml +++ b/gstreamer-base/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-base" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_base" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs" diff --git a/gstreamer-net/Cargo.toml b/gstreamer-net/Cargo.toml index 4feb0546d..81835bb95 100644 --- a/gstreamer-net/Cargo.toml +++ b/gstreamer-net/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-net" +documentation = "https://sdroege.github.io/rustdoc/gstreamer/gstreamer_net" keywords = ["gstreamer", "multimedia", "audio", "video", "gnome"] build = "build.rs"