We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3adb1ec + 7b46796 commit 0defc80Copy full SHA for 0defc80
installation_and_upgrade/ibex_install_utils/tasks/server_tasks.py
@@ -361,7 +361,7 @@ def perform_server_tests(self) -> None:
361
362
self.prompt.prompt_and_raise_if_not_yes(
363
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()}"
+ f"correctly: https://isiscomputinggroup.github.io/WebDashboard/instrument?name={self._get_instrument_name()}"
365
)
366
367
@task("Install wiring tables")
0 commit comments