Skip to content

Commit 1671b6f

Browse files
arnopoedmooring
authored andcommitted
README: Fix links with renamed branches
Some "master" branches have be renamed "main". Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
1 parent 9e30ada commit 1671b6f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The [Zephyr open-amp repo](https://github.com/zephyrproject-rtos/open-amp)
104104
implements the open-amp library for the Zephyr project. It is mainly a fork of
105105
this repository, with some add-ons for integration in the Zephyr project.
106106
The standard way to compile OpenAMP for a Zephyr project is to use Zephyr build
107-
environment. Please refer to [Zephyr OpenAMP samples](https://github.com/zephyrproject-rtos/zephyr/tree/master/samples/subsys/ipc) for examples.
107+
environment. Please refer to [Zephyr OpenAMP samples](https://github.com/zephyrproject-rtos/zephyr/tree/main/samples/subsys/ipc) for examples.
108108

109109
Nevertheless you can compile the OpenAMP project for Zephyr.
110110
As OpenAMP uses libmetal, please refer to libmetal README to build libmetal
@@ -257,7 +257,7 @@ https://github.com/OpenAMP/meta-openamp
257257
In order to user OpenAMP(RPMsg) in Linux userspace, you will need to have put the IPI device,
258258
vring memory and shared buffer memory to your Linux kernel device tree. The device tree example
259259
can be found here:
260-
https://github.com/OpenAMP/open-amp/blob/master/apps/machine/zynqmp/openamp-linux-userspace.dtsi
260+
https://github.com/OpenAMP/open-amp/blob/main/apps/machine/zynqmp/openamp-linux-userspace.dtsi
261261
262262
## Version
263263
The OpenAMP version follows the set of rule proposed in [Semantic Versioning specification](https://semver.org/).
@@ -282,7 +282,7 @@ As an open-source project, we welcome and encourage the community to submit patc
282282
Then following points should be rescpected to facilitate the review process.
283283
284284
### Licencing
285-
Code is contributed to the Linux kernel under a number of licenses, but all code must be compatible with version the [BSD License](https://github.com/OpenAMP/open-amp/blob/master/LICENSE.md), which is the license covering the OpenAMP distribution as a whole. In practice, use the following tag instead of the full license text in the individual files:
285+
Code is contributed to the Linux kernel under a number of licenses, but all code must be compatible with version the [BSD License](https://github.com/OpenAMP/open-amp/blob/main/LICENSE.md), which is the license covering the OpenAMP distribution as a whole. In practice, use the following tag instead of the full license text in the individual files:
286286
287287
```
288288
SPDX-License-Identifier: BSD-3-Clause

0 commit comments

Comments
 (0)