From a1b10643f7de574b28ce5138992449d673cdc991 Mon Sep 17 00:00:00 2001 From: hsmith-adl <59096579+hsmith-adl@users.noreply.github.com> Date: Thu, 25 Aug 2022 12:57:33 -0400 Subject: [PATCH] Updated ReadMe Changed the Powershell script hyperlink from the TADLP github to our adlnet github. --- find-with-source/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/find-with-source/README.md b/find-with-source/README.md index 472dd2b..3fb0172 100644 --- a/find-with-source/README.md +++ b/find-with-source/README.md @@ -1,7 +1,7 @@ # Flash Source File Query v1.0 A Windows PowerShell script that analyzes the contents of a specified directory and lists how many Flash source files (FLA, FLV, AS, SWC and SWT) it finds. The script is intended primarily for use with courseware source files to help the user determine if the source files actually include Flash source files that can be used to re-develop content. -📥 [Download PowerShell script](https://github.com/TADLP/flash-source-query/archive/1.0.zip) +📥 [Download PowerShell script](https://github.com/adlnet/flash-finder/tree/master/find-with-source) ## Instructions The instructions below explain how to open the script, use it correctly, and read the output.