From 61e011bcfd1f378dc05a5a89ebc373243e613d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20N=C3=B8rb=C3=A6k?= Date: Wed, 11 Jan 2023 13:27:33 +0100 Subject: [PATCH] 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. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 696f2f8..6774b75 100644 --- a/README.md +++ b/README.md @@ -269,11 +269,11 @@ To know what features are supported on what backends, please refer to the ## setup.py -Here's an example for how to use `setup.py` with gopy to make an installable package: -https://github.com/natun-ai/labsdk/blob/master/setup.py +Here's an example for how to use `setup.py` with gopy to make an installable package: +https://github.com/raptor-ml/raptor/blob/master/labsdk/setup.py Also, see this for cross-platform build: -https://github.com/natun-ai/labsdk/blob/master/.github/workflows/release.yaml +https://github.com/raptor-ml/raptor/blob/master/.github/workflows/labsdk-release.yaml ## Troubleshooting