summaryrefslogtreecommitdiffstats
path: root/gfx/docs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:29 +0000
commit59203c63bb777a3bacec32fb8830fba33540e809 (patch)
tree58298e711c0ff0575818c30485b44a2f21bf28a0 /gfx/docs
parentAdding upstream version 126.0.1. (diff)
downloadfirefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz
firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'gfx/docs')
-rw-r--r--gfx/docs/Moz2D.rst2
-rw-r--r--gfx/docs/RenderingOverview.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/gfx/docs/Moz2D.rst b/gfx/docs/Moz2D.rst
index 0be251a209..66e853af9b 100644
--- a/gfx/docs/Moz2D.rst
+++ b/gfx/docs/Moz2D.rst
@@ -13,4 +13,4 @@ mechanism for modularization/dependencies. That being said, we still try
to keep the coupling with the rest of Gecko low for hygiene, simplicity
and perhaps a more modular future.
-See also `Moz2D documentation on wiki <https://wiki.mozilla.org/Platform/GFX/Moz2D>`.
+See also `Moz2D documentation on wiki <https://wiki.mozilla.org/Platform/GFX/Moz2D>`_.
diff --git a/gfx/docs/RenderingOverview.rst b/gfx/docs/RenderingOverview.rst
index 1b2e30b6f6..7074a59974 100644
--- a/gfx/docs/RenderingOverview.rst
+++ b/gfx/docs/RenderingOverview.rst
@@ -120,7 +120,7 @@ something 'interesting' with the page in return? What about nested
frames or nested scrollbars? What if we scroll so much that we go
past the boundaries of the Scene that we know about?
-See AsyncPanZoom.rst for all that and more.
+See :ref:`apz` for all that and more.
A Few More Details
~~~~~~~~~~~~~~~~~~