Skip to content

Commit d32308c

Browse files
committed
Merge branch 'cslzchen/update-help-links'
2 parents 9b8e25e + 4b80ff3 commit d32308c

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/resources/templates/casInstitutionLoginView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h1 th:utext="#{screen.institutionlogin.heading}"></h1>
6868

6969
<section class="text-with-mdi">
7070
<span>
71-
<a href="https://help.osf.io/hc/en-us/articles/360019737194-Sign-in-to-OSF" th:utext="#{screen.generic.link.support}"></a>
71+
<a href="https://help.osf.io/article/272-sign-in-to-osf" th:utext="#{screen.generic.link.support}"></a>
7272
</span>
7373
</section>
7474

src/main/resources/templates/casUnsupportedInstitutionLoginView.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ <h2 th:utext="#{screen.unsupp-instn.existing.heading}"></h2>
7878
<hr class="my-4" />
7979
<section class="text-with-mdi">
8080
<span>
81-
<a href="https://help.osf.io/hc/en-us/articles/360019737194-Sign-in-to-OSF" th:utext="#{screen.generic.link.support}"></a>
81+
<a href="https://help.osf.io/article/272-sign-in-to-osf" th:utext="#{screen.generic.link.support}"></a>
8282
</span>
8383
</section>
8484

src/main/resources/templates/fragments/loginform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
<span class="cas-field-float-right">
152152
<a th:href="@{${osfUrl.forgotPassword}}" th:utext="#{screen.welcome.link.resetpassword}"></a>
153153
<br>
154-
<a href="https://help.osf.io/hc/en-us/articles/360019737194-Sign-in-to-OSF" th:utext="#{screen.generic.link.support}"></a>
154+
<a href="https://help.osf.io/article/272-sign-in-to-osf" th:utext="#{screen.generic.link.support}"></a>
155155
</span>
156156
</section>
157157

src/main/resources/templates/fragments/totploginform.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
<span><a th:href="@{/logout(service=${osfUrl.logout})}" th:utext="#{screen.twofactor.link.cancel}"></a></span>
130130
</span>
131131
<span class="text-without-mdi cas-field-float-right">
132-
<a href="https://help.osf.io/hc/en-us/articles/360019738054-Enable-or-Disable-Two-Factor-Authentication" th:utext="#{screen.generic.link.support}"></a>
132+
<a href="https://help.osf.io/article/239-enable-or-disable-two-factor-authentication" th:utext="#{screen.generic.link.support}"></a>
133133
</span>
134134
</section>
135135

0 commit comments

Comments
 (0)