diff -r 637ba5491231 -r fc241db9162d doc/reference/protocols/facebook/urlmap.js --- a/doc/reference/protocols/facebook/urlmap.js Wed Mar 29 23:21:45 2023 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ -// SPDX-FileCopyrightText: 2021 GNOME Foundation -// SPDX-License-Identifier: LGPL-2.1-or-later - -// A map between namespaces and base URLs for their online documentation -baseURLs = [ - [ 'GLib', 'https://docs.gtk.org/glib/' ], - [ 'GObject', 'https://docs.gtk.org/gobject/' ], - [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ], -]