Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <congusbongus@gmail.com>2021-06-10 08:21:46 +0300
committerGitHub <noreply@github.com>2021-06-10 08:21:46 +0300
commit64fb1d4376d7580aa1013fdbacddbbeba67bb085 (patch)
treea6384ca1915c537c78510d0fb490f4a8d18025e8
parentec6bff2043eaac3ad25423705e63a781762a0dfd (diff)
Update travis badge
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8622c94..635f0ca 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
TinyDir
=======
-[![Build Status](https://travis-ci.org/cxong/tinydir.svg?branch=master)](https://travis-ci.org/cxong/tinydir)
+[![Build Status](https://travis-ci.com/cxong/tinydir.svg?branch=master)](https://travis-ci.com/github/cxong/tinydir)
[![Release](http://img.shields.io/github/release/cxong/tinydir.svg)](https://github.com/cxong/tinydir/releases/latest)
Lightweight, portable and easy to integrate C directory and file reader. TinyDir wraps dirent for POSIX and FindFirstFile for Windows.