aboutsummaryrefslogtreecommitdiff
path: root/BUGS.md
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2024-03-18 15:25:53 +0000
committerDave Rodgman <dave.rodgman@arm.com>2024-03-18 15:25:53 +0000
commit0da8c514c314353007ab69ed5461495f67a79dba (patch)
treeb7cf868fcc19add1760fd1853060048bc3867eba /BUGS.md
parent1fdf9d0a21b7fc7980c1b481aaa53cd881169dee (diff)
downloadmbedtls-0da8c514c314353007ab69ed5461495f67a79dba.zip
mbedtls-0da8c514c314353007ab69ed5461495f67a79dba.tar.gz
mbedtls-0da8c514c314353007ab69ed5461495f67a79dba.tar.bz2
Replace reference to master
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
Diffstat (limited to 'BUGS.md')
-rw-r--r--BUGS.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUGS.md b/BUGS.md
index 47bde07..a65c606 100644
--- a/BUGS.md
+++ b/BUGS.md
@@ -7,7 +7,7 @@ Known issues in Mbed TLS are [tracked on GitHub](https://github.com/Mbed-TLS/mbe
If you think you've found a bug in Mbed TLS, please follow these steps:
1. Make sure you're using the latest version of a
- [maintained branch](BRANCHES.md): `master`, `development`,
+ [maintained branch](BRANCHES.md): `main`, `development`,
or a long-time support branch.
2. Check [GitHub](https://github.com/Mbed-TLS/mbedtls/issues) to see if
your issue has already been reported. If not, …