From c4103b2e624c2ff610f2e931c193150f258b5dfe Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 16 Nov 2022 08:06:43 +0000 Subject: [PATCH] Rename master branch to main --- DOCUMENTATION.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index 82a0e277..b3d98728 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -12,7 +12,7 @@ Run the following code in the command line: pip install notifications-python-client ``` -Refer to the [client changelog](https://github.com/alphagov/notifications-python-client/blob/master/CHANGELOG.md) for the client version number and the latest updates. +Refer to the [client changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md) for the client version number and the latest updates. ### Create a new instance of the client diff --git a/README.md b/README.md index 424baadd..50755bae 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ Useful links: - [Documentation](https://docs.notifications.service.gov.uk/python.html) - [PyPi package](https://pypi.org/project/notifications-python-client/) -- [Changelog](https://github.com/alphagov/notifications-python-client/blob/master/CHANGELOG.md) -- [Contributing to this client](https://github.com/alphagov/notifications-python-client/blob/master/CONTRIBUTING.md) +- [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md) +- [Contributing to this client](https://github.com/alphagov/notifications-python-client/blob/main/CONTRIBUTING.md)