From 5b001cc71754df7e7577a2a63d437c655e9b4313 Mon Sep 17 00:00:00 2001 From: Denzyl Dick Date: Sat, 27 Aug 2022 18:05:24 +0200 Subject: [PATCH] 404 /guide doesn't exists. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a40a7c49..3e546c9b98 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Our main goal is to **make extension development easier.** ## Documentation The library guide can be read -[here](https://davidcole1340.github.io/ext-php-rs/guide). +[here](https://davidcole1340.github.io/ext-php-rs). The project is documented in-line, so viewing the `cargo` documentation is the best resource at the moment. This can be viewed at [docs.rs].