ngneat / dag

🐠 An Angular service for managing directed acyclic graphs
MIT License
155 stars 7 forks source link

Fix Broken README Images #23

Closed pjlamb12 closed 3 years ago

pjlamb12 commented 3 years ago

docs: ✏️ fix broken README images

Provided full absolute URLs to the images in github instead of relative URLs so the images aren't broken

Closes: #22

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

README Images are broken

Issue Number: #22

What is the new behavior?

README images are absolute paths and should show up now.

Does this PR introduce a breaking change?

[ ] Yes
[x] No