Clean up links in readme.
This commit is contained in:
parent
74b68fc5c7
commit
e034d067ea
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
# Evennia MUD/MU\* Creation System ![evennia logo][logo]
|
# Evennia MUD/MU\* Creation System ![evennia logo][logo]
|
||||||
[![Build Status][travisimg]][travislink] [](https://coveralls.io/github/evennia/evennia?branch=master)
|
[[![Build Status travisimg]][travislink] [![Coverage Status coverimg]][coverlink]
|
||||||
|
|
||||||
*Evennia* is a modern library for creating [online multiplayer text games][wikimudpage] (MUD, MUSH, MUX, MUCK, MOO etc) in pure Python. It allows game creators to design and flesh out their ideas with great freedom. Evennia is made available under the very friendly [BSD license][license].
|
*Evennia* is a modern library for creating [online multiplayer text games][wikimudpage] (MUD, MUSH, MUX, MUCK, MOO etc) in pure Python. It allows game creators to design and flesh out their ideas with great freedom. Evennia is made available under the very friendly [BSD license][license].
|
||||||
|
|
||||||
|
|
@ -36,6 +36,8 @@ To learn how to get your hands on the code base, the [Getting started][gettingst
|
||||||
[logo]: https://github.com/evennia/evennia/blob/master/evennia/web/website/static/website/images/evennia_logo.png
|
[logo]: https://github.com/evennia/evennia/blob/master/evennia/web/website/static/website/images/evennia_logo.png
|
||||||
[travisimg]: https://travis-ci.org/evennia/evennia.svg?branch=master
|
[travisimg]: https://travis-ci.org/evennia/evennia.svg?branch=master
|
||||||
[travislink]: https://travis-ci.org/evennia/evennia
|
[travislink]: https://travis-ci.org/evennia/evennia
|
||||||
|
[coverimg]: https://coveralls.io/repos/github/evennia/evennia/badge.svg?branch=master
|
||||||
|
[coverlink]: https://coveralls.io/github/evennia/evennia?branch=master
|
||||||
[introduction]: https://github.com/evennia/evennia/wiki/Evennia-Introduction
|
[introduction]: https://github.com/evennia/evennia/wiki/Evennia-Introduction
|
||||||
[license]: https://github.com/evennia/evennia/wiki/Licensing
|
[license]: https://github.com/evennia/evennia/wiki/Licensing
|
||||||
[group]: https://groups.google.com/forum/#!forum/evennia
|
[group]: https://groups.google.com/forum/#!forum/evennia
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue