File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ standard (ISO/IEC 9899).
6666How 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
7171Contact details
7272---------------
Original file line number Diff line number Diff line change 44
55Only 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Run these examples from the root directory of pycparser.
22
33Please note that most realistic C code samples would require running the C
44preprocessor 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> `_
88more details.
You can’t perform that action at this time.
0 commit comments