From b7e49aa0b1acbec637fd8d24a767002085635549 Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sun, 10 Feb 2019 22:35:07 +0100 Subject: [PATCH] fixed travis url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a29886e..c28586b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Travis Build Status](https://travis-ci.org/falk-werner/fuse-wsfs.svg)](https://travis-ci.org/falk-werner/fuse-wsfs) +[![Travis Build Status](https://travis-ci.com/falk-werner/fuse-wsfs.svg)](https://travis-ci.com/falk-werner/fuse-wsfs) # fuse-wsfs fuse-wsfs combines libwebsockets and libfuse. It allows ot attach a remote filesystem via websockets.