diff --git a/CHANGELOG.md b/CHANGELOG.md index ca78222..59717b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # eslint-config-semistandard change log All notable changes to this project will be documented in the -[`semistandard` CHANGELOG](https://github.com/flet/semistandard/blob/master/CHANGELOG.md). +[`semistandard` CHANGELOG](https://github.com/standard/semistandard/blob/master/CHANGELOG.md). This project's -[commit log](https://github.com/flet/eslint-config-standard/commits/master) is +[commit log](https://github.com/standard/eslint-config-standard/commits/master) is also quite readable. This project adheres to [Semantic Versioning](http://semver.org/). diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eac8f22..028bfda 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,8 +25,8 @@ This repository uses [`standard`][standard-url] to maintain code style and consi [standard-image]: https://cdn.rawgit.com/feross/standard/master/badge.svg [standard-url]: https://github.com/feross/standard -[semistandard-image]: https://cdn.rawgit.com/flet/semistandard/master/badge.svg -[semistandard-url]: https://github.com/Flet/semistandard +[semistandard-image]: https://cdn.rawgit.com/standard/semistandard/master/badge.svg +[semistandard-url]: https://github.com/standard/semistandard --- diff --git a/LICENSE.md b/LICENSE.md index e41f2c5..474eb71 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2015, Dan Flettre +Copyright (c) 2015, Dan Flettre Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. diff --git a/package.json b/package.json index 7da97e7..d3d22b1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "13.0.0", "author": "Dan Flettre ", "bugs": { - "url": "https://github.com/Flet/eslint-config-semistandard/issues" + "url": "https://github.com/standard/eslint-config-semistandard/issues" }, "devDependencies": { "eslint": "^6.0.1", @@ -17,7 +17,7 @@ "tap-spec": "^5.0.0", "tape": "^4.9.1" }, - "homepage": "https://github.com/Flet/eslint-config-semistandard", + "homepage": "https://github.com/standard/eslint-config-semistandard", "keywords": [ "semistandard", "style checker", @@ -56,7 +56,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Flet/eslint-config-semistandard.git" + "url": "https://github.com/standard/eslint-config-semistandard.git" }, "scripts": { "test": "standard && tape test/*.js | tap-spec"