Skip to content

Commit

Permalink
Update bugtracker links to https://gitlab.gnome.org/GNOME/vala/issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ricotz committed May 28, 2018
1 parent 6ac8c9e commit cd451e5
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ([2.65])
AC_INIT([vala], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
[https://bugzilla.gnome.org/browse.cgi?product=vala],
[https://gitlab.gnome.org/GNOME/vala/issues],
[vala],
[https://wiki.gnome.org/Projects/Vala])
AC_CONFIG_SRCDIR([Makefile.am])
Expand Down
4 changes: 2 additions & 2 deletions doc/manual/README
Expand Up @@ -22,8 +22,8 @@ There are a number of ways you can contribute to improving the manual:
* Raise questions on the Vala communication channels so an edit is then made
* Post blogs and other tutorials that can then be used as source material
for updating the manual
* Raise a report in bugzilla
* Submit a patch to bugzilla with an amendment to the manual
* Raise a report in vala's issue tracker
* Submit a patch to vala's gitlab with an amendment to the manual

Editing the manual
------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/vala-gen-introspect.1
Expand Up @@ -35,7 +35,7 @@ Shared library which contains the symbols
\fB\-\-include\-idl\fR=\fI\,IDL\/\fR
Other gidls to include
.SH BUGS
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=vala
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
https://wiki.gnome.org/Projects/Vala
.SH AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion doc/vala-gen-introspect.h2m
Expand Up @@ -20,7 +20,7 @@ This can then be converted to a Vala API as follows:
.B vapigen --pkg cairo --vapidir . --library pango packages/pango/pango.gi

[BUGS]
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=vala
https://gitlab.gnome.org/GNOME/vala/issues

[HOMEPAGE or CONTACT]
https://wiki.gnome.org/Projects/Vala
Expand Down
2 changes: 1 addition & 1 deletion doc/valac.1
Expand Up @@ -211,7 +211,7 @@ This option is disabled by default for backward compatibility because it can
break ABI of existing projects.
.RE
.SH BUGS
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=vala
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
https://wiki.gnome.org/Projects/Vala
.SH FEATURES
Expand Down
2 changes: 1 addition & 1 deletion doc/valac.h2m
Expand Up @@ -34,7 +34,7 @@ break ABI of existing projects.
.RE

[BUGS]
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=vala
https://gitlab.gnome.org/GNOME/vala/issues

[HOMEPAGE or CONTACT]
https://wiki.gnome.org/Projects/Vala
Expand Down
2 changes: 1 addition & 1 deletion doc/valadoc.1
Expand Up @@ -107,7 +107,7 @@ Disable colored output
\fB\-\-target\-glib\fR=\fI\,MAJOR\/\fR.MINOR
Target version of glib for code generation
.SH BUGS
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=valadoc
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
https://wiki.gnome.org/Projects/Valadoc
.SH AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion doc/valadoc.h2m
Expand Up @@ -10,7 +10,7 @@ Valadoc is a documentation generator for generating API documentation
from Vala source code based on libvala.

[BUGS]
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=valadoc
https://gitlab.gnome.org/GNOME/vala/issues

[HOMEPAGE or CONTACT]
https://wiki.gnome.org/Projects/Valadoc
Expand Down
2 changes: 1 addition & 1 deletion doc/vapigen.1
Expand Up @@ -48,7 +48,7 @@ Display version number
\fB\-q\fR, \fB\-\-quiet\fR
Do not print messages to the console
.SH BUGS
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=vala
https://gitlab.gnome.org/GNOME/vala/issues
.SH "HOMEPAGE OR CONTACT"
https://wiki.gnome.org/Projects/Vala
.SH AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion doc/vapigen.h2m
Expand Up @@ -18,7 +18,7 @@ This can then be converted to a Vala API as follows:
.B vapigen --pkg cairo --vapidir . --library pango packages/pango/pango.gi

[BUGS]
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=vala
https://gitlab.gnome.org/GNOME/vala/issues

[HOMEPAGE or CONTACT]
https://wiki.gnome.org/Projects/Vala
Expand Down
2 changes: 1 addition & 1 deletion vala.doap
Expand Up @@ -33,7 +33,7 @@ binding.</description>
<homepage rdf:resource="https://wiki.gnome.org/Projects/Vala" />
<mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/vala-list" />
<download-page rdf:resource="https://wiki.gnome.org/Projects/Vala/Release" />
<bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=vala" />
<bug-database rdf:resource="https://gitlab.gnome.org/GNOME/vala/issues" />

<category rdf:resource="http://api.gnome.org/doap-extensions#core" />
<programming-language>Vala</programming-language>
Expand Down

0 comments on commit cd451e5

Please sign in to comment.