From a18c934e1aebcc1cb315b638db20a936eb8fc939 Mon Sep 17 00:00:00 2001 From: Richard Smith <richard-llvm@metafoo.co.uk> Date: Wed, 4 Sep 2019 21:31:22 +0000 Subject: [PATCH] [www] Fix hyperlink syntax in attribute reference. llvm-svn: 370987 --- clang/include/clang/Basic/AttrDocs.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td index 103bc8b9d3b1..1379da84bfc9 100644 --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -2637,7 +2637,7 @@ is retained by the return value of the annotated function It is only supported in C++. This attribute provides an experimental implementation of the facility -described in the C++ committee paper [http://wg21.link/p0936r0](P0936R0), +described in the C++ committee paper `P0936R0 <http://wg21.link/p0936r0>`_, and is subject to change as the design of the corresponding functionality changes. }];