Skip to content

Commit

Permalink
fix: Updated URLs to match the renamed repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hummelstrand authored Jan 17, 2022
1 parent 51183bd commit 947b77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Sofie: The Modern TV News Studio Automation System (ATEM connection library)

[![Node CI](https://github.com/nrkno/tv-automation-atem-connection/actions/workflows/node.yaml/badge.svg)](https://github.com/nrkno/tv-automation-atem-connection/actions/workflows/node.yaml)
[![codecov](https://codecov.io/gh/nrkno/tv-automation-atem-connection/branch/master/graph/badge.svg)](https://codecov.io/gh/nrkno/tv-automation-atem-connection)
[![Node CI](https://github.com/nrkno/sofie-atem-connection/actions/workflows/node.yaml/badge.svg)](https://github.com/nrkno/sofie-atem-connection/actions/workflows/node.yaml)
[![codecov](https://codecov.io/gh/nrkno/sofie-atem-connection/branch/master/graph/badge.svg)](https://codecov.io/gh/nrkno/sofie-atem-connection/)
[![npm](https://img.shields.io/npm/v/atem-connection)](https://www.npmjs.com/package/atem-connection)

This library is used in the [**Sofie** TV News Studio Automation System](https://github.com/nrkno/Sofie-TV-automation/) for connecting to Blackmagic Design ATEM devices.
Expand Down Expand Up @@ -74,7 +74,7 @@ myAtem.on('stateChanged', (state, pathToChange) => {

### Documentation

You can find the generated type docs [here](https://nrkno.github.io/tv-automation-atem-connection/).
You can find the generated type docs [here](https://nrkno.github.io/sofie-atem-connection/).

### Events

Expand Down

0 comments on commit 947b77d

Please sign in to comment.