Skip to content

Commit

Permalink
fix API doc link in info/help window
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinElms committed Nov 19, 2024
1 parent f42b55a commit 80ab187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oceannavigator/frontend/src/components/InfoHelpWindow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ function InfoHelpWindow(props) {
setContent(
<iframe
className="content-iframe"
src="https://navigator.oceansdata.ca/docs"
src="https://oceannavigator.ca/docs"
></iframe>
);
break;
Expand Down

0 comments on commit 80ab187

Please sign in to comment.