From d25cadfa2721fb2937cbc1db41b2bfcff678c980 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Wed, 29 Jan 2020 11:15:54 -0600 Subject: [PATCH] doc: fix url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b17e9f52..c7c8be0b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# Tiny_httpd [![build status](https://travis-ci.org/c-cube/tiny_httpd.svg?branch=master)](https://travis-ci.org/c-cube/tiny_httpd) ![![build](https://github.com/c-cube/tiny_httpd/workflows/build/badge.svg)](https://github.com/c-cube/tiny_httpd/actions) +# Tiny_httpd [![build status](https://travis-ci.org/c-cube/tiny_httpd.svg?branch=master)](https://travis-ci.org/c-cube/tiny_httpd) [![build](https://github.com/c-cube/tiny_httpd/workflows/build/badge.svg)](https://github.com/c-cube/tiny_httpd/actions) Minimal HTTP server using good old threads and `Scanf` for routing.