Skip to content

Commit 03811ae

Browse files
committed
Fix GitHub URL
1 parent 9bca1c4 commit 03811ae

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Agora pronto, você já pode começar a contribuir com o projeto!
1818

1919
## Reportando Issues
2020

21-
Você pode criar uma issue [aqui](https://github.com/filipedeschamps/cep-promise/issues), mas, lembre-se de ser claro e informar o máximo de detalhes possíveis.
21+
Você pode criar uma issue [aqui](https://github.com/BrasilAPI/cep-promise/issues), mas, lembre-se de ser claro e informar o máximo de detalhes possíveis.
2222

2323
## Submetendo Pull Requests
2424
* Crie pull requests pequenos, para que a revisão seja feita mais facilmente

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@
88
<a href="https://npm-stat.com/charts.html?package=cep-promise">
99
<img src="https://img.shields.io/npm/dm/cep-promise.svg">
1010
</a>
11-
<a href="https://coveralls.io/github/filipedeschamps/cep-promise?branch=master">
12-
<img src="https://coveralls.io/repos/github/filipedeschamps/cep-promise/badge.svg?branch=master">
11+
<a href="https://coveralls.io/github/BrasilAPI/cep-promise?branch=master">
12+
<img src="https://coveralls.io/repos/github/BrasilAPI/cep-promise/badge.svg?branch=master">
1313
</a>
1414
<a href="https://www.npmjs.com/package/cep-promise">
1515
<img src="https://badge.fury.io/js/cep-promise.svg">
1616
</a>
1717
<a href="http://standardjs.com/">
1818
<img src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg">
1919
</a>
20-
<a href="https://snyk.io/test/github/filipedeschamps/cep-promise">
21-
<img src="https://snyk.io/test/github/filipedeschamps/cep-promise/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/filipedeschamps/cep-promise" style="max-width:100%;">
20+
<a href="https://snyk.io/test/github/BrasilAPI/cep-promise">
21+
<img src="https://snyk.io/test/github/BrasilAPI/cep-promise/badge.svg" alt="Known Vulnerabilities" data-canonical-src="https://snyk.io/test/github/BrasilAPI/cep-promise" style="max-width:100%;">
2222
</a>
2323
</p>
2424

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"browser": "dist/cep-promise-browser.min.js",
2323
"repository": {
2424
"type": "git",
25-
"url": "https://github.com/filipedeschamps/cep-promise.git"
25+
"url": "https://github.com/BrasilAPI/cep-promise.git"
2626
},
2727
"author": "Filipe Deschamps",
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/filipedeschamps/cep-promise/issues"
30+
"url": "https://github.com/BrasilAPI/cep-promise/issues"
3131
},
3232
"keywords": [
3333
"cep",
@@ -37,7 +37,7 @@
3737
"promise",
3838
"viacep"
3939
],
40-
"homepage": "https://github.com/filipedeschamps/cep-promise",
40+
"homepage": "https://github.com/BrasilAPI/cep-promise",
4141
"devDependencies": {
4242
"@babel/cli": "7.10.5",
4343
"@babel/core": "7.11.1",

0 commit comments

Comments
 (0)