Skip to content

Commit fe91376

Browse files
author
ibiryukov
committed
Fixed broken links in docs.
Replaced references to `llvm.org/klaus` with `git.llvm.org/klaus`. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314028 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent b6cf3ac commit fe91376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/DeveloperPolicy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ problem, we have a notion of an 'owner' for a piece of the code. The sole
188188
responsibility of a code owner is to ensure that a commit to their area of the
189189
code is appropriately reviewed, either by themself or by someone else. The list
190190
of current code owners can be found in the file
191-
`CODE_OWNERS.TXT <http://llvm.org/klaus/llvm/blob/master/CODE_OWNERS.TXT>`_
191+
`CODE_OWNERS.TXT <http://git.llvm.org/klaus/llvm/blob/master/CODE_OWNERS.TXT>`_
192192
in the root of the LLVM source tree.
193193

194194
Note that code ownership is completely different than reviewers: anyone can

docs/TypeMetadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,4 +223,4 @@ efficiently to minimize the sizes of the underlying bitsets.
223223
ret void
224224
}
225225

226-
.. _GlobalLayoutBuilder: http://llvm.org/klaus/llvm/blob/master/include/llvm/Transforms/IPO/LowerTypeTests.h
226+
.. _GlobalLayoutBuilder: http://git.llvm.org/klaus/llvm/blob/master/include/llvm/Transforms/IPO/LowerTypeTests.h

0 commit comments

Comments
 (0)