Skip to content

Commit a60e865

Browse files
Fix incorrect (reversed) labelling of links
1 parent 7cda90d commit a60e865

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

clang/docs/StandardCPlusPlusModules.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,10 @@ Standard C++ Named modules
2828
In order to better understand the compiler's behavior, it is helpful to
2929
understand some terms and definitions for readers who are not familiar with the
3030
C++ feature. This document is not a tutorial on C++; it only introduces
31-
necessary concepts to better understand use of modules in a project. Other
32-
resources at `Wikipedia
33-
<https://en.cppreference.com/w/cpp/language/modules.html>`_ and `cppreference
34-
<https://en.wikipedia.org/wiki/Modules_(C++)>`_ can provide more background
35-
information about modules if needed.
31+
necessary concepts to better understand use of modules in a project. Other
32+
resources at `Wikipedia<https://en.wikipedia.org/wiki/Modules_(C++)>`_ and
33+
`cppreference<https://en.cppreference.com/w/cpp/language/modules.html>`_ can
34+
provide more background information about modules if needed.
3635

3736
Background and terminology
3837
--------------------------

0 commit comments

Comments
 (0)