Skip to content

Commit

Permalink
Fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielVandH committed Aug 8, 2023
1 parent b499048 commit d0aa275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/interpolants.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ end

```@raw html
<figure>
<img src='../figures/surface_plots_travelling_wave.png.png', alt='Surface plots'><br>
<img src='../figures/surface_plots_travelling_wave.png', alt='Surface plots'><br>
</figure>
```

2 comments on commit d0aa275

@DanielVandH
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89302

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.4.9 -m "<description of version>" d0aa275cda3f15b2a7acf94d9a885d846c798925
git push origin v0.4.9

Please sign in to comment.