From ae24856ec38f7039c8426a2e4e63cdaa82ed98c4 Mon Sep 17 00:00:00 2001 From: Nathan Marz Date: Sat, 24 Aug 2019 19:14:08 -0400 Subject: [PATCH] Update travis link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10873b8..70b08a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Specter [![Build Status](https://secure.travis-ci.org/nathanmarz/specter.png?branch=master)](http://travis-ci.org/nathanmarz/specter) +# Specter [![Build Status](https://secure.travis-ci.org/redplanetlabs/specter.png?branch=master)](http://travis-ci.org/redplanetlabs/specter) Specter rejects Clojure's restrictive approach to immutable data structure manipulation, instead exposing an elegant API to allow any sort of manipulation imaginable. Specter especially excels at querying and transforming nested and recursive data, important use cases that are very complex to handle with vanilla Clojure.