[llvm-branch-commits] [llvm] [docs] Replace llvm.org/docs links with project links (PR #222506)
Reid Kleckner via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Sep 11 14:01:49 PDT 2026
================
@@ -217,8 +217,8 @@ compiling a **fixed source** with **differing compilers** or
**differing optimization settings**.
{program}`llvm-remarkutil size-diff` handles both
-[YAML](https://llvm.org/docs/Remarks.html#yaml-remarks) and
-[bitstream](https://llvm.org/docs/Remarks.html#llvm-bitstream-remarks)
+[YAML](project:../Remarks.md#yaml-remarks) and
----------------
rnk wrote:
Docs here: https://myst-parser.readthedocs.io/en/v5.1.0/syntax/cross-referencing.html#default-destination-resolution
It looks like a relative path pointing to a .md source file works, that is considered an internal reference by default, `project:` just makes it explicit.
I double-checked, `project:` makes working references, and it's explicit.
https://github.com/llvm/llvm-project/pull/222506
More information about the llvm-branch-commits
mailing list