Skip to content

Commit

Permalink
Merge pull request #2371 from jburel/cleanup_os
Browse files Browse the repository at this point in the history
Cleanup os
  • Loading branch information
jburel authored Nov 23, 2023
2 parents 4c28b60 + 09a3951 commit a9532f9
Show file tree
Hide file tree
Showing 10 changed files with 29 additions and 611 deletions.
2 changes: 2 additions & 0 deletions omero/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ def copy_legacy_redirects(app, exception):
"""
print("Adding redirects:")
redirect_files = [
'sysadmins/unix/install-web/walkthrough/omeroweb-install-ubuntu1804-ice3.6.html',
'sysadmins/unix/server-ubuntu1804-ice36.html',
'sysadmins/unix/install-web/walkthrough/omeroweb-install-debian9-ice3.6.html',
'sysadmins/unix/server-debian9-ice36.html',
'sysadmins/unix/install-web/walkthrough/omeroweb-install-centos8-ice3.6.html',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<html>
<head>
<meta http-equiv="refresh" content="1; url=../" />
<script>
window.location.href = "omeroweb-install-ubuntu2204-ice3.6.html"
</script>
</head>
</html>
Loading

0 comments on commit a9532f9

Please sign in to comment.