From 0fb0b1cb20266446887d7bf0219ad8726ea91e89 Mon Sep 17 00:00:00 2001 From: idea4good Date: Fri, 18 Oct 2019 14:38:55 +0800 Subject: [PATCH] fix markdown link --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f4a4d6c..9811abe 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ # GuiLite - The smallest GUI library ![badge_build](https://img.shields.io/badge/build-passing-brightgreen.svg) ![badge_docker](https://img.shields.io/badge/docker%20build-passing-brightgreen.svg) ![badge_platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux%20%7C%20macOS%20%7C%20iOS%20%7C%20Android%20%7C%20MCU-brightgreen.svg) ![badge_lincense](https://img.shields.io/badge/license-Apache%202-blue.svg) ![badge_lincense](https://img.shields.io/badge/architecture-amd64%20%7C%20arm%20%7C%20arm64-blue.svg) - [中文](README_zh.md) -- [✨Features](#Features) -- [🔨Start with Demo](#Start-with-Demo) -- [📚Documents](#Documents) -- [📈How to Learn?](#How-to-Learn) -- [📀Videos](#Videos) -- [📞Community Channel](#Community-Channel) +- [✨Features](#features) +- [🔨Start with Demo](#start-with-Demo) +- [📚Documents](#documents) +- [📈How to Learn?](#how-to-Learn) +- [📀Videos](#videos) +- [📞Community Channel](#community-Channel) *** ## Introduction GuiLite is the smallest GUI library with 5000 lines of code, could run on **all platforms**(e.g, iOS, Android, Linux, Windows, macOS, Docker and MCU without OS), and work with **many languages**(e.g. Swift, Java, Javascript, C#, Golang).