From e6bc0be5c5e71dcf328540e2553e1203b22ddf2c Mon Sep 17 00:00:00 2001 From: Matthieu Viry Date: Tue, 16 Apr 2024 18:08:39 +0200 Subject: [PATCH] Update URL to SFCGAL project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 656e11d..a2ec77b 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build](https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml/badge.svg)](https://github.com/mthh/sfcgal-sys/actions/workflows/test.yml) [![Crates.io](https://img.shields.io/crates/v/sfcgal-sys.svg)](https://crates.io/crates/sfcgal-sys) -Rust low-level FFI bindings to [`SFCGAL`](http://oslandia.github.io/SFCGAL/) C API. +Rust low-level FFI bindings to [`SFCGAL`](https://sfcgal.gitlab.io/SFCGAL/) C API. Don't use this crate directly, prefer it's higher-level wrapper : [sfcgal-rs](https://github.com/mthh/sfcgal-rs).