tfobz / carbon-calculator

Carbon Footprint Calculator
https://tfobz.github.io/carbon-calculator/
Other
5 stars 3 forks source link

Change path to external resources and badges #33

Closed Benji377 closed 1 year ago

Benji377 commented 1 year ago

Describe the bug Right now, the links in Markdown still point to my repository, which is incorrect and should be changed to use this repository instead. Especially the reference to branches and the markdown badges

Expected behavior The path of markdown badges and references should point to this repository

Benji377 commented 1 year ago

To solve this issue, you should rename the path in README.md from:

# Carbon Calculator
![Documentation Coverage](https://raw.githubusercontent.com/Benji377/carbon-calculator/angular-docu/images/coverage-badge-documentation.svg)
![Checks](https://badgen.net/github/checks/benji377/carbon-calculator/master)
![Dependabot](https://badgen.net/github/dependabot/benji377/carbon-calculator)

to:

# Carbon Calculator
![Documentation Coverage](https://raw.githubusercontent.com/tfobz/carbon-calculator/angular-docu/images/coverage-badge-documentation.svg)
![Checks](https://badgen.net/github/checks/tfobz/carbon-calculator/master)
![Dependabot](https://badgen.net/github/dependabot/tfobz/carbon-calculator)

\ and from:

... auto-generated on every commit and has its [own branch](https://github.com/Benji377/carbon-calculator/tree/angular-docu) ...

to:

... auto-generated on every commit and has its [own branch](https://github.com/tfobz/carbon-calculator/tree/angular-docu) ...