[all-commits] [llvm/llvm-project] 73fa66: Fix a few broken links (#87098)
mlevesquedion via All-commits
all-commits at lists.llvm.org
Fri Apr 5 00:53:15 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73fa6685c43ef61f5f5babb14f734097af6dc702
https://github.com/llvm/llvm-project/commit/73fa6685c43ef61f5f5babb14f734097af6dc702
Author: mlevesquedion <mlevesquedion at google.com>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M mlir/docs/DefiningDialects/AttributesAndTypes.md
M mlir/docs/DefiningDialects/_index.md
M mlir/docs/Dialects/Linalg/_index.md
M mlir/docs/Dialects/Transform.md
M mlir/docs/LangRef.md
M mlir/docs/Rationale/SideEffectsAndSpeculation.md
M mlir/docs/TargetLLVMIR.md
M mlir/docs/Tutorials/Toy/Ch-4.md
M mlir/docs/Tutorials/transform/Ch4.md
Log Message:
-----------
Fix a few broken links (#87098)
References to headings need to be preceded with a slash. Also,
references to headings on the same page do not need to contain the name
of the document (omitting the document name means if the name changes
the links will still be valid).
I double checked the links by building [the
website](https://github.com/llvm/mlir-www):
```shell
./mlir-www-helper.sh --install-docs ../llvm-project website
cd website && hugo serve
```
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list