From d9ca00b9be8c3adaab44ea6272f20fa450759477 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Mon, 4 Dec 2023 16:23:30 +0800 Subject: [PATCH] feat: remove old links --- .github/CODEOWNERS | 1 - README.md | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index b83bfc0..0000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @EasyScriptJS/maintainers diff --git a/README.md b/README.md index 7365cee..d609dd0 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Deprecated -Easy Script has been deprecated due to a lack of updates and features. It has been succeeded by [william.js](https://william.js.org), which has much more advanced modules, better documentation, proper TypeScript support and more. +Easy Script has been deprecated due to a lack of updates and features. It has been succeeded by [william.js](https://github.com/wdhdev/william.js), which has much more advanced modules, better documentation, proper TypeScript support and more. --- # ✨ Easy Script Easy Script is a npm package which makes coding in JavaScript easy! -[![Latest Release](https://img.shields.io/github/v/release/easyscriptjs/easyscript?style=for-the-badge)](https://github.com/EasyScriptJS/EasyScript/releases/latest) +[![Latest Release](https://img.shields.io/github/v/release/wdhdev/easyscript?style=for-the-badge)](https://github.com/wdhdev/EasyScript/releases/latest) ## 📊 Installation You can use any of the commands below to install Easy Script. @@ -19,7 +19,7 @@ npm install easyscriptjs yarn add easyscriptjs ``` -For more information on how to use Easy Script, the [docs](https://easyscript.dev) will have all the information you need. +For more information on how to use Easy Script, the [docs](https://github.com/wdhdev/EasyScript#deprecated) will have all the information you need. ## 🤔 Why? - Beginner friendly @@ -29,4 +29,4 @@ For more information on how to use Easy Script, the [docs](https://easyscript.de - Simple & understandable documentation ## ❓ Support -If you need any help, feel free to [open an issue](https://github.com/EasyScriptJS/EasyScript/issues/new/choose). +If you need any help, feel free to [open an issue](https://github.com/wdhdev/EasyScript/issues/new/choose).