summaryrefslogtreecommitdiff
path: root/libcxx/docs/Modules.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/docs/Modules.rst')
-rw-r--r--libcxx/docs/Modules.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/libcxx/docs/Modules.rst b/libcxx/docs/Modules.rst
index ebd851fed95f..c8f3e6194fd8 100644
--- a/libcxx/docs/Modules.rst
+++ b/libcxx/docs/Modules.rst
@@ -72,7 +72,7 @@ Some of the current limitations
* Clang:
* Including headers after importing the ``std`` module may fail. This is
hard to solve and there is a work-around by first including all headers
- `bug report <https://github.com/llvm/llvm-project/issues/61465>`__.
+ `bug report <https://llvm.org/PR61465>`__.
Blockers
~~~~~~~~
@@ -88,8 +88,7 @@ Blockers
* Clang
- * Some concepts do not work properly
- `bug report <https://github.com/llvm/llvm-project/issues/62943>`__.
+ * Some concepts do not work properly `bug report <https://llvm.org/PR61465>`__.
Using in external projects