From ea38a304bea870cf4a6d6b25c4ffb932a7a5480c Mon Sep 17 00:00:00 2001
From: "ac (tb)" <andrew.r.cohen@drexel.edu>
Date: Thu, 7 Oct 2021 16:35:59 -0400
Subject: [PATCH] leversc readme link format update

---
 readme.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/readme.md b/readme.md
index ed61380..d405e0b 100644
--- a/readme.md
+++ b/readme.md
@@ -7,13 +7,13 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f
 
 ### **App Install**
 ### MacOS App Install
-- Download and run the [MacOS installer](https://leverjs.net/download/app/Mac/leverjs-21.4.1.dmg).
+- Download and run the [MacOS installer](https://leverjs.net/download/app/Mac/).
 
 ### Windows App Install
-- Download and run the [Windows installer](https://leverjs.net/download/app/Windows/leverjs%20Setup%2021.4.1.exe).
+- Download and run the [Windows installer](https://leverjs.net/download/app/Windows/).
 
 ### Linux App Manual Install
-1. Download the [Linux Appimage](https://leverjs.net/download/app/Posix/leverjs-21.4.1.AppImage).
+1. Download the [Linux Appimage](https://leverjs.net/download/app/Posix/).
 2. Symlink the appimage file to a folder in ```$PATH``` (e.g. ```~/.local/bin```).
     ```bash
     ln -fs /path/to/leverjs-*.AppImage  ~/.local/bin/leverjs
@@ -22,7 +22,7 @@ LEVERSC is a cross-platform multichannel 3-D visualization tool for volumetric f
 ### **Client Install**
 ### ImageJ Plugin
 0. First, install the [leversc app](#app-install)
-1. Download the [ImageJ plugin](https://leverjs.net/download/client/imagej-plugin/Leversc_IJ-21.4.1.jar).
+1. Download the [ImageJ plugin](https://leverjs.net/download/client/imagej-plugin/).
 2. Copy the plugin jar file to the ```plugins/3D``` folder in your ImageJ executable directory.
 3. The plugin will appear in the ImageJ Plugins menu as ```Plugins->3D->Leversc Viewer```
 
-- 
GitLab