From 4098a93ea02e3309bb20d3627d6f1f5219ce4642 Mon Sep 17 00:00:00 2001 From: Erno Date: Sun, 7 Aug 2022 23:50:02 +0200 Subject: [PATCH] fix: update references to github --- .github/ISSUE_TEMPLATE/bug-report.md | 6 +++--- .github/ISSUE_TEMPLATE/feature-request.md | 4 ++-- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- CONTRIBUTING.md | 10 +++++----- README.md | 2 +- gulpfile.js | 4 ++-- package.json | 2 +- release.config.js | 2 +- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index e918b647..d4d76185 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -13,9 +13,9 @@ about: A feature is not working as expected. Thanks for contributing to Moralis! --> -- [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/SECURITY.md). -- [ ] I have searched through [existing issues](https://github.com/MoralisWeb3/Moralis-JS-SDK/issues?q=is%3Aissue) and the [Moralis Forum](https://forum.moralis.io/). -- [ ] I can reproduce the issue with the [latest SDK release](https://github.com/MoralisWeb3/Moralis-JS-SDK/releases), and my server is updated to the latest version. +- [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/blob/main/SECURITY.md). +- [ ] I have searched through [existing issues](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/issues?q=is%3Aissue) and the [Moralis Forum](https://forum.moralis.io/). +- [ ] I can reproduce the issue with the [latest SDK release](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/releases), and my server is updated to the latest version. ### Issue Description diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index 1feba110..a00a3d76 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -13,8 +13,8 @@ about: Suggest new functionality or an enhancement of existing functionality. Thanks for contributing to Moralis! --> -- [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/SECURITY.md). -- [ ] I have searched through [existing issues](https://github.com/MoralisWeb3/Moralis-JS-SDK/issues?q=is%3Aissue) and the [Moralis Forum](https://forum.moralis.io/). +- [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/blob/main/SECURITY.md). +- [ ] I have searched through [existing issues](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/issues?q=is%3Aissue) and the [Moralis Forum](https://forum.moralis.io/). ### Current Limitation diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 25ff2935..a51c68c9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -13,8 +13,8 @@ about: A new pull request Thanks for contributing to Moralis! --> -- [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/SECURITY.md). -- [ ] My code is conform the [code style](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/CODE_STYLE.md) +- [ ] I am not disclosing a [vulnerability](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/blob/main/SECURITY.md). +- [ ] My code is conform the [code style](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/blob/main/CODE_STYLE.md) - [ ] I have made corresponding changes to the documentation - [ ] I have updated Typescript definitions when needed diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 904b6f49..2f33b01e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,11 +4,11 @@ ### Setting up you local machine: -- [Fork](https://github.com/MoralisWeb3/Moralis-JS-SDK) this project and clone the fork on your local machine: +- [Fork](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1) this project and clone the fork on your local machine: ```sh -git clone https://github.com/MoralisWeb3/Moralis-JS-SDK.git -cd Moralis-JS-SDK # go into the clone directory +git clone https://github.com/MoralisWeb3/Moralis-JS-SDK-v1.git +cd Moralis-JS-SDK-v1 # go into the clone directory npm install # install all the node dependencies ``` @@ -43,11 +43,11 @@ We use GitHub issues to track public bugs. We will keep a close eye on this and ### Coding Style -Please follow the [Coding Style](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/CODING_STYLE.md). +Please follow the [Coding Style](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/blob/main/CODING_STYLE.md). ### Code of Conduct -This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/MoralisWeb3/Moralis-JS-SDK/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code. +This project adheres to the [Contributor Covenant Code of Conduct](https://github.com/MoralisWeb3/Moralis-JS-SDK-v1/blob/main/CODE_OF_CONDUCT.md). By participating, you are expected to honor this code. ## License diff --git a/README.md b/README.md index 815f3aa2..0ca5f4cf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Moralis SDK for JavaScript

- This is the v1 version of the Moralis JS SDK. For the latest version, see https://github.com/MoralisWeb3/Moralis-JS-SDK + This is the v1 version of the Moralis JS SDK. For the latest version, see https://github.com/MoralisWeb3/Moralis-JS-SDK-v1

diff --git a/gulpfile.js b/gulpfile.js index 891ef312..eeecf1c3 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -126,7 +126,7 @@ const getDevHeader = () => { '\n' + ' *\n' + ' * The source tree of this library can be found at\n' + - ' * https://github.com/MoralisWeb3/Moralis-JS-SDK\n' + + ' * https://github.com/MoralisWeb3/Moralis-JS-SDK-v1\n' + ' */\n' ); }; @@ -149,7 +149,7 @@ const getFullHeader = () => { ' * All rights reserved.\n' + ' *\n' + ' * The source tree of this library can be found at\n' + - ' * https://github.com/MoralisWeb3/Moralis-JS-SDK\n' + + ' * https://github.com/MoralisWeb3/Moralis-JS-SDK-v1\n' + ' * This source code is licensed under the BSD-style license found in the\n' + ' * LICENSE file in the root directory of this source tree. An additional grant\n' + ' * of patent rights can be found in the PATENTS file in the same directory.\n' + diff --git a/package.json b/package.json index ff303983..b4be648d 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "license": "BSD-3-Clause", "repository": { "type": "git", - "url": "git+https://github.com/MoralisWeb3/Moralis-JS-SDK.git" + "url": "git+https://github.com/MoralisWeb3/Moralis-JS-SDK-v1.git" }, "bugs": "https://github.com/MoralisWeb3/issue-tracker/issues", "typings": "types", diff --git a/release.config.js b/release.config.js index e166fc48..4cdd7656 100644 --- a/release.config.js +++ b/release.config.js @@ -1,6 +1,6 @@ /* eslint-disable no-template-curly-in-string */ module.exports = { - repositoryUrl: 'https://github.com/MoralisWeb3/Moralis-JS-SDK', + repositoryUrl: 'https://github.com/MoralisWeb3/Moralis-JS-SDK-v1', branches: [ 'fix-versioning-during-deployment', 'main',