[PATCH] D126599: [docs][clang] Fix a broken link on the APINotes doc
Yuki Okushi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat May 28 10:00:18 PDT 2022
JohnTitor created this revision.
Herald added a project: All.
JohnTitor requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This patch replaces a link with a GitHub one.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D126599
Files:
clang/docs/APINotes.rst
Index: clang/docs/APINotes.rst
===================================================================
--- clang/docs/APINotes.rst
+++ clang/docs/APINotes.rst
@@ -22,11 +22,11 @@
That's API notes.
API notes use a YAML-based file format. YAML is a format best explained by
-example, so here is a `small example`__ from the compiler test suite of API
+example, so here is a `small example
+<https://github.com/llvm/llvm-project/blob/main/clang/test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit.apinotes>`_
+from the compiler test suite of API
notes for a hypothetical "SomeKit" framework.
-__ test/APINotes/Inputs/Frameworks/SomeKit.framework/Headers/SomeKit.apinotes
-
Usage
=====
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126599.432738.patch
Type: text/x-patch
Size: 703 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220528/c10a10db/attachment.bin>
More information about the cfe-commits
mailing list