mirror of
https://github.com/DragonRidersUnite/awesome-dragonruby
synced 2024-12-26 09:59:00 +01:00
fix: use absolute urls for contrib graph
So that it works outside of GitHub, like at https://www.dragonriders.community/awesome-dragonruby/
This commit is contained in:
parent
b0e0f520c3
commit
29df735d8b
2 changed files with 4 additions and 8 deletions
|
@ -18,4 +18,4 @@ To stay on the list, projects should follow these quality standards:
|
||||||
* Documented.
|
* Documented.
|
||||||
* Tests.
|
* Tests.
|
||||||
|
|
||||||
Thanks to all [contributors](../../graphs/contributors), you're awesome and wouldn't be possible without you!
|
Thanks to all [contributors](https://github.com/DragonRidersUnite/awesome-dragonruby/graphs/contributors), you're awesome and wouldn't be possible without you!
|
||||||
|
|
10
README.md
10
README.md
|
@ -64,7 +64,6 @@ Sharing, suggestions and contributions are always welcome!
|
||||||
|
|
||||||
* [Roguelike Tutorial](https://github.com/Craggar/dragonruby_tutorials) by [Craggar](https://github.com/Craggar)
|
* [Roguelike Tutorial](https://github.com/Craggar/dragonruby_tutorials) by [Craggar](https://github.com/Craggar)
|
||||||
|
|
||||||
|
|
||||||
## Other Resources
|
## Other Resources
|
||||||
|
|
||||||
### Game Development
|
### Game Development
|
||||||
|
@ -72,20 +71,17 @@ Sharing, suggestions and contributions are always welcome!
|
||||||
* [Open Game Art](https://opengameart.org)
|
* [Open Game Art](https://opengameart.org)
|
||||||
|
|
||||||
## Community Resources
|
## Community Resources
|
||||||
|
|
||||||
* [DragonRuby Discord](http://discord.dragonruby.org)
|
* [DragonRuby Discord](http://discord.dragonruby.org)
|
||||||
* [Forum on itch.io](https://dragonruby.itch.io/dragonruby-gtk/community)
|
* [Forum on itch.io](https://dragonruby.itch.io/dragonruby-gtk/community)
|
||||||
* [Stack Overflow](https://stackoverflow.com/questions/tagged/dragonruby)
|
* [Stack Overflow](https://stackoverflow.com/questions/tagged/dragonruby)
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
Please take a look at the [contribution guidelines and quality standard](./CONTRIBUTING.md) first.
|
Please take a look at the [contribution guidelines and quality standard](https://github.com/DragonRidersUnite/awesome-dragonruby/blob/master/CONTRIBUTING.md) first.
|
||||||
|
|
||||||
Thanks to all [contributors](../../graphs/contributors), you're awesome and this wouldn't be possible without you!
|
Thanks to all [contributors](https://github.com/DragonRidersUnite/awesome-dragonruby/graphs/contributors), you're awesome and this wouldn't be possible without you!
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
|
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue