From 57e132fafdc039dab636585498ac5e41b119331f Mon Sep 17 00:00:00 2001 From: Yuriy Date: Mon, 11 Dec 2023 13:20:38 -0500 Subject: [PATCH 1/2] updated links to freedomain.dev --- Selenium-Functions.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Selenium-Functions.ahk b/Selenium-Functions.ahk index 7345547..3778c0c 100644 --- a/Selenium-Functions.ahk +++ b/Selenium-Functions.ahk @@ -22,7 +22,7 @@ IfMsgBox Yes, { if(InStr(A_ScriptName, "Video")) URL = https://git.freedomainplaylists.com/yuriy/Freedomain-Video-Uploader#installation else, - URL = https://git.freedomainplaylists.com/yuriy/Freedomain-Social-Media-Poster#installation + URL = https://freedomain.dev/yuriy/social-media-poster run, %URL% run, "%A_ScriptFullPath%" "LastPost" From 1e77871bd8d6f74d4519f1ef6b1e294b2afdad93 Mon Sep 17 00:00:00 2001 From: yuriy Date: Mon, 11 Dec 2023 13:27:57 -0500 Subject: [PATCH 2/2] updated docs url --- Selenium-Functions.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Selenium-Functions.ahk b/Selenium-Functions.ahk index 3778c0c..5fab79f 100644 --- a/Selenium-Functions.ahk +++ b/Selenium-Functions.ahk @@ -20,9 +20,9 @@ IfMsgBox Yes, { ; Open Instructions Gitea page if(InStr(A_ScriptName, "Video")) - URL = https://git.freedomainplaylists.com/yuriy/Freedomain-Video-Uploader#installation + URL = https://freedomain.dev/yuriy/video-uploader#installation else, - URL = https://freedomain.dev/yuriy/social-media-poster + URL = https://freedomain.dev/yuriy/social-media-poster#installation run, %URL% run, "%A_ScriptFullPath%" "LastPost"