diff --git a/README.md b/README.md index fbb018e..28b63ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![version 0.3.0](https://img.shields.io/badge/version-0.3.0-brightgreen.svg)](https://github.com/ctreffs/fireblade-ecs/releases/tag/v0.3.0) +[![version 0.3.0](https://img.shields.io/badge/version-0.3.0-brightgreen.svg)](releases/tag/v0.3.0) [![license](https://img.shields.io/github/license/mashape/apistatus.svg)](LICENSE) # Fireblade ECS (Entity-Component-System) @@ -47,7 +47,7 @@ let package = Package( -A core element in the Fireblade-ECS is the [Nexus](https://en.wiktionary.org/wiki/nexus). It acts as a centralized way to store, access and manage entities and their components. +A core element in the Fireblade-ECS is the [Nexus](https://en.wiktionary.org/wiki/nexus#Noun). It acts as a centralized way to store, access and manage entities and their components. ```swift let nexus = Nexus() @@ -59,7 +59,7 @@ Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c6 ## Versioning -We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/ctreffs/fireblade-ecs/tags). +We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](tags). ## Authors