summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-02-18 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2018-03-10 16:38:19 +0100
commit6a8e1b8ad69e5ec4609295e8bf72547d70836871 (patch)
treedc5b7c219e2911bae469d5e15a8ff71f043bdf9a /docs
parent3efbea015a59d09bc3599730d0c41da962854573 (diff)
downloadgobject-introspection-6a8e1b8ad69e5ec4609295e8bf72547d70836871.tar.gz
Update bug reporting links.
Also disable automatic hyphenation in manual pages to prevent wrapping long URLs. Ensures that URLs can be easily navigated by clicking on them.
Diffstat (limited to 'docs')
-rw-r--r--docs/g-ir-compiler.13
-rw-r--r--docs/g-ir-generate.13
-rw-r--r--docs/g-ir-scanner.13
3 files changed, 6 insertions, 3 deletions
diff --git a/docs/g-ir-compiler.1 b/docs/g-ir-compiler.1
index 28283207..c2197b44 100644
--- a/docs/g-ir-compiler.1
+++ b/docs/g-ir-compiler.1
@@ -1,4 +1,5 @@
.TH "g-ir-compiler" 1
+.nh
.SH NAME
g-ir-compiler \- typelib compiler.
.SH SYNOPSIS
@@ -33,7 +34,7 @@ Specifies the shared library where the symbols in the typelib can be found.
The name of the library should not contain the ending shared library suffix.
.TP
.SH BUGS
-Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
+Report bugs at https://gitlab.gnome.org/GNOME/gobject\-introspection/issues.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS
diff --git a/docs/g-ir-generate.1 b/docs/g-ir-generate.1
index b42bc7e0..ffe4904a 100644
--- a/docs/g-ir-generate.1
+++ b/docs/g-ir-generate.1
@@ -1,4 +1,5 @@
.TH "g-ir-generate" 1
+.nh
.SH NAME
g-ir-generate \- typelib generator
.SH SYNOPSIS
@@ -21,7 +22,7 @@ The shared library to read the symbols from.
Save the resulting output in FILENAME.
.TP
.SH BUGS
-Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
+Report bugs at https://gitlab.gnome.org/GNOME/gobject\-introspection/issues.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS
diff --git a/docs/g-ir-scanner.1 b/docs/g-ir-scanner.1
index f027fdb5..d38241f1 100644
--- a/docs/g-ir-scanner.1
+++ b/docs/g-ir-scanner.1
@@ -1,4 +1,5 @@
.TH "g-ir-scanner" 1
+.nh
.SH NAME
g-ir-scanner \- extracting C metadata from sources and headers
.SH SYNOPSIS
@@ -145,7 +146,7 @@ The variable GI_HOST_OS can be used to control the OS name on the
host that runs the scanner. It has the same semantics as the Python
os.name property.
.SH BUGS
-Report bugs at http://bugzilla.gnome.org/ in the gobject-introspection product.
+Report bugs at https://gitlab.gnome.org/GNOME/gobject\-introspection/issues.
.SH HOMEPAGE and CONTACT
http://live.gnome.org/GObjectIntrospection
.SH AUTHORS