qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] docs: repair broken references
@ 2020-09-29 18:15 John Snow
  2020-09-29 18:15 ` [PATCH 1/1] " John Snow
  0 siblings, 1 reply; 2+ messages in thread
From: John Snow @ 2020-09-29 18:15 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Peter Maydell, John Snow, qemu-devel

Found while doing other work for the QAPI generator.

John Snow (1):
  docs: repair broken references

 docs/devel/multi-thread-tcg.rst | 2 +-
 docs/devel/testing.rst          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.26.2




^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 1/1] docs: repair broken references
  2020-09-29 18:15 [PATCH 0/1] docs: repair broken references John Snow
@ 2020-09-29 18:15 ` John Snow
  0 siblings, 0 replies; 2+ messages in thread
From: John Snow @ 2020-09-29 18:15 UTC (permalink / raw)
  To: qemu-trivial; +Cc: Peter Maydell, John Snow, qemu-devel

In two different places, we are making a cross-reference to some
resource incorrectly. These were being interpreted as "content" instead
of a link and a reference, accordingly.

Signed-off-by: John Snow <jsnow@redhat.com>
---
 docs/devel/multi-thread-tcg.rst | 2 +-
 docs/devel/testing.rst          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/devel/multi-thread-tcg.rst b/docs/devel/multi-thread-tcg.rst
index 21483870dbc..92a9eba13c9 100644
--- a/docs/devel/multi-thread-tcg.rst
+++ b/docs/devel/multi-thread-tcg.rst
@@ -267,7 +267,7 @@ of view of external observers (e.g. another processor core). They can
 apply to any memory operations as well as just loads or stores.
 
 The Linux kernel has an excellent `write-up
-<https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/memory-barriers.txt>`
+<https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/memory-barriers.txt>`_
 on the various forms of memory barrier and the guarantees they can
 provide.
 
diff --git a/docs/devel/testing.rst b/docs/devel/testing.rst
index bd64c1bdcdd..8875a40a2b6 100644
--- a/docs/devel/testing.rst
+++ b/docs/devel/testing.rst
@@ -953,7 +953,7 @@ compiler flags are needed to build for a given target.
 If you have the ability to run containers as the user you can also
 take advantage of the build systems "Docker" support. It will then use
 containers to build any test case for an enabled guest where there is
-no system compiler available. See :ref: `_docker-ref` for details.
+no system compiler available. See :ref:`docker-ref` for details.
 
 Running subset of tests
 -----------------------
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-29 18:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-29 18:15 [PATCH 0/1] docs: repair broken references John Snow
2020-09-29 18:15 ` [PATCH 1/1] " John Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).