diff --git a/.prettierrc.js b/.prettierrc.js
index 80646ff..9f0de09 100644
--- a/.prettierrc.js
+++ b/.prettierrc.js
@@ -1,4 +1,4 @@
-// https://github.com/ArthurFiorette/prettier-config
+// https://github.com/arthurfiorette/prettier-config
module.exports = require('@arthurfiorette/prettier-config')({
tsdoc: true,
diff --git a/README.md b/README.md
index 3c3f8cd..14418bd 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,23 @@



@@ -114,7 +114,7 @@ Licensed under the **MIT**. See [`LICENSE`](LICENSE) for more informations.
## Contact
-See my contact information on my [github profile](https://github.com/ArthurFiorette) or
+See my contact information on my [github profile](https://github.com/arthurfiorette) or
open a new issue.



diff --git a/docs/pages/installing.md b/docs/pages/installing.md
index 6509dae..71c9733 100644
--- a/docs/pages/installing.md
+++ b/docs/pages/installing.md
@@ -86,7 +86,7 @@ by axios was it's types.**
> **NOTE**: Below v0.3, axios was not configured as a peer dependency
-| [Version](https://github.com/ArthurFiorette/axios-cache-interceptor/releases) | [Axios](https://github.com/axios/axios/releases) |
+| [Version](https://github.com/arthurfiorette/axios-cache-interceptor/releases) | [Axios](https://github.com/axios/axios/releases) |
| ----------------------------------------------------------------------------- | ------------------------------------------------ |
| `>= v0.5` | `>= v0.24` |
| `~ v0.4` | `>= v0.23` |
diff --git a/package.json b/package.json
index 174bb7f..d2afec9 100644
--- a/package.json
+++ b/package.json
@@ -18,7 +18,7 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/ArthurFiorette/axios-cache-interceptor.git"
+ "url": "git+https://github.com/arthurfiorette/axios-cache-interceptor.git"
},
"keywords": [
"axios",
@@ -36,7 +36,7 @@
},
"license": "MIT",
"bugs": {
- "url": "https://github.com/ArthurFiorette/axios-cache-interceptor/issues"
+ "url": "https://github.com/arthurfiorette/axios-cache-interceptor/issues"
},
"homepage": "https://axios-cache-interceptor.js.org",
"dependencies": {