Skip to content

Commit c859062

Browse files
committed
Build/Docs: Change gitlab mentions to GitHub
1 parent bbc2854 commit c859062

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
## This file is part of libxml++.
22

33
AC_INIT([libxml++], [3.0.1],
4-
[https://gitlab.gnome.org/GNOME/libxmlplusplus/issues/],
5-
[libxml++], [http://libxmlplusplus.sourceforge.net/])
4+
[https://github.com/libxmlplusplus/libxmlplusplus/issues],
5+
[libxml++], [https://libxmlplusplus.github.io/libxmlplusplus/])
66
AC_PREREQ([2.59])
77

88
AC_CONFIG_SRCDIR([libxml++/libxml++.h])

docs/manual/libxml++_without_code.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
33
"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
44
<!ENTITY date "February 2002">
5-
<!ENTITY url_examples_base "https://gitlab.gnome.org/GNOME/libxmlplusplus/tree/master/examples/">
5+
<!ENTITY url_examples_base "https://github.com/libxmlplusplus/libxmlplusplus/tree/master/examples/">
66
]>
77

88
<book id="index" lang="en">

libxmlplusplus.doap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ the DOM specification. Its API is simpler than the underlying libxml2 C API.</de
1212
<homepage rdf:resource="http://libxmlplusplus.sourceforge.net/" />
1313
<mailing-list rdf:resource="mailto:libxmlplusplus-list@gnome.org" />
1414
<download-page rdf:resource="https://download.gnome.org/sources/libxml++/" />
15-
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/libxmlplusplus/issues" />
15+
<bug-database rdf:resource="https://github.com/libxmlplusplus/libxmlplusplus/issues" />
1616
<!-- Don't know which category to use. See https://mail.gnome.org/archives/desktop-devel-list/2014-August/msg00106.html
1717
<category rdf:resource="http://api.gnome.org/doap-extensions#bindings" />
1818
-->

0 commit comments

Comments
 (0)