From 1a0d708b9f0178595bc4d6a7ba48626aed2bd264 Mon Sep 17 00:00:00 2001 From: Mark Dawson Date: Tue, 16 Jan 2024 22:19:27 +0000 Subject: [PATCH] URL typo in README.markdown --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index ea4654f..35c0831 100644 --- a/README.markdown +++ b/README.markdown @@ -2,7 +2,7 @@ [![Build Status](https://secure.travis-ci.org/Raynes/fs.png)](http://travis-ci.org/Raynes/fs) -[API docs](http://raynes.github.com/fs/) +[API docs](http://raynes.github.io/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.