Fix README links
This commit is contained in:
parent
43f14eb891
commit
c8dfbee47f
3
Makefile
3
Makefile
|
|
@ -32,3 +32,6 @@ genXcodeOpen: genXcode
|
|||
open *.xcodeproj
|
||||
|
||||
precommit: lint genLinuxTests
|
||||
|
||||
testReadme:
|
||||
markdown-link-check -p -v ./README.md
|
||||
|
|
|
|||
10
README.md
10
README.md
|
|
@ -1,11 +1,11 @@
|
|||
# Fireblade ECS (Entity-Component-System)
|
||||
# Fireblade ECS (Entity-Component System)
|
||||
[](https://travis-ci.com/fireblade-engine/ecs)
|
||||
[](LICENSE)
|
||||
[](https://swift.org/download)
|
||||
[](#)
|
||||
[](#)
|
||||
|
||||
This is a **dependency free**, **lightweight**, **fast** and **easy to use** [Entity-Component-System](https://en.wikipedia.org/wiki/Entity–component–system) implementation in Swift. It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).
|
||||
This is a **dependency free**, **lightweight**, **fast** and **easy to use** [Entity-Component System](https://en.wikipedia.org/wiki/Entity_component_system) implementation in Swift. It is developed and maintained as part of the [Fireblade Game Engine project](https://github.com/fireblade-engine).
|
||||
|
||||
See the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo) to get started.
|
||||
|
||||
|
|
@ -219,16 +219,16 @@ nexus.family(requires: Position.self)
|
|||
|
||||
See the [Fireblade ECS Demo App](https://github.com/fireblade-engine/ecs-demo) to get started.
|
||||
|
||||
## Versioning
|
||||
## 🏷️ Versioning
|
||||
|
||||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](tags).
|
||||
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/fireblade-engine/ecs/tags).
|
||||
|
||||
## ✍️ Authors
|
||||
|
||||
* [Christian Treffs](https://github.com/ctreffs) - *Initial work*
|
||||
* [Manuel Weidmann](https://github.com/vyo)
|
||||
|
||||
See also the list of [contributors](https://github.com/fireblade-engine/ecs/blob/master/project/contributors) who participated in this project.
|
||||
See also the list of [contributors](https://github.com/fireblade-engine/ecs/contributors) who participated in this project.
|
||||
|
||||
## 🔏 License
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue