diff --git a/llvm/docs/SandboxIR.md b/llvm/docs/SandboxIR.md index b06c4c89c5b4f..d2b612ba95ef1 100644 --- a/llvm/docs/SandboxIR.md +++ b/llvm/docs/SandboxIR.md @@ -106,4 +106,4 @@ Please note that after a call to `revert()` or `accept()` tracking will stop. To start tracking again, the user needs to call `save()`. # Users of Sandbox IR -- [The Sandbox Vectorizer](sandbox-vectorizer) +- [The Sandbox Vectorizer](project:SandboxVectorizer.md) diff --git a/llvm/docs/Vectorizers.rst b/llvm/docs/Vectorizers.rst index c65b6ac617508..c7bf9133e146b 100644 --- a/llvm/docs/Vectorizers.rst +++ b/llvm/docs/Vectorizers.rst @@ -480,8 +480,6 @@ through clang using the command line flag: $ clang -fno-slp-vectorize file.c -.. _sandbox-vectorizer: - The Sandbox Vectorizer ====================== .. toctree::