Skip to content

Commit f402693

Browse files
Update text and link to change primary branch from master to main (FreeRTOS#1144)
* Update README.md Update CMake FetchContent_Declare example to be consistent with primary branch name, i.e., master->main. * Update CONTRIBUTING.md update default/primary branch to be main vs master --------- Co-authored-by: Tony Josi <[email protected]>
1 parent bffa66f commit f402693

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ When creating a new topic on the forums or filing an issue, please include as ma
3333
## Contributing via pull request
3434
Contributions via pull requests are much appreciated. Before sending us a pull request, please ensure that:
3535

36-
1. You are working against the latest source on the *master* branch.
36+
1. You are working against the latest source on the *main* branch.
3737
2. You check existing open, and recently merged, pull requests to make sure someone else hasn't addressed the problem already.
3838
3. You open an issue to discuss any significant work - we would hate for your time to be wasted.
3939

@@ -63,7 +63,7 @@ Looking at the existing issues is a great way to find something to contribute on
6363

6464

6565
## Licensing
66-
The FreeRTOS-Plus-TCP library is released under the MIT open source license, the text of which can be found [here](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/master/LICENSE.md)
66+
The FreeRTOS-Plus-TCP library is released under the MIT open source license, the text of which can be found [here](https://github.com/FreeRTOS/FreeRTOS-Plus-TCP/blob/main/LICENSE.md)
6767

6868
Additional license files can be found in the folders containing any supplementary libraries licensed by their respective copyright owners where applicable.
6969

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add the following into your project's main or a subdirectory's `CMakeLists.txt`:
4545
```cmake
4646
FetchContent_Declare( freertos_plus_tcp
4747
GIT_REPOSITORY https://github.com/FreeRTOS/FreeRTOS-Plus-TCP.git
48-
GIT_TAG master #Note: Best practice to use specific git-hash or tagged version
48+
GIT_TAG main #Note: Best practice to use specific git-hash or tagged version
4949
GIT_SUBMODULES "" # Don't grab any submodules since not latest
5050
)
5151
```

0 commit comments

Comments
 (0)