[llvm] r314028 - Fixed broken links in docs.

Ilya Biryukov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 14:10:37 PDT 2017


Author: ibiryukov
Date: Fri Sep 22 14:10:37 2017
New Revision: 314028

URL: http://llvm.org/viewvc/llvm-project?rev=314028&view=rev
Log:
Fixed broken links in docs.

Replaced references to `llvm.org/klaus` with `git.llvm.org/klaus`.

Modified:
    llvm/trunk/docs/DeveloperPolicy.rst
    llvm/trunk/docs/TypeMetadata.rst

Modified: llvm/trunk/docs/DeveloperPolicy.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/DeveloperPolicy.rst?rev=314028&r1=314027&r2=314028&view=diff
==============================================================================
--- llvm/trunk/docs/DeveloperPolicy.rst (original)
+++ llvm/trunk/docs/DeveloperPolicy.rst Fri Sep 22 14:10:37 2017
@@ -188,7 +188,7 @@ problem, we have a notion of an 'owner'
 responsibility of a code owner is to ensure that a commit to their area of the
 code is appropriately reviewed, either by themself or by someone else.  The list
 of current code owners can be found in the file
-`CODE_OWNERS.TXT <http://llvm.org/klaus/llvm/blob/master/CODE_OWNERS.TXT>`_
+`CODE_OWNERS.TXT <http://git.llvm.org/klaus/llvm/blob/master/CODE_OWNERS.TXT>`_
 in the root of the LLVM source tree.
 
 Note that code ownership is completely different than reviewers: anyone can

Modified: llvm/trunk/docs/TypeMetadata.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/TypeMetadata.rst?rev=314028&r1=314027&r2=314028&view=diff
==============================================================================
--- llvm/trunk/docs/TypeMetadata.rst (original)
+++ llvm/trunk/docs/TypeMetadata.rst Fri Sep 22 14:10:37 2017
@@ -223,4 +223,4 @@ efficiently to minimize the sizes of the
       ret void
     }
 
-.. _GlobalLayoutBuilder: http://llvm.org/klaus/llvm/blob/master/include/llvm/Transforms/IPO/LowerTypeTests.h
+.. _GlobalLayoutBuilder: http://git.llvm.org/klaus/llvm/blob/master/include/llvm/Transforms/IPO/LowerTypeTests.h




More information about the llvm-commits mailing list