Skip to content

Commit 5bb64e4

Browse files
committed
Update URLs
Signed-off-by: Darby Johnston <[email protected]>
1 parent a8a8929 commit 5bb64e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(
44
toucan
55
VERSION 0.1.0
66
DESCRIPTION "toucan"
7-
HOMEPAGE_URL "https://github.com/darbyjohnston/toucan"
7+
HOMEPAGE_URL "https://github.com/OpenTimelineIO/toucan"
88
LANGUAGES CXX C)
99

1010
set(toucan_VIEW ON CACHE BOOL "Build viewer application")

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build Status](https://github.com/darbyjohnston/toucan/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/darbyjohnston/toucan/actions/workflows/ci-workflow.yml)
1+
[![Build Status](https://github.com/OpenTimelineIO/toucan/actions/workflows/ci-workflow.yml/badge.svg)](https://github.com/OpenTimelineIO/toucan/actions/workflows/ci-workflow.yml)
22

33
<img src="images/toucan.svg" alt="toucan" width="100">
44

@@ -124,7 +124,7 @@ Building on Linux
124124
-----------------
125125
Clone the repository:
126126
```
127-
git clone https://github.com/darbyjohnston/toucan.git
127+
git clone https://github.com/OpenTimelineIO/toucan.git
128128
```
129129
Run the super build:
130130
```
@@ -142,7 +142,7 @@ Building on macOS
142142
-----------------
143143
Clone the repository:
144144
```
145-
git clone https://github.com/darbyjohnston/toucan.git
145+
git clone https://github.com/OpenTimelineIO/toucan.git
146146
```
147147
Run the super build:
148148
```
@@ -157,7 +157,7 @@ Building on Windows
157157
-------------------
158158
Clone the repository:
159159
```
160-
git clone https://github.com/darbyjohnston/toucan.git
160+
git clone https://github.com/OpenTimelineIO/toucan.git
161161
```
162162
Run the super build:
163163
```

cmake/SuperBuild/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(
44
toucan-SuperBuild
55
VERSION 0.1.0
66
DESCRIPTION "toucan superbuild"
7-
HOMEPAGE_URL "https://github.com/darbyjohnston/toucan"
7+
HOMEPAGE_URL "https://github.com/OpenTimelineIO/toucan"
88
LANGUAGES CXX C)
99

1010
set(toucan_ZLIB ON CACHE BOOL "Build ZLIB")

0 commit comments

Comments
 (0)