doc/reference/protocols/facebook/urlmap.js

Mon, 29 Aug 2022 20:14:30 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 29 Aug 2022 20:14:30 -0500
changeset 41619
f19b4c13bc90
parent 41125
d6a7bf9208e1
permissions
-rw-r--r--

Make sure we pack the label for generic notifications

Testing Done:
Ran the scanbuild image and verified the issue was resolved.

Reviewed at https://reviews.imfreedom.org/r/1676/

// 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/' ],
]

mercurial