Skip to content

Commit 94fac81

Browse files
committed
[Branch-Rename] Fix some links
According to the [[ https://foundation.llvm.org/docs/branch-rename/ | status of branch rename ]], the master branch of the LLVM repository is removed on 28 Jan 2021. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D95766
1 parent ad12e6e commit 94fac81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+109
-109
lines changed

clang-tools-extra/clang-tidy/google/AvoidUnderscoreInGoogletestNameCheck.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace google {
1717
namespace readability {
1818

1919
// Check for underscores in the names of googletest tests, per
20-
// https://github.com/google/googletest/blob/master/googletest/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
20+
// https://github.com/google/googletest/blob/master/docs/faq.md#why-should-test-suite-names-and-test-names-not-contain-underscore
2121
///
2222
/// For the user-facing documentation see:
2323
/// http://clang.llvm.org/extra/clang-tidy/checks/google-readability-avoid-underscore-in-googletest-name.html

clang-tools-extra/clangd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is not its documentation.
55

66
- the **website** is https://clangd.llvm.org/.
77
- the **bug tracker** is https://github.com/clangd/clangd/issues
8-
- the **source code** is hosted at https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clangd.
8+
- the **source code** is hosted at https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd.
99
- the **website source code** is at https://github.com/llvm/clangd-www/
1010

1111
### Communication channels

clang-tools-extra/docs/clang-rename.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Vim Integration
142142
You can call :program:`clang-rename` directly from Vim! To set up
143143
:program:`clang-rename` integration for Vim see
144144
`clang/tools/clang-rename/clang-rename.py
145-
<https://github.com/llvm/llvm-project/blob/master/clang/tools/clang-rename/clang-rename.py>`_.
145+
<https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-rename/clang-rename.py>`_.
146146

147147
Please note that **you have to save all buffers, in which the replacement will
148148
happen before running the tool**.
@@ -159,7 +159,7 @@ Emacs Integration
159159
You can also use :program:`clang-rename` while using Emacs! To set up
160160
:program:`clang-rename` integration for Emacs see
161161
`clang-rename/tool/clang-rename.el
162-
<https://github.com/llvm/llvm-project/blob/master/clang/tools/clang-rename/clang-rename.el>`_.
162+
<https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-rename/clang-rename.el>`_.
163163

164164
Once installed, you can point your cursor to symbols you want to rename, press
165165
`M-X`, type `clang-rename` and new desired name.

clang-tools-extra/docs/clang-tidy/Contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ style used in the project. For code reviews we mostly use `LLVM Phabricator`_.
128128

129129
Next, you need to decide which module the check belongs to. Modules
130130
are located in subdirectories of `clang-tidy/
131-
<https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clang-tidy/>`_
131+
<https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clang-tidy/>`_
132132
and contain checks targeting a certain aspect of code quality (performance,
133133
readability, etc.), certain coding style or standard (Google, LLVM, CERT, etc.)
134134
or a widely used API (e.g. MPI). Their names are same as user-facing check
@@ -211,7 +211,7 @@ can further inspect them and report diagnostics.
211211
212212
(If you want to see an example of a useful check, look at
213213
`clang-tidy/google/ExplicitConstructorCheck.h
214-
<https://github.com/llvm/llvm-project/blob/master/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h>`_
214+
<https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h>`_
215215
and `clang-tidy/google/ExplicitConstructorCheck.cpp
216216
<https://reviews.llvm.org/diffusion/L/browse/clang-tools-extra/trunk/clang-tidy/google/ExplicitConstructorCheck.cpp>`_).
217217

clang-tools-extra/docs/clang-tidy/Integrations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ possible with the `Clang Tools`_ analyzer.
8282
.. _ReSharper C++: https://www.jetbrains.com/help/resharper/Clang_Tidy_Integration.html
8383
.. _Visual Assist: https://docs.wholetomato.com/default.asp?W761
8484
.. _Clang Power Tools: https://marketplace.visualstudio.com/items?itemName=caphyon.ClangPowerTools
85-
.. _clang-tidy-vs: https://github.com/llvm/llvm-project/tree/master/clang-tools-extra/clang-tidy-vs
85+
.. _clang-tidy-vs: https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clang-tidy-vs
8686

8787
`MS Visual Studio`_ has a native clang-tidy-vs_ plugin and also can integrate
8888
:program:`clang-tidy` by means of three other tools. The `ReSharper C++`_

clang/docs/ClangPlugins.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,15 +111,15 @@ attribute, are:
111111
target.
112112

113113
To see a working example of an attribute plugin, see `the Attribute.cpp example
114-
<https://github.com/llvm/llvm-project/blob/master/clang/examples/Attribute/Attribute.cpp>`_.
114+
<https://github.com/llvm/llvm-project/blob/main/clang/examples/Attribute/Attribute.cpp>`_.
115115

116116
Putting it all together
117117
=======================
118118

119119
Let's look at an example plugin that prints top-level function names. This
120120
example is checked into the clang repository; please take a look at
121121
the `latest version of PrintFunctionNames.cpp
122-
<https://github.com/llvm/llvm-project/blob/master/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp>`_.
122+
<https://github.com/llvm/llvm-project/blob/main/clang/examples/PrintFunctionNames/PrintFunctionNames.cpp>`_.
123123

124124
Running the plugin
125125
==================
@@ -160,7 +160,7 @@ source tree:
160160
-plugin -Xclang print-fns
161161
162162
Also see the print-function-name plugin example's
163-
`README <https://github.com/llvm/llvm-project/blob/master/clang/examples/PrintFunctionNames/README.txt>`_
163+
`README <https://github.com/llvm/llvm-project/blob/main/clang/examples/PrintFunctionNames/README.txt>`_
164164

165165

166166
Using the clang command line

clang/docs/ClangTools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ refactoring, etc.
1111
Only a couple of the most basic and fundamental tools are kept in the
1212
primary Clang tree. The rest of the tools are kept in a separate
1313
directory tree, `clang-tools-extra
14-
<https://github.com/llvm/llvm-project/tree/master/clang-tools-extra>`_.
14+
<https://github.com/llvm/llvm-project/tree/main/clang-tools-extra>`_.
1515

1616
This document describes a high-level overview of the organization of
1717
Clang Tools within the project as well as giving an introduction to some

clang/docs/ControlFlowIntegrityDesign.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ those sub-hierarchies need to be (see "Stripping Leading/Trailing Zeros in Bit
196196
Vectors" above). The `GlobalLayoutBuilder`_ class is responsible for laying
197197
out the globals efficiently to minimize the sizes of the underlying bitsets.
198198

199-
.. _GlobalLayoutBuilder: https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
199+
.. _GlobalLayoutBuilder: https://github.com/llvm/llvm-project/blob/main/llvm/include/llvm/Transforms/IPO/LowerTypeTests.h
200200

201201
Alignment
202202
~~~~~~~~~
@@ -300,7 +300,7 @@ The interleaving scheme, however, can only work with individual virtual tables s
300300
In comparison, the old scheme does not require the splitting but it is more efficient when the combined virtual tables have been split.
301301
The `GlobalSplit`_ pass is responsible for splitting combined virtual tables into individual ones.
302302

303-
.. _GlobalSplit: https://github.com/llvm/llvm-project/blob/master/llvm/lib/Transforms/IPO/GlobalSplit.cpp
303+
.. _GlobalSplit: https://github.com/llvm/llvm-project/blob/main/llvm/lib/Transforms/IPO/GlobalSplit.cpp
304304

305305
Order virtual tables by a pre-order traversal of the class hierarchy
306306
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

clang/docs/InternalsManual.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,7 @@ semantic checking for some attributes, etc.
22602260
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22612261
The first step to adding a new attribute to Clang is to add its definition to
22622262
`include/clang/Basic/Attr.td
2263-
<https://github.com/llvm/llvm-project/blob/master/clang/include/clang/Basic/Attr.td>`_.
2263+
<https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/Attr.td>`_.
22642264
This tablegen definition must derive from the ``Attr`` (tablegen, not
22652265
semantic) type, or one of its derivatives. Most attributes will derive from the
22662266
``InheritableAttr`` type, which specifies that the attribute can be inherited by
@@ -2328,10 +2328,10 @@ the ``SubjectList``. The diagnostics generated for subject list violations are
23282328
either ``diag::warn_attribute_wrong_decl_type`` or
23292329
``diag::err_attribute_wrong_decl_type``, and the parameter enumeration is found
23302330
in `include/clang/Sema/ParsedAttr.h
2331-
<https://github.com/llvm/llvm-project/blob/master/clang/include/clang/Sema/ParsedAttr.h>`_
2331+
<https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Sema/ParsedAttr.h>`_
23322332
If a previously unused Decl node is added to the ``SubjectList``, the logic used
23332333
to automatically determine the diagnostic parameter in `utils/TableGen/ClangAttrEmitter.cpp
2334-
<https://github.com/llvm/llvm-project/blob/master/clang/utils/TableGen/ClangAttrEmitter.cpp>`_
2334+
<https://github.com/llvm/llvm-project/blob/main/clang/utils/TableGen/ClangAttrEmitter.cpp>`_
23352335
may need to be updated.
23362336

23372337
By default, all subjects in the SubjectList must either be a Decl node defined
@@ -2353,7 +2353,7 @@ All attributes must have some form of documentation associated with them.
23532353
Documentation is table generated on the public web server by a server-side
23542354
process that runs daily. Generally, the documentation for an attribute is a
23552355
stand-alone definition in `include/clang/Basic/AttrDocs.td
2356-
<https://github.com/llvm/llvm-project/blob/master/clang/include/clang/Basic/AttrDocs.td>`_
2356+
<https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/AttrDocs.td>`_
23572357
that is named after the attribute being documented.
23582358

23592359
If the attribute is not for public consumption, or is an implicitly-created
@@ -2404,7 +2404,7 @@ All arguments have a name and a flag that specifies whether the argument is
24042404
optional. The associated C++ type of the argument is determined by the argument
24052405
definition type. If the existing argument types are insufficient, new types can
24062406
be created, but it requires modifying `utils/TableGen/ClangAttrEmitter.cpp
2407-
<https://github.com/llvm/llvm-project/blob/master/clang/utils/TableGen/ClangAttrEmitter.cpp>`_
2407+
<https://github.com/llvm/llvm-project/blob/main/clang/utils/TableGen/ClangAttrEmitter.cpp>`_
24082408
to properly support the type.
24092409

24102410
Other Properties
@@ -2416,7 +2416,7 @@ document, however a few deserve mention.
24162416
If the parsed form of the attribute is more complex, or differs from the
24172417
semantic form, the ``HasCustomParsing`` bit can be set to ``1`` for the class,
24182418
and the parsing code in `Parser::ParseGNUAttributeArgs()
2419-
<https://github.com/llvm/llvm-project/blob/master/clang/lib/Parse/ParseDecl.cpp>`_
2419+
<https://github.com/llvm/llvm-project/blob/main/clang/lib/Parse/ParseDecl.cpp>`_
24202420
can be updated for the special case. Note that this only applies to arguments
24212421
with a GNU spelling -- attributes with a __declspec spelling currently ignore
24222422
this flag and are handled by ``Parser::ParseMicrosoftDeclSpec``.
@@ -2482,7 +2482,7 @@ semantic attribute class object, with ``public`` access.
24822482
Boilerplate
24832483
^^^^^^^^^^^
24842484
All semantic processing of declaration attributes happens in `lib/Sema/SemaDeclAttr.cpp
2485-
<https://github.com/llvm/llvm-project/blob/master/clang/lib/Sema/SemaDeclAttr.cpp>`_,
2485+
<https://github.com/llvm/llvm-project/blob/main/clang/lib/Sema/SemaDeclAttr.cpp>`_,
24862486
and generally starts in the ``ProcessDeclAttribute()`` function. If the
24872487
attribute has the ``SimpleHandler`` field set to ``1`` then the function to
24882488
process the attribute will be automatically generated, and nothing needs to be
@@ -2497,11 +2497,11 @@ correct minimum number of arguments are passed, etc.
24972497

24982498
If the attribute adds additional warnings, define a ``DiagGroup`` in
24992499
`include/clang/Basic/DiagnosticGroups.td
2500-
<https://github.com/llvm/llvm-project/blob/master/clang/include/clang/Basic/DiagnosticGroups.td>`_
2500+
<https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/DiagnosticGroups.td>`_
25012501
named after the attribute's ``Spelling`` with "_"s replaced by "-"s. If there
25022502
is only a single diagnostic, it is permissible to use ``InGroup<DiagGroup<"your-attribute">>``
25032503
directly in `DiagnosticSemaKinds.td
2504-
<https://github.com/llvm/llvm-project/blob/master/clang/include/clang/Basic/DiagnosticSemaKinds.td>`_
2504+
<https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Basic/DiagnosticSemaKinds.td>`_
25052505

25062506
All semantic diagnostics generated for your attribute, including automatically-
25072507
generated ones (such as subjects and argument counts), should have a

clang/docs/LibTooling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ Linking
198198

199199
For a list of libraries to link, look at one of the tools' CMake files (for
200200
example `clang-check/CMakeList.txt
201-
<https://github.com/llvm/llvm-project/blob/master/clang/tools/clang-check/CMakeLists.txt>`_).
201+
<https://github.com/llvm/llvm-project/blob/main/clang/tools/clang-check/CMakeLists.txt>`_).

clang/lib/CodeGen/CGOpenMPRuntime.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ class InlinedOpenMPRegionRAII {
442442

443443
/// Values for bit flags used in the ident_t to describe the fields.
444444
/// All enumeric elements are named and described in accordance with the code
445-
/// from https://github.com/llvm/llvm-project/blob/master/openmp/runtime/src/kmp.h
445+
/// from https://github.com/llvm/llvm-project/blob/main/openmp/runtime/src/kmp.h
446446
enum OpenMPLocationFlags : unsigned {
447447
/// Use trampoline for internal microtask.
448448
OMP_IDENT_IMD = 0x01,
@@ -497,7 +497,7 @@ enum OpenMPOffloadingReservedDeviceIDs {
497497

498498
/// Describes ident structure that describes a source location.
499499
/// All descriptions are taken from
500-
/// https://github.com/llvm/llvm-project/blob/master/openmp/runtime/src/kmp.h
500+
/// https://github.com/llvm/llvm-project/blob/main/openmp/runtime/src/kmp.h
501501
/// Original structure:
502502
/// typedef struct ident {
503503
/// kmp_int32 reserved_1; /**< might be used in Fortran;
@@ -4249,7 +4249,7 @@ CGOpenMPRuntime::emitTaskInit(CodeGenFunction &CGF, SourceLocation Loc,
42494249
// kmp_int32 flags, size_t sizeof_kmp_task_t, size_t sizeof_shareds,
42504250
// kmp_routine_entry_t *task_entry);
42514251
// Task flags. Format is taken from
4252-
// https://github.com/llvm/llvm-project/blob/master/openmp/runtime/src/kmp.h,
4252+
// https://github.com/llvm/llvm-project/blob/main/openmp/runtime/src/kmp.h,
42534253
// description of kmp_tasking_flags struct.
42544254
enum {
42554255
TiedFlag = 0x1,

clang/www/analyzer/checker_dev_manual.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -789,11 +789,11 @@ <h2 id=additioninformation>Additional Sources of Information</h2>
789789
<li><a href="http://lcs.ios.ac.cn/~xuzb/canalyze/memmodel.pdf">Xu, Zhongxing &
790790
Kremenek, Ted & Zhang, Jian. (2010). A Memory Model for Static Analysis of C
791791
Programs.</a></li>
792-
<li><a href="https://github.com/llvm/llvm-project/blob/master/clang/lib/StaticAnalyzer/README.txt">
792+
<li><a href="https://github.com/llvm/llvm-project/blob/main/clang/lib/StaticAnalyzer/README.txt">
793793
The Clang Static Analyzer README</a></li>
794-
<li><a href="https://github.com/llvm/llvm-project/blob/master/clang/docs/analyzer/RegionStore.txt">
794+
<li><a href="https://github.com/llvm/llvm-project/blob/main/clang/docs/analyzer/RegionStore.txt">
795795
Documentation for how the Store works</a></li>
796-
<li><a href="https://github.com/llvm/llvm-project/blob/master/clang/docs/analyzer/IPA.txt">
796+
<li><a href="https://github.com/llvm/llvm-project/blob/main/clang/docs/analyzer/IPA.txt">
797797
Documentation about inlining</a></li>
798798
<li> The "Building a Checker in 24 hours" presentation given at the <a
799799
href="https://llvm.org/devmtg/2012-11">November 2012 LLVM Developer's

clang/www/analyzer/open_projects.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ <h1>Open Projects</h1>
9696
We should model (potentially some of) such evaluations,
9797
and the same applies for destructors called from
9898
<code>operator delete[]</code>.
99-
See tests cases in <a href="https://github.com/llvm/llvm-project/tree/master/clang/test/Analysis/handle_constructors_with_new_array.cpp">handle_constructors_with_new_array.cpp</a>.
99+
See tests cases in <a href="https://github.com/llvm/llvm-project/tree/main/clang/test/Analysis/handle_constructors_with_new_array.cpp">handle_constructors_with_new_array.cpp</a>.
100100
</p>
101101
<p>
102102
Constructing an array requires invoking multiple (potentially unknown)
@@ -135,7 +135,7 @@ <h1>Open Projects</h1>
135135
<li>Handle constructors for default arguments
136136
<p>Default arguments in C++ are recomputed at every call,
137137
and are therefore local, and not static, variables.
138-
See tests cases in <a href="https://github.com/llvm/llvm-project/tree/master/clang/test/Analysis/handle_constructors_for_default_arguments.cpp">handle_constructors_for_default_arguments.cpp</a>.
138+
See tests cases in <a href="https://github.com/llvm/llvm-project/tree/main/clang/test/Analysis/handle_constructors_for_default_arguments.cpp">handle_constructors_for_default_arguments.cpp</a>.
139139
</p>
140140
<p>
141141
Default arguments are annoying because the initializer expression is

clang/www/hacking.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 id="debugging">Debugging</h2>
8989
wrapped <tt>Type*</tt> which you can then dump.</li>
9090
<li>For <a href="https://lldb.llvm.org"> <tt>LLDB</tt></a> users there are
9191
data formatters for clang data structures in
92-
<a href="https://github.com/llvm/llvm-project/blob/master/clang/utils/ClangDataFormat.py">
92+
<a href="https://github.com/llvm/llvm-project/blob/main/clang/utils/ClangDataFormat.py">
9393
<tt>clang/utils/ClangDataFormat.py</tt></a>.</li>
9494
</ul>
9595

@@ -98,9 +98,9 @@ <h3 id="debuggingVisualStudio">Debugging using Visual Studio</h3>
9898
<!--=====================================================================-->
9999

100100
<p>The files
101-
<a href="https://github.com/llvm/llvm-project/blob/master/llvm/utils/LLVMVisualizers/llvm.natvis">
101+
<a href="https://github.com/llvm/llvm-project/blob/main/llvm/utils/LLVMVisualizers/llvm.natvis">
102102
<tt>llvm/utils/LLVMVisualizers/llvm.natvis</tt></a> and
103-
<a href="https://github.com/llvm/llvm-project/blob/master/clang/utils/ClangVisualizers/clang.natvis">
103+
<a href="https://github.com/llvm/llvm-project/blob/main/clang/utils/ClangVisualizers/clang.natvis">
104104
<tt>clang/utils/ClangVisualizers/clang.natvis</tt></a> provide debugger visualizers
105105
that make debugging of more complex data types much easier.</p>
106106
<p>For Visual Studio 2013 only, put the files into

clang/www/menu.html.incl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<div class="submenu">
4444
<label>The Code</label>
4545
<a href="/get_started.html#build">Check Out Sources</a>
46-
<a href="https://github.com/llvm/llvm-project/tree/master/clang/">Browse Sources</a>
46+
<a href="https://github.com/llvm/llvm-project/tree/main/clang/">Browse Sources</a>
4747
<a href="http://clang.llvm.org/doxygen/">doxygen</a>
4848
</div>
4949

compiler-rt/include/sanitizer/tsan_interface_atomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ __extension__ typedef __int128 __tsan_atomic128;
3030
#endif
3131

3232
// Part of ABI, do not change.
33-
// https://github.com/llvm/llvm-project/blob/master/libcxx/include/atomic
33+
// https://github.com/llvm/llvm-project/blob/main/libcxx/include/atomic
3434
typedef enum {
3535
__tsan_memory_order_relaxed,
3636
__tsan_memory_order_consume,

compiler-rt/lib/tsan/rtl/tsan_interface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ __extension__ typedef __int128 a128;
204204
#endif
205205

206206
// Part of ABI, do not change.
207-
// https://github.com/llvm/llvm-project/blob/master/libcxx/include/atomic
207+
// https://github.com/llvm/llvm-project/blob/main/libcxx/include/atomic
208208
typedef enum {
209209
mo_relaxed,
210210
mo_consume,

compiler-rt/www/menu.html.incl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
<a href="http://lists.llvm.org/mailman/listinfo/llvm-dev">llvm-dev</a>
1414
<a href="http://lists.llvm.org/mailman/listinfo/llvm-commits">llvm-commits</a>
1515
<a href="http://llvm.org/bugs/">Bug Reports</a>
16-
<a href="https://github.com/llvm/llvm-project/tree/master/compiler-rt/">Browse Sources</a>
16+
<a href="https://github.com/llvm/llvm-project/tree/main/compiler-rt/">Browse Sources</a>
1717
</div>
1818
</div>

flang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and
3434
also review [how flang uses modern C++ features](docs/C++17.md).
3535

3636
If you are interested in writing new documentation, follow
37-
[markdown style guide from LLVM](https://github.com/llvm/llvm-project/blob/master/llvm/docs/MarkdownQuickstartTemplate.md).
37+
[markdown style guide from LLVM](https://github.com/llvm/llvm-project/blob/main/llvm/docs/MarkdownQuickstartTemplate.md).
3838

3939
## Supported C++ compilers
4040

0 commit comments

Comments
 (0)