Skip to content

Commit

Permalink
Working link
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Jun 11, 2024
1 parent 35cace8 commit 8825451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/dataset.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ds["Wind_speed_clipped"] = ws2
ds
```

4. Reorder items if necessary (See #selecting-items above)
4. Reorder items if necessary (See [selecting items](#selecting-items) above)

```{python}
ds2 = ds[["Wind_speed_clipped", "Surface elevation", "Wind speed"]]
Expand Down

0 comments on commit 8825451

Please sign in to comment.