From a07380d0b54bd82cfc485ff6308c660d22a3681f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Lelong?= Date: Tue, 19 Dec 2023 21:31:29 +0100 Subject: [PATCH] fix readme internal links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 14beaee..46e56d9 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ let clip = Polygon::new( let result = subject.intersection(&clip, 1.0); ``` -[`Clipper`]: trait.Clipper.html -[`intersection`]: trait.Clipper.html#method.intersection -[`difference`]: trait.Clipper.html#method.difference -[`union`]: trait.Clipper.html#method.union -[`xor`]: trait.Clipper.html#method.xor +[`Clipper`]: https://docs.rs/geo-clipper/latest/geo_clipper/trait.Clipper.html +[`intersection`]: https://docs.rs/geo-clipper/latest/geo_clipper/trait.Clipper.html#method.intersection +[`difference`]: https://docs.rs/geo-clipper/latest/geo_clipper/trait.Clipper.html#method.difference +[`union`]: https://docs.rs/geo-clipper/latest/geo_clipper/trait.Clipper.html#method.union +[`xor`]: https://docs.rs/geo-clipper/latest/geo_clipper/trait.Clipper.html#method.xor