From c4eee77fec7642b606c66e2944ce6914c87d16da Mon Sep 17 00:00:00 2001 From: sumansaurabh Date: Fri, 24 May 2024 02:09:53 +0530 Subject: [PATCH] fix: update link to penify-dev in index.py --- src/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.py b/src/index.py index b46b453..fd6432f 100644 --- a/src/index.py +++ b/src/index.py @@ -100,7 +100,7 @@ async def main(): print("4. Paste the API key in the value field") print("5. Now create a new key with the name SNORKELL_CLIENT_ID") print("6. Value for SNORKELL_CLIENT_ID is the installation id of the app.") - print("7. Visit this link - https://github.com/apps/snorkell-ai") + print("7. Visit this link - https://github.com/apps/penify-dev") print("8. Click Install/Configure.") print("9. You will get the installation id in the URL.") print("10. Paste the installation id in the value field")