From 17cc313f8320c8a582965038f5a17b58f1defbcd Mon Sep 17 00:00:00 2001 From: "James A. Pyrich" Date: Sun, 17 Dec 2023 12:13:21 -0700 Subject: [PATCH] fix link to releases in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 27c21f4..56e3821 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Automated posting to the following social media platforms, utilizing either the - Open Chrome and type in `about::version` into the URL bar. The very first line will tell you what Chrome version you have - After downloading, extract “chromedriver_win32.zip” and move the extracted chromedriver.exe to: `C:\Program Files\SeleniumBasic\chromedriver.exe` - NOTE: The chromedriver will need to be re-downloaded whenever Chrome updates to keep up with API changes -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](/yuriy/social-media-poster/releases) - When run, the poster will automatically create the folders and files it requires in the directory it's run from. # Settings.ini @@ -59,4 +59,4 @@ I’ve done my best to catch any possible errors that might pop up and write fun # Compiling To .exe From Source 1. [Install Autohotkey v1](https://www.autohotkey.com/download/) -2. `git clone` the project and then either run the `Compile Uploader to EXE.ahk` autohotkey script to compile automatically, or start up the AHK compiler that comes installed with Autohotkey and select the `Freedomain Social Media Poster.ahk` and `\Assets\FreedomainSMP.ico` icon. \ No newline at end of file +2. `git clone` the project and then either run the `Compile Uploader to EXE.ahk` autohotkey script to compile automatically, or start up the AHK compiler that comes installed with Autohotkey and select the `Freedomain Social Media Poster.ahk` and `\Assets\FreedomainSMP.ico` icon.