From 576b78799ee1884f5fa90ddba3b6b57b0ddf9b20 Mon Sep 17 00:00:00 2001 From: mittorn Date: Sun, 24 Feb 2019 05:47:57 +0700 Subject: [PATCH] readme: fix links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d557638..b4c4787a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Xash3D FWGS Engine -![](https://api.travis-ci.org/FWGS/xash3d-fwgs.svg?branch=master) ![](https://img.shields.io/discord/355697768582610945.svg) +[![Build Status](https://api.travis-ci.org/FWGS/xash3d-fwgs.svg?branch=master)](https://travis-ci.org/FWGS/xash3d-fwgs) [![Discord Server](https://img.shields.io/discord/355697768582610945.svg)](https://discord.gg/TbnHcVb) Xash3D FWGS is a fork of Xash3D Engine by Unkle Mike with extended features and crossplatform. @@ -35,7 +35,7 @@ Latest development build: https://github.com/FWGS/xash3d-deploy/tree/newengine-l ## Build instructions We are using Waf build system. If you have some Waf-related questions, I recommend you to read https://waf.io/book/ -If you're stuck somewhere and you need a clear example, open `.travis.yml`. +If you're stuck somewhere and you need a clear example, read `.travis.yml` and `scripts/build*.sh`. ### Prerequisites #### Windows(Visual Studio)