From d88393e070c087e0087bfa2eeccba1640fbe7f51 Mon Sep 17 00:00:00 2001 From: Philip Withnall <53172+pwithnall@users.noreply.github.com> Date: Wed, 2 Nov 2022 12:40:44 +0000 Subject: [PATCH] gvariant: Fix link to canonical GVariant Specification The old PDF has been reformatted and is now hosted on developer.gnome.org. It will be updated over time with errata, so please follow it for changes. Signed-off-by: Philip Withnall --- gvariant/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gvariant/src/lib.rs b/gvariant/src/lib.rs index 07ef37d..591236d 100644 --- a/gvariant/src/lib.rs +++ b/gvariant/src/lib.rs @@ -41,7 +41,7 @@ //! //! [GLib implementation]: https://developer.gnome.org/glib/stable/glib-GVariant.html //! [GVariant Schema Compiler]: https://gitlab.gnome.org/alexl/variant-schema-compiler/ -//! [GVariant specification]: https://people.gnome.org/~desrt/gvariant-serialisation.pdf +//! [GVariant specification]: https://developer.gnome.org/documentation/specifications/gvariant-specification-1.0.html //! //! ## Status //!