Skip to content

Commit 34aa843

Browse files
committed
iox-#2270 Update links to new default branch
1 parent f00cfe0 commit 34aa843

File tree

26 files changed

+36
-36
lines changed

26 files changed

+36
-36
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Please make sure you have:
5555
5. All commits have been signed with `git commit -s`
5656
6. The `iceoryx-unreleased.md` in `doc/website/release-notes` is updated with the GitHub issue
5757
that is closed by the Pull-Request
58-
7. You open your pull request towards the base branch `master`
58+
7. You open your pull request towards the base branch `main`
5959
8. Link the pull request to the according GitHub issue and set the label accordingly
6060

6161
**NOTE:** For support while developing you can use little helper scripts, see [git-hooks](./tools/git-hooks/Readme.md).
@@ -76,7 +76,7 @@ will be no community support and they might be removed at a later stage.
7676

7777
## Branching strategy
7878

79-
`master`
79+
`main`
8080

8181
* Main development branch
8282
* Open for external contributions
@@ -91,7 +91,7 @@ will be no community support and they might be removed at a later stage.
9191
As depicted below, after the release branch has been created the stabilization phase will begin. After finishing the release, a git tag will be created to point to `HEAD` of the release branch. Follow-up releases will be branched off from the git tag.
9292

9393
```console
94-
o---o---o---o---o master
94+
o---o---o---o---o main
9595
\
9696
\ v1.0.0 v1.0.1
9797
\ | |

NOTICE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The project maintains the following source code repositories:
3131
## Third-party Dependencies
3232

3333
This project leverages the following third party content.
34-
The corresponding license files can be found at <https://github.com/eclipse-iceoryx/iceoryx/tree/master/doc/3rd_party_licenses> or in the folder `share/doc/iceoryx/3rd_party_licenses` of your local iceoryx installation.
34+
The corresponding license files can be found at <https://github.com/eclipse-iceoryx/iceoryx/tree/main/doc/3rd_party_licenses> or in the folder `share/doc/iceoryx/3rd_party_licenses` of your local iceoryx installation.
3535

3636
### System Libraries
3737

QUALITY_DECLARATION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Taking into account that iceoryx is integrated as a shared-memory transport laye
4141
### ABI Stability Within a Released ROS Distribution [1.v]/[1.vi]
4242

4343
iceoryx aims to be ABI/API-stable for MINOR and PATCH releases for maintaining ROS releases.
44-
For ROS integration are release branches with the same policies like the `master` branch maintained for long-term support.
44+
For ROS integration are release branches with the same policies like the `main` branch maintained for long-term support.
4545

4646
## Change Control Process [2]
4747

@@ -72,7 +72,7 @@ Check [Eclipse Developer Process](https://www.eclipse.org/projects/dev_process/)
7272
### Continuous Integration [2.iv]
7373

7474
Pull requests are required to pass all jobs in the CI system before merging even when it is approved.
75-
Additionally, the CI builds always the latest master branch to ensure functionality.
75+
Additionally, the CI builds always the latest main branch to ensure functionality.
7676

7777
The results of the CI are made public and cover x64 platforms running Linux, macOS, and Windows:
7878

@@ -120,7 +120,7 @@ A CI job ensures by checking with `ament_copyright` that all files comply with t
120120

121121
## Testing [4]
122122

123-
Every iceoryx package has a `test` folder that contains subfolders for [module- and/or integrationtests](./CONTRIBUTING.md#testing) written based on the Google test framework. All tests are running on the CI for every Pull-Request for all supported platforms and are contained in the master branch.
123+
Every iceoryx package has a `test` folder that contains subfolders for [module- and/or integrationtests](./CONTRIBUTING.md#testing) written based on the Google test framework. All tests are running on the CI for every Pull-Request for all supported platforms and are contained in the main branch.
124124
Currently, due to limited support on Windows, there are some exclusions for testing on the CI.
125125

126126
### Feature Testing [4.i]
@@ -141,7 +141,7 @@ The Eclipse iceoryx project use [gcov](https://gcc.gnu.org/onlinedocs/gcc/Gcov.h
141141
- Function Coverage
142142
- Branch Coverage
143143

144-
The coverage results of every Pull-Request and master branch are publicly available on [codecov.io](https://app.codecov.io/gh/eclipse-iceoryx/iceoryx).
144+
The coverage results of every Pull-Request and main branch are publicly available on [codecov.io](https://app.codecov.io/gh/eclipse-iceoryx/iceoryx).
145145
A detailed report (e.g. the coverage in different packages) can be obtained by following [this](./CONTRIBUTING.md#coverage-scan) guide.
146146

147147
### Performance [4.iv]

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![Build & Test](https://github.com/eclipse-iceoryx/iceoryx/workflows/Build%20&%20Test/badge.svg?branch=master)](https://github.com/eclipse-iceoryx/iceoryx/actions)
2-
[![Integrationtests](https://github.com/eclipse-iceoryx/iceoryx/workflows/Iceoryx%20Integrationtests/badge.svg?branch=master)](https://github.com/eclipse-iceoryx/iceoryx/actions)
3-
[![Cirrus CI](https://img.shields.io/cirrus/github/eclipse-iceoryx/iceoryx/master?label=Cirrus%20CI)](https://cirrus-ci.com/github/eclipse-iceoryx/iceoryx)
1+
[![Build & Test](https://github.com/eclipse-iceoryx/iceoryx/workflows/Build%20&%20Test/badge.svg?branch=main)](https://github.com/eclipse-iceoryx/iceoryx/actions)
2+
[![Integrationtests](https://github.com/eclipse-iceoryx/iceoryx/workflows/Iceoryx%20Integrationtests/badge.svg?branch=main)](https://github.com/eclipse-iceoryx/iceoryx/actions)
3+
[![Cirrus CI](https://img.shields.io/cirrus/github/eclipse-iceoryx/iceoryx/main?label=Cirrus%20CI)](https://cirrus-ci.com/github/eclipse-iceoryx/iceoryx)
44
[![Gitter](https://badges.gitter.im/eclipse-iceoryx/iceoryx.svg)](https://gitter.im/eclipse/iceoryx)
55
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
6-
[![Codecov](https://codecov.io/gh/eclipse-iceoryx/iceoryx/branch/master/graph/badge.svg?branch=master)](https://codecov.io/gh/eclipse-iceoryx/iceoryx?branch=master)
7-
[![Sanitize](https://github.com/eclipse/iceoryx/workflows/Sanitize/badge.svg?branch=master)](https://github.com/eclipse/iceoryx/actions?query=workflow%3ASanitize)
6+
[![Codecov](https://codecov.io/gh/eclipse-iceoryx/iceoryx/branch/main/graph/badge.svg?branch=main)](https://codecov.io/gh/eclipse-iceoryx/iceoryx?branch=main)
7+
[![Sanitize](https://github.com/eclipse/iceoryx/workflows/Sanitize/badge.svg?branch=main)](https://github.com/eclipse/iceoryx/actions?query=workflow%3ASanitize)
88

99
<p align="center">
1010
<img src="https://user-images.githubusercontent.com/8661268/114321508-64a6b000-9b1b-11eb-95ef-b84c91387cff.png" width="50%">

doc/aspice_swe3_4/swe_docu_guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ For good examples on PlantUML checkout https://plantuml.com.
128128

129129
In iceoryx Pull-Requests are pdf files generated and uploaded to the Github artifact store.
130130

131-
If you want to download the pdf files from the Pull-Requests or master build you can do it by the following way:
131+
If you want to download the pdf files from the Pull-Requests or `main` build you can do it by the following way:
132132

133133
* Open the "Checks" view in the PR
134134
* Open the "Details" link for the check `iceoryx-coverage-doxygen-ubuntu` in `Test Coverage + Doxygen Documentation`

doc/website/FAQ.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ to your process (see [this example](../../iceoryx_examples/icedelivery/iox_publi
163163
## How to use iceoryx as external dependency with bazel
164164

165165
Define iceoryx repository information in your [WORKSPACE](https://bazel.build/concepts/build-ref#workspace)
166-
then calling bazel macro from [load_repositories.bzl](https://github.com/eclipse-iceoryx/iceoryx/blob/master/bazel/load_repositories.bzl)
167-
and [setup_repositories.bzl](https://github.com/eclipse-iceoryx/iceoryx/blob/master/bazel/setup_repositories.bzl) for loading transitive dependencies.
166+
then calling bazel macro from [load_repositories.bzl](https://github.com/eclipse-iceoryx/iceoryx/blob/main/bazel/load_repositories.bzl)
167+
and [setup_repositories.bzl](https://github.com/eclipse-iceoryx/iceoryx/blob/main/bazel/setup_repositories.bzl) for loading transitive dependencies.
168168

169169
```
170170
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

doc/website/overrides/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
class="md-social__link">
7878
{% include ".icons/material/chat.svg" %}
7979
</a>
80-
<a href="https://github.com/eclipse-iceoryx/iceoryx/blob/master/GOVERNANCE.md#bi-weekly-meetup"
80+
<a href="https://github.com/eclipse-iceoryx/iceoryx/blob/main/GOVERNANCE.md#bi-weekly-meetup"
8181
target="_blank" rel="noopener" title="Developer Meetup" class="md-social__link">
8282
{% include ".icons/material/calendar.svg" %}
8383
</a>

iceoryx_examples/callbacks/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,5 +339,5 @@ static void onSampleReceivedCallback(iox::popo::Subscriber<CounterTopic>* subscr
339339
```
340340

341341
<center>
342-
[Check out callbacks on GitHub :fontawesome-brands-github:](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/callbacks){ .md-button } <!--NOLINT github url required for website-->
342+
[Check out callbacks on GitHub :fontawesome-brands-github:](https://github.com/eclipse-iceoryx/iceoryx/tree/main/iceoryx_examples/callbacks){ .md-button } <!--NOLINT github url required for website-->
343343
</center>

iceoryx_examples/callbacks_in_c/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,5 +268,5 @@ iox_listener_attach_subscriber_event_with_context_data(
268268
```
269269

270270
<center>
271-
[Check out callbacks_in_c on GitHub :fontawesome-brands-github:](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/callbacks_in_c){ .md-button } <!--NOLINT github url required for website-->
271+
[Check out callbacks_in_c on GitHub :fontawesome-brands-github:](https://github.com/eclipse-iceoryx/iceoryx/tree/main/iceoryx_examples/callbacks_in_c){ .md-button } <!--NOLINT github url required for website-->
272272
</center>

iceoryx_examples/complexdata/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,5 +209,5 @@ for (const auto& i : sample->variantVector)
209209
```
210210

211211
<center>
212-
[Check out complexdata on GitHub :fontawesome-brands-github:](https://github.com/eclipse-iceoryx/iceoryx/tree/master/iceoryx_examples/complexdata){ .md-button } <!--NOLINT github url required for website-->
212+
[Check out complexdata on GitHub :fontawesome-brands-github:](https://github.com/eclipse-iceoryx/iceoryx/tree/main/iceoryx_examples/complexdata){ .md-button } <!--NOLINT github url required for website-->
213213
</center>

0 commit comments

Comments
 (0)