From 67040cb8806aaa2f1d98f63252c0feefcb14d780 Mon Sep 17 00:00:00 2001 From: Nielsbishere Date: Thu, 28 Nov 2019 10:33:58 +0100 Subject: [PATCH] Update Readme.md Updated links. Please move travis to Immediate-Mode-UI/nuklear. --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 8169be4..a0a688f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # Nuklear -[![Build Status](https://travis-ci.org/vurtun/nuklear.svg)](https://travis-ci.org/vurtun/nuklear) +[![Build Status](https://travis-ci.org/Immediate-Mode-UI/nuklear.svg)](https://travis-ci.org/Immediate-Mode-UI/nuklear) This is a minimal state immediate mode graphical user interface toolkit written in ANSI C and licensed under public domain. It was designed as a simple @@ -25,7 +25,7 @@ render backends it only focuses on the actual UI. - No global or hidden state - Customizable library modules (you can compile and use only what you need) - Optional font baker and vertex buffer output -- [Documentation](https://cdn.statically.io/gh/vurtun/nuklear/master/doc/nuklear.html) +- [Documentation](https://cdn.statically.io/gh/Immediate-Mode-UI/nuklear/master/doc/nuklear.html) ## Building