From 01bf0e14240feac9ee0cc662edc40bc2c7853210 Mon Sep 17 00:00:00 2001 From: Christian Treffs Date: Wed, 30 Oct 2019 09:38:22 +0100 Subject: [PATCH] Fix README links + update swiftenv --- .swift-version | 2 +- Makefile | 3 +++ README.md | 10 +++++----- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.swift-version b/.swift-version index 6b244dc..50e2274 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -5.0.1 +5.0.3 diff --git a/Makefile b/Makefile index b868cea..58164fa 100644 --- a/Makefile +++ b/Makefile @@ -32,3 +32,6 @@ genXcodeOpen: genXcode open *.xcodeproj precommit: lint genLinuxTests + +testReadme: + markdown-link-check -p -v ./README.md diff --git a/README.md b/README.md index 53db762..d3eb348 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ -# Fireblade ECS (Entity-Component-System) +# Fireblade ECS (Entity-Component System) [![Build Status](https://travis-ci.com/fireblade-engine/ecs.svg?branch=master)](https://travis-ci.com/fireblade-engine/ecs) [![license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE) [![swift version](https://img.shields.io/badge/swift-5.0+-brightgreen.svg)](https://swift.org/download) [![platforms](https://img.shields.io/badge/platforms-%20macOS%20|%20iOS%20|%20tvOS%20|%20watchOS-brightgreen.svg)](#) [![platforms](https://img.shields.io/badge/platforms-linux-brightgreen.svg)](#) -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