summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-03-05 13:10:58 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-03-11 14:32:31 -0500
commit71e7d2b3ca21f57425e21e75025b1bb67496a4fb (patch)
tree91c42ad62f83d57cdbfcc9f7b69d7df877342f8f /docs
parente668179e333a7ebcf86afb2db968c1b72f607657 (diff)
downloadpango-71e7d2b3ca21f57425e21e75025b1bb67496a4fb.tar.gz
Fix various broken links
All these were pointed out by gi-docgen warnings.
Diffstat (limited to 'docs')
-rw-r--r--docs/pango_bidi.md4
-rw-r--r--docs/pango_fonts.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/pango_bidi.md b/docs/pango_bidi.md
index 12e75e38..27005caa 100644
--- a/docs/pango_bidi.md
+++ b/docs/pango_bidi.md
@@ -12,7 +12,7 @@ to instruct Pango about direction of text, though in most cases Pango detects
that correctly and automatically. For application that need more direct
control over bidirectional setting of text, Pango provides APIs such as
[func@unichar_direction], [func@find_base_dir], [func@get_mirror_char]
-or [func@bidi_type_for_unichar].
+or [type_func@Pango.BidiType.for_unichar].
# Vertical Text
@@ -43,7 +43,7 @@ of the context can be accessed using [method@Pango.Context.get_base_gravity] and
*resolved* gravity of it using [method@Pango.Context.get_gravity]. The resolved
gravity is the same as the base gravity for the most part, except that if the base
gravity is set to `PANGO_GRAVITY_AUTO`, the resolved gravity will depend on the
-current matrix set on context, and is derived using [func@gravity_get_for_matrix].
+current matrix set on context, and is derived using [type_func@Pango.Gravity.get_for_matrix].
The next thing an application may want to set on the context is the *gravity hint*.
A [enum@Pango.GravityHint] instructs how different scripts should react to the set
diff --git a/docs/pango_fonts.md b/docs/pango_fonts.md
index 6e28e8f7..776dba71 100644
--- a/docs/pango_fonts.md
+++ b/docs/pango_fonts.md
@@ -42,7 +42,7 @@ or by parsing a string such as
Helvetica Bold 12pt
-with [method@Pango.FontDescription.from_string].
+with [type_func@Pango.FontDescription.from_string].
# Glyphs