diff --git a/CHANGELOG.md b/CHANGELOG.md index 1394ed4f7..7cdf4ba59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ The versions in this change log should match those published to [the Sonatype Maven Central Repository][]. It is those war files that are being versioned. +## Unreleased + ++ Update inactive UW-System Help link with https://kb.wisconsin.edu/myuwsystem/ + ## 21.0.5 - 2022-04-04 + Update `myuw-feedback` to v1.0.5 diff --git a/components/js/frame-config.js b/components/js/frame-config.js index 1019a8016..d37af0dbb 100644 --- a/components/js/frame-config.js +++ b/components/js/frame-config.js @@ -187,7 +187,7 @@ define(['angular'], function(angular) { 'group': 'UW System-Stevens Point', 'footerLinks': [ { - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -241,7 +241,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW-Milwaukee Logo', 'group': 'UW System-Milwaukee', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -295,7 +295,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW-Whitewater Logo', 'group': 'UW System-Whitewater', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -349,7 +349,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Crest', 'group': 'UW System-Stout', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -403,7 +403,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Crest', 'group': 'UW System-Oshkosh', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -475,7 +475,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Crest', 'group': 'UW System-Green Bay', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -547,7 +547,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Crest', 'group': 'UW System-La Crosse', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -619,7 +619,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Parkside', 'group': 'UW System-Parkside', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -691,7 +691,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Platteville', 'group': 'UW System-Platteville', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -762,7 +762,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Superstatic', 'group': 'UW System-Superior', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -816,7 +816,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Eau Claire', 'group': 'UW System-Eau Claire', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -889,7 +889,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Extension', 'group': 'UW System-Extension', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -943,7 +943,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW Colleges', 'group': 'UW System-Colleges', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }], @@ -997,7 +997,7 @@ define(['angular'], function(angular) { 'crestalt': 'UW System Logo', 'group': 'default', 'footerLinks': [{ - 'url': 'https://kb.wisconsin.edu/myuwsystem/page.php?id=15303', + 'url': 'https://kb.wisconsin.edu/myuwsystem/', 'target': '_blank', 'title': 'Help', }],