Skip to content

Commit 38a133f

Browse files
committed
chore: update links after transfer of repo from nrkno to Sofie-Automation
1 parent b83bd52 commit 38a133f

File tree

11 files changed

+98
-98
lines changed

11 files changed

+98
-98
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
attributes:
1010
value: |
1111
Before you post, be sure to read our Contribution guidelines:
12-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
12+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1313
1414
- type: textarea
1515
attributes:

.github/ISSUE_TEMPLATE/rfc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
attributes:
1111
value: |
1212
Before you post, be sure to read our Contribution guidelines:
13-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
13+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
1414
1515
- type: textarea
1616
attributes:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
Before you open a PR, be sure to read our Contribution guidelines:
3-
https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines
3+
https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines
44
-->
55

66
## About the Contributor
@@ -12,7 +12,7 @@ Example: "This pull request is posted on behalf of the NRK."
1212

1313
## Type of Contribution
1414

15-
This is a:
15+
This is a:
1616
<!-- (pick one) -->
1717
Bug fix / Feature / Code improvement / Documentation improvement / Other (please specify)
1818

@@ -53,4 +53,4 @@ If they're not, please open the PR as a Draft.
5353
- [ ] PR is ready to be reviewed.
5454
- [ ] The functionality has been tested by the author.
5555
- [ ] Relevant unit tests has been added / updated.
56-
- [ ] Relevant documentation (code comments, [system documentation](https://nrkno.github.io/sofie-core/)) has been added / updated.
56+
- [ ] Relevant documentation (code comments, [system documentation](https://sofie-automation.github.io/sofie-core//)) has been added / updated.

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ updates:
55
schedule:
66
interval: "weekly"
77
reviewers:
8-
- "@nrkno/sofie-ops"
8+
- "@Sofie-Automation/operations"

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
if [ -z "${{ secrets.NPM_TOKEN }}" ]; then
6060
echo "No Token"
61-
elif [[ "${{ github.ref }}" == "refs/heads/master" ]]; then
61+
elif [[ "${{ github.ref }}" == "refs/heads/main" ]]; then
6262
echo "Publish nightly"
6363
echo "publish=nightly" >> $GITHUB_OUTPUT
6464
else

CHANGELOG.md

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# How to Contribute to this Repository
22

3-
Before contributing to this specific repository, please read the [Contribution Guidelines](https://nrkno.github.io/sofie-core/docs/for-developers/contribution-guidelines) for the _Sofie_ project.
3+
Before contributing to this specific repository, please read the [Contribution Guidelines](https://sofie-automation.github.io/sofie-core//docs/for-developers/contribution-guidelines) for the _Sofie_ project.
44

55

66
## Branches
77
This repository uses the following branches:
88

9-
* **_master_** is our main branch. We consider it stable and it is used in production.
9+
* **_main_** is our main branch. We consider it stable and it is used in production.
1010

11-
We encourage you to base your contributions on the latest **_master_** branch of this repository. The [_Sofie Releases_](https://nrkno.github.io/sofie-core/releases) page collects the status and timeline of the _Sofie_ releases.
11+
We encourage you to base your contributions on the latest **_main_** branch of this repository. The [_Sofie Releases_](https://sofie-automation.github.io/sofie-core//releases) page collects the status and timeline of the _Sofie_ releases.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Sofie ATEM State Library
2-
[![Node CI](https://github.com/nrkno/sofie-atem-state/actions/workflows/node.yaml/badge.svg)](https://github.com/nrkno/sofie-atem-state/actions/workflows/node.yaml)
3-
[![codecov](https://codecov.io/gh/nrkno/sofie-atem-state/branch/master/graph/badge.svg)](https://codecov.io/gh/nrkno/sofie-atem-state)
2+
[![Node CI](https://github.com/Sofie-Automation/sofie-atem-state/actions/workflows/node.yaml/badge.svg)](https://github.com/Sofie-Automation/sofie-atem-state/actions/workflows/node.yaml)
3+
[![codecov](https://codecov.io/gh/Sofie-Automation/sofie-atem-state/branch/main/graph/badge.svg)](https://codecov.io/gh/Sofie-Automation/sofie-atem-state)
44
[![npm](https://img.shields.io/npm/v/atem-state)](https://www.npmjs.com/package/atem-state)
55

6-
This is the _ATEM State_ library of the [**Sofie** TV Automation System](https://github.com/nrkno/Sofie-TV-automation/). It can compare two states and generate the necessary commands for the [ATEM Connection library](https://github.com/nrkno/sofie-atem-connection) to send to the Blackmagic Design ATEM device such that it will reach the target state.
6+
This is the _ATEM State_ library of the [**Sofie** TV Automation System](https://github.com/Sofie-Automation/Sofie-TV-automation/). It can compare two states and generate the necessary commands for the [ATEM Connection library](https://github.com/Sofie-Automation/sofie-atem-connection) to send to the Blackmagic Design ATEM device such that it will reach the target state.
77

88
## General Sofie System Information
9-
* [_Sofie_ Documentation](https://nrkno.github.io/sofie-core/)
10-
* [_Sofie_ Releases](https://nrkno.github.io/sofie-core/releases)
9+
* [_Sofie_ Documentation](https://sofie-automation.github.io/sofie-core//)
10+
* [_Sofie_ Releases](https://sofie-automation.github.io/sofie-core//releases)
1111
* [Contribution Guidelines](CONTRIBUTING.md)
1212
* [License](LICENSE)
1313

0 commit comments

Comments
 (0)