Skip to content

Commit 40565d8

Browse files
committed
docs(readme): use absolute URLs for logo and contributing link
Relative paths broke on npmjs.com package page (logo SVGs 404, CONTRIBUTING.md link points to npm tarball root). Absolute URLs render correctly on both GitHub and npm.
1 parent 0cdf8f0 commit 40565d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
<br>
2222
<p align="center">
2323
<picture>
24-
<source media="(prefers-color-scheme: dark)" srcset="docs/public/logo-name-dark.svg">
25-
<img alt="bashunit" src="docs/public/logo-name.svg" width="400">
24+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/TypedDevs/bashunit/main/docs/public/logo-name-dark.svg">
25+
<img alt="bashunit" src="https://raw.githubusercontent.com/TypedDevs/bashunit/main/docs/public/logo-name.svg" width="400">
2626
</picture>
2727
</p>
2828

@@ -50,4 +50,4 @@ bashunit requires **Bash 3.0** or newer.
5050
You are welcome to contribute reporting issues, sharing ideas,
5151
or with your pull requests.
5252

53-
Make sure to read our [contribution guide](.github/CONTRIBUTING.md) where you will find, among other things, how to set up your environment with the various tools we use to develop this framework.
53+
Make sure to read our [contribution guide](https://github.com/TypedDevs/bashunit/blob/main/.github/CONTRIBUTING.md) where you will find, among other things, how to set up your environment with the various tools we use to develop this framework.

0 commit comments

Comments
 (0)