From 96d521b383db51b66db8ba5e6a3b8b9a58c6f5b1 Mon Sep 17 00:00:00 2001 From: Sam Grayson Date: Sat, 23 Jul 2022 12:50:41 -0600 Subject: [PATCH] Fix dead link --- README.markdown | 1 - 1 file changed, 1 deletion(-) diff --git a/README.markdown b/README.markdown index ea4654f..a0c7e6a 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,6 @@ [![Build Status](https://secure.travis-ci.org/Raynes/fs.png)](http://travis-ci.org/Raynes/fs) -[API docs](http://raynes.github.com/fs/) This library defines some utilities for working with the file system in Clojure. Mostly, it wants to fill the gap that `clojure.java.io` leaves and add on (and prettify) what `java.io.File` provides.