From d36b7873584f030c17f367d5b50fcb1a78d76ace Mon Sep 17 00:00:00 2001 From: Yuriy Date: Fri, 27 Jan 2023 17:34:58 -0500 Subject: [PATCH] updated all repo URLs with updated URL --- Freedomain Social Media Poster.ahk | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index 64b9b15..4ab7736 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -173,7 +173,7 @@ UpdateURL = https://freedomainplaylists.com/wp-content/FreedomainScripts/Freedom */ global GitReleasesAPIURL -GitReleasesAPIURL = https://git.zinchuk.xyz/api/v1/repos/yuriy/Freedomain_Social_Media_Poster/releases +GitReleasesAPIURL = https://git.zinchuk.xyz/yuriy/Freedomain-Social-Media-Poster/releases ; Save filepath of the current script to %SettingsIniFilepath% so it can be read and used by the script updater ; Append informatio to ini files for Freedomain Program Updater @@ -622,7 +622,7 @@ run, "%A_ScriptFullPath%" "LastPost" Return OpenGiteaPage: -run, https://git.zinchuk.xyz/yuriy/Freedomain_Social_Media_Poster +run, https://git.zinchuk.xyz/yuriy/Freedomain-Social-Media-Poster Return CompileScript: diff --git a/README.md b/README.md index 9bd21e9..f9c0739 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ Automated posting to the following social media platforms, utilizing either the - https://chromedriver.chromium.org/downloads - Extract “chromedriver_win32.zip” and move the extracted chromedriver.exe to: `C:\Program Files\SeleniumBasic\chromedriver.exe` - The chromedriver will need to be re-downloaded whenever Chrome updates -4. Download the latest .exe of the Poster: https://git.zinchuk.xyz/yuriy/Freedomain_Social_Media_Poster/releases +4. Download the latest .exe of the Poster: https://git.zinchuk.xyz/yuriy/Freedomain-Social-Media-Poster/releases - When run, the poster will automatically create the folders and files it requires in the directory it's run from. # Uncaught Script Errors -I’ve done my best to catch any possible errors that might pop up and write functionality to handle them. But there might be ones that I haven’t found yet. If an error happens it will pop up a message box that looks like this. If you get any errors like this please send me a screenshot so I can write a patch for the bug. +I’ve done my best to catch any possible errors that might pop up and write functionality to handle them. But If an error happens that i haven't written resolves for, it will pop up a message box that looks like this. Please send me a screenshot so I can write a patch for the bug. ![Alt text](Assets/Screenshots/Error_Message_Example.png "Error Message")