From 9d019a184b59dcb7aaa479cb0603f4f3464a0bc3 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Sun, 14 May 2023 16:28:05 -0500 Subject: [PATCH] use github pages docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48fae2b..164f4bf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ![Github Actions](https://github.com/guzba/supersnappy/workflows/Github%20Actions/badge.svg) -[API reference](https://nimdocs.com/guzba/supersnappy) +[API reference](https://guzba.github.io/supersnappy/) Supersnappy is a pure Nim implementation of [Google's Snappy](https://github.com/google/snappy) compression algorithm. The goal of this library is to be small, straightforward, dependency-free and highly performant.