Skip to content

Commit

Permalink
Fix broken URL in triplot.md (#4309)
Browse files Browse the repository at this point in the history
Update triplot.md
  • Loading branch information
DanielVandH authored Sep 3, 2024
1 parent 0368dea commit d09b007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/reference/plots/triplot.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ax, tr = triplot(f[1, 2], tri, show_points = true)
f
```

You can use `triplot` to visualise the [ghost edges](https://danielvandh.github.io/DelaunayTriangulation.jl/stable/boundary_handling/#Ghost-Triangles) surrounding the boundary.
You can use `triplot` to visualise the [ghost edges](https://juliageometry.github.io/DelaunayTriangulation.jl/stable/manual/ghost_triangles/) surrounding the boundary.

```@figure
using DelaunayTriangulation
Expand Down

0 comments on commit d09b007

Please sign in to comment.