From cf3a4ff57cd6410bcc2fdf18f1c518a643a9c6e2 Mon Sep 17 00:00:00 2001 From: Little-Flower-171 <36354459+Little-Flower-171@users.noreply.github.com> Date: Tue, 19 Feb 2019 21:47:14 +0800 Subject: [PATCH] Update README.md Fix broken link. Solves issue #390 . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8b4aec5..f8e7c0ed 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [Windows (Microsoft (R) Build Engine version 14.0.24720.0) ![AppVeyor build status](https://ci.appveyor.com/api/projects/status/5j79p9fi887usv7h?svg=true)](https://ci.appveyor.com/project/qPCR4vir/nana) -[![Licence](https://img.shields.io/badge/license-BSL-blue.svg?style=flat)](LICENSE_1_0.txt) +[![Licence](https://img.shields.io/badge/license-BSL-blue.svg?style=flat)](LICENSE) Nana is a C++ library designed to allow developers to easily create cross-platform GUI applications with modern C++11 style. Currently it can work on Linux(X11) and Windows. The [nana repository](https://github.com/cnjinhao/nana) contains the entire source of the library. You can browse the source code and submit your pull request for contributing.