Skip to content

Commit

Permalink
fix readme internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
lelongg committed Dec 19, 2023
1 parent 3d0d32c commit a07380d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a07380d

Please sign in to comment.