From 48e2e08814c8a71e94f3339ef18697f08ed9cd8b Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Wed, 30 Nov 2022 04:04:50 +0000 Subject: [PATCH] Updated README.md to direct to the correct link. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6abdb12..61f1abd 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A library that makes visualizing audio data live a much simpler process. ## Getting Started -As this library has not been published as a package, the best way to use it is to go to download the latest successful build artifact which can be [found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/). This build artifact is a minified and bundled version of all the components in the library. +As this library has not been published as a package, the best way to use it is to go to download the latest successful build artifact which can be [found here](https://sys.reslate.net/rho/ci/job/projects-reslate/job/audioshowkit/job/master/). This build artifact is a minified and bundled version of all the components in the library. From here, add the downloaded javascript bundle to your html as you would any other javascript file: ``` @@ -13,6 +13,6 @@ From here, add the downloaded javascript bundle to your html as you would any ot Now, any script that is loaded after the `audioshowkit.js` script loads will have access to the `audioshowkit` object. Prepared are three tutorials with demonstrations. I recommend starting with the Music Playlist tutorial. -## Documentation +## Resources -[The documentation can be found here](https://dev.sys.reslate.xyz/dev-auto/job/AudioShowKit/job/master/AudioShowKit_20Docs/) along with the rest of the tutorials and demonstrations. \ No newline at end of file +The documentation along with latest stable build [can be found here](https://sys.reslate.net/rho/ci/job/projects-reslate/job/audioshowkit/job/master/). The documentation is accessible to on the left bar and the build artifact can be downloaded as a zip. \ No newline at end of file