diff --git a/README.md b/README.md index 906f93ea..064dcbe9 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ For contributing to the project, you can quickly get the application running by Clone this repository: - git clone git@github.com:smlxlio/evm.codes.git + git clone git@github.com:smlxl/evm.codes.git Install the dependencies: @@ -41,7 +41,7 @@ Deployments are handled automatically by [Vercel](https://vercel.com/), as soon evm.codes is built and maintained by a small team, so we would definitely love your help to fix bugs, add new features and improvements, or update EVM [reference docs](docs/opcodes). -Before you submit a pull request, please make sure there isn't an existing [GitHub issue](https://github.com/smlxlio/evm.codes/issues). If there isn't, create one first to discuss the best way to approach it and also get some feedback from the team. +Before you submit a pull request, please make sure there isn't an existing [GitHub issue](https://github.com/smlxl/evm.codes/issues). If there isn't, create one first to discuss the best way to approach it and also get some feedback from the team. Once you are about to submit a pull request, prefix the name with either `chore:` (small improvements and regular maintenance), `fix:` (bugs and hot fixes), or `feat:` (new features) to help us quickly look up the type of the issue from the Git history. diff --git a/package.json b/package.json index 3e83b8ae..4fce3a29 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "evm.codes", "version": "0.1.0", "description": "An interactive reference to Ethereum Virtual Machine Opcodes", - "homepage": "https://github.com/smlxlio/evm.codes", + "homepage": "https://github.com/smlxl/evm.codes", "license": "MIT", "scripts": { "build": "next build", diff --git a/util/constants.ts b/util/constants.ts index 4783622d..4adfb790 100644 --- a/util/constants.ts +++ b/util/constants.ts @@ -1,4 +1,4 @@ -export const GITHUB_REPO_URL = 'https://github.com/smlxlio/evm.codes' +export const GITHUB_REPO_URL = 'https://github.com/smlxl/evm.codes' // Currently active hardfork from the ones available: // See: https://github.com/ethereumjs/ethereumjs-monorepo/tree/master/packages/common/src/hardforks