Skip to content

Commit 950a458

Browse files
authored
Merge pull request #274 from ISISComputingGroup/postDeployEmail
update link, recognise we are deploying two versions at a time now
2 parents 0811b06 + 15e7577 commit 950a458

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

installation_and_upgrade/ibex_install_utils/tasks/system_tasks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ def inform_instrument_scientists(self) -> None:
245245
email_template = f"""Please send the following email to your instrument scientists:
246246
Hello,
247247
We have finished the upgrade of {BaseTasks._get_machine_name()} to IBEX {ibex_version}.
248-
The release notes for this are at the following link: https://github.com/ISISComputingGroup/IBEX/wiki/Release-Notes-v{ibex_version}
248+
The relevant release notes can be found at the following links:
249+
* https://github.com/ISISComputingGroup/IBEX/blob/master/release_notes/Release-Notes-v{ibex_version}.md
250+
* https://github.com/ISISComputingGroup/IBEX/blob/master/release_notes/Release-Notes-v<INSERT PREVIOUS IBEX VERSION HERE>.md
249251
250252
Please let us know if you have any queries or find any problems with the upgrade.
251253
Thank you,

0 commit comments

Comments
 (0)