Skip to content

Commit 61e011b

Browse files
authored
Fix dead links to setup.py example in readme
The project linked to as an example had moved, I tracked it down through the author of the original issue that added the links.
1 parent 77559d5 commit 61e011b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,11 @@ To know what features are supported on what backends, please refer to the
269269
270270
## setup.py
271271
272-
Here's an example for how to use `setup.py` with gopy to make an installable package:
273-
https://github.com/natun-ai/labsdk/blob/master/setup.py
272+
Here's an example for how to use `setup.py` with gopy to make an installable package:
273+
https://github.com/raptor-ml/raptor/blob/master/labsdk/setup.py
274274
275275
Also, see this for cross-platform build:
276-
https://github.com/natun-ai/labsdk/blob/master/.github/workflows/release.yaml
276+
https://github.com/raptor-ml/raptor/blob/master/.github/workflows/labsdk-release.yaml
277277
278278
## Troubleshooting
279279

0 commit comments

Comments
 (0)