Skip to content

Commit 0defc80

Browse files
authored
Merge pull request #287 from ISISComputingGroup/update_wd_url
Update web dashboard URL
2 parents 3adb1ec + 7b46796 commit 0defc80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def perform_server_tests(self) -> None:
361361

362362
self.prompt.prompt_and_raise_if_not_yes(
363363
f"Check that the web dashboard for this instrument is updating "
364-
f"correctly: http://dataweb.isis.rl.ac.uk/IbexDataweb/default.html?Instrument={self._get_instrument_name()}"
364+
f"correctly: https://isiscomputinggroup.github.io/WebDashboard/instrument?name={self._get_instrument_name()}"
365365
)
366366

367367
@task("Install wiring tables")

0 commit comments

Comments
 (0)