Skip to content

Commit 9325e76

Browse files
committed
update README.md
1 parent 0e4e027 commit 9325e76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# What is UnixStream?
22

3-
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/UnixStream?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/benas/unix-stream?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](http://opensource.org/licenses/MIT)
55
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.benas/unix-stream/badge.svg?style=flat)](http://search.maven.org/#artifactdetails|io.github.benas|unix-stream|0.4|)
6-
[![Build Status](https://travis-ci.org/benas/UnixStream.svg?branch=master)](https://travis-ci.org/benas/UnixStream)
6+
[![Build Status](https://travis-ci.org/benas/unix-stream.svg?branch=master)](https://travis-ci.org/benas/unix-stream)
77

88
UnixStream is an extension of the Java 8 Stream API to process data pipelines the Unix way.
99
It provides a set of components that mimic Unix commands (and more).
@@ -88,9 +88,9 @@ Components are inspired by the [Unix philosophy](https://en.wikipedia.org/wiki/U
8888

8989
Here are some of the built-in components:
9090

91-
![](https://github.com/benas/UnixStream/raw/master/unix-stream.jpeg)
91+
![](https://github.com/benas/unix-stream/raw/master/unix-stream.jpeg)
9292

93-
You can find a complete reference of components in the [wiki page](https://github.com/benas/UnixStream/wiki).
93+
You can find a complete reference of components in the [wiki page](https://github.com/benas/unix-stream/wiki).
9494

9595
# How to extend it ?
9696

0 commit comments

Comments
 (0)