Skip to content

Commit

Permalink
update cloudstore icon url and forward url
Browse files Browse the repository at this point in the history
  • Loading branch information
OliEfr committed Dec 11, 2023
1 parent 54bf0c9 commit b642c76
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/contentScripts/forward/searchEngines/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ import sites from './sites.json'
opal: 'https://bildungsportal.sachsen.de/opal/shiblogin?0',
selma: 'https://selma.tu-dresden.de/APP/EXTERNALPAGES/-N000000000000001,-N000155,-AEXT_willkommen',
slub: 'https://www.slub-dresden.de/',
tucloud: 'https://cloudstore.zih.tu-dresden.de/index.php/login',
tucloud: 'https://datashare.tu-dresden.de/',
tudmail: 'https://msx.tu-dresden.de/owa/#path=/mail',
tumail: 'https://msx.tu-dresden.de/owa/#path=/mail',
tumatrix: 'https://matrix.tu-dresden.de/#/',
tumed: 'https://eportal.med.tu-dresden.de/login',
tustore: 'https://cloudstore.zih.tu-dresden.de/index.php/login',
tustore: 'hhttps://datashare.tu-dresden.de/n',
videocampus: 'https://videocampus.sachsen.de/'
} */

Expand Down
4 changes: 2 additions & 2 deletions src/contentScripts/forward/searchEngines/sites.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"tucloud": {
"name": "Cloudstore TU Dresden",
"url": "https://cloudstore.zih.tu-dresden.de/index.php/login"
"url": "https://datashare.tu-dresden.de/n"
},
"tudmail": {
"name": "Outlook Web App",
Expand All @@ -41,7 +41,7 @@
},
"tustore": {
"name": "Cloudstore TU Dresden",
"url": "https://cloudstore.zih.tu-dresden.de/index.php/login"
"url": "https://datashare.tu-dresden.de/"
},
"videocampus": {
"name": "Videocampus Sachsen",
Expand Down
2 changes: 1 addition & 1 deletion src/freshContent/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<a href="https://www.slub-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="slub">
<img class="settings-img" style="height: 21px; width: auto;" src="../../assets/icons/slub.png">
</a>
<a href="https://cloudstore.zih.tu-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="cloud">
<a href="https://datashare.tu-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="cloud">
<img class="settings-img invert" src="../../assets/icons/cloud.png">
</a>
<a href="https://jexam.inf.tu-dresden.de/" target="_blank" class="settings-section-icon" style="flex: 1" id="je">
Expand Down

0 comments on commit b642c76

Please sign in to comment.