File: urlmap.js

package info (click to toggle)
libgit2-glib 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,616 kB
  • sloc: ansic: 17,631; python: 1,971; makefile: 14; sh: 7; javascript: 6
file content (10 lines) | stat: -rw-r--r-- 401 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
// SPDX-FileCopyrightText: 2022 IƱigo Martinez <inigomartinez@gmail.com>
// SPDX-License-Identifier: GPL-2.0-or-later

// A map between namespaces and base URLs for their online documentation
baseURLs = [
    [ 'Gio', 'https://docs.gtk.org/gio/' ],
    [ 'GLib', 'https://docs.gtk.org/glib/' ],
    [ 'GObject', 'https://docs.gtk.org/gobject/' ],
    [ 'libgit2', 'https://libgit2.org/libgit2/' ],
]