change name of img parameter

This commit is contained in:
vcoppe
2024-09-24 13:50:44 +02:00
parent 4c56468970
commit 9eb716e36c
4 changed files with 7 additions and 7 deletions

View File

@@ -61,7 +61,7 @@ This allows the route to be edited at different levels of detail.
Finally, you can delete anchor points by clicking on them and selecting <button><Trash2 size="16" class="inline-block" style="margin-bottom: 4px" /> Delete</button> from the context menu.
<DocsImage img="tools/routing" alt="Anchor points allow you to easily edit a route." />
<DocsImage src="tools/routing" alt="Anchor points allow you to easily edit a route." />
## Additional tools

View File

@@ -29,4 +29,4 @@ Scissors will appear at the cursor position, showing that you can split the trac
You can choose to split the trace into two GPX files, or to keep the split parts in the same file as [tracks or segments](../gpx).
<DocsImage img="tools/split" alt="Hovering over the selected trace turns your cursor into scissors." />
<DocsImage src="tools/split" alt="Hovering over the selected trace turns your cursor into scissors." />