gplugin/gplugin

Parents cde752f30c6b
Children 4a32fb36235b
Make sure our references to gplugin docs have their required trailing slash

Testing Done:
Built the docs and verified the links were now corrected.

Reviewed at https://reviews.imfreedom.org/r/957/
--- a/gplugin-gtk/reference/gplugin-gtk.toml.in Mon Sep 27 08:43:33 2021 -0500
+++ b/gplugin-gtk/reference/gplugin-gtk.toml.in Tue Sep 28 02:59:16 2021 -0500
@@ -24,7 +24,7 @@
[dependencies."GPlugin-1.0"]
name = "GPlugin"
description = "Plugin library"
- docs_url = "https://docs.imfreedom.org/gplugin"
+ docs_url = "https://docs.imfreedom.org/gplugin/"
[dependencies."Gtk-3.0"]
name = "Gtk3"
--- a/gplugin-gtk/reference/urlmap.js Mon Sep 27 08:43:33 2021 -0500
+++ b/gplugin-gtk/reference/urlmap.js Tue Sep 28 02:59:16 2021 -0500
@@ -5,7 +5,7 @@
baseURLs = [
[ 'GLib', 'https://docs.gtk.org/glib/' ],
[ 'GObject', 'https://docs.gtk.org/gobject/' ],
- [ 'GPlugin', 'https://docs.imfreedom.org/gplugin' ],
+ [ 'GPlugin', 'https://docs.imfreedom.org/gplugin/' ],
[ 'GModule', 'https://docs.gtk.org/gmodule/' ],
[ 'Gtk3', 'https://docs.gtk.org/gtk3/' ],
]