summaryrefslogtreecommitdiff
path: root/doc/reference/finch/urlmap.js
blob: fa6425ba25f09d815cce8a4651d116b52621175b (plain)
1
2
3
4
5
6
7
8
9
10
// 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/' ],
    [ 'Gnt3', 'https://docs.imfreedom.org/gnt3/' ],
    [ 'Purple3', 'https://docs.imfreedom.org/purple3/' ],
]