Skip to content

Commit 89c9f3d

Browse files
authored
Update default branch to main (#602)
1 parent 63a4e9c commit 89c9f3d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ standard (ISO/IEC 9899).
6666
How is pycparser licensed?
6767
--------------------------
6868

69-
`BSD license <https://github.com/eliben/pycparser/blob/master/LICENSE>`_.
69+
`BSD license <https://github.com/eliben/pycparser/blob/main/LICENSE>`_.
7070

7171
Contact details
7272
---------------

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Only the latest released version is supported
66
(see https://github.com/eliben/pycparser/tags). Updates will be made in
7-
the `master` branch.
7+
the `main` branch.
88

99
## Reporting a Vulnerability
1010

examples/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Run these examples from the root directory of pycparser.
22

33
Please note that most realistic C code samples would require running the C
44
preprocessor before passing the code to **pycparser**; see the `README file
5-
<https://github.com/eliben/pycparser/blob/master/README.rst>`_ and
5+
<https://github.com/eliben/pycparser/blob/main/README.rst>`_ and
66
`this blog post
77
<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
88
more details.

0 commit comments

Comments
 (0)