Skip to content

Commit 0da8c51

Browse files
committed
Replace reference to master
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
1 parent 1fdf9d0 commit 0da8c51

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

BRANCHES.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
At any point in time, we have a number of maintained branches, currently consisting of:
44

5-
- The [`master`](https://github.com/Mbed-TLS/mbedtls/tree/master) branch:
5+
- The [`main`](https://github.com/Mbed-TLS/mbedtls/tree/main) branch:
66
this always contains the latest release, including all publicly available
77
security fixes.
88
- The [`development`](https://github.com/Mbed-TLS/mbedtls/tree/development) branch:
@@ -19,7 +19,7 @@ such as [`archive/mbedtls-2.7`](https://github.com/Mbed-TLS/mbedtls/tree/archive
1919
These branches will not receive any changes or updates.
2020

2121
We use [Semantic Versioning](https://semver.org/). In particular, we maintain
22-
API compatibility in the `master` branch across minor version changes (e.g.
22+
API compatibility in the `main` branch across minor version changes (e.g.
2323
the API of 3.(x+1) is backward compatible with 3.x). We only break API
2424
compatibility on major version changes (e.g. from 3.x to 4.0). We also maintain
2525
ABI compatibility within LTS branches; see the next section for details.
@@ -103,7 +103,7 @@ CONTRIBUTING](CONTRIBUTING.md#backwards-compatibility).
103103

104104
The following branches are currently maintained:
105105

106-
- [master](https://github.com/Mbed-TLS/mbedtls/tree/master)
106+
- [main](https://github.com/Mbed-TLS/mbedtls/tree/main)
107107
- [`development`](https://github.com/Mbed-TLS/mbedtls/)
108108
- [`mbedtls-3.6`](https://github.com/Mbed-TLS/mbedtls/tree/mbedtls-3.6)
109109
maintained until March 2027, see

BUGS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbe
77
If you think you've found a bug in Mbed TLS, please follow these steps:
88

99
1. Make sure you're using the latest version of a
10-
[maintained branch](BRANCHES.md): `master`, `development`,
10+
[maintained branch](BRANCHES.md): `main`, `development`,
1111
or a long-time support branch.
1212
2. Check [GitHub](https://github.com/Mbed-TLS/mbedtls/issues) to see if
1313
your issue has already been reported. If not, …

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ For machines with a Unix shell and OpenSSL (and optionally GnuTLS) installed, ad
250250
- `tests/scripts/depends.py` test builds in configurations with a single curve, key exchange, hash, cipher, or pkalg on.
251251
- `tests/scripts/all.sh` runs a combination of the above tests, plus some more, with various build options (such as ASan, full `mbedtls_config.h`, etc).
252252
253-
Instead of manually installing the required versions of all tools required for testing, it is possible to use the Docker images from our CI systems, as explained in [our testing infrastructure repository](https://github.com/Mbed-TLS/mbedtls-test/blob/master/README.md#quick-start).
253+
Instead of manually installing the required versions of all tools required for testing, it is possible to use the Docker images from our CI systems, as explained in [our testing infrastructure repository](https://github.com/Mbed-TLS/mbedtls-test/blob/main/README.md#quick-start).
254254
255255
Porting Mbed TLS
256256
----------------

0 commit comments

Comments
 (0)