Skip to content

Commit

Permalink
Fix broken link to membereship information.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulLinYao committed Aug 4, 2023
1 parent ee88ec6 commit d70c403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/RequestInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ function RequestInfo() {
<a href="https://www.cesmii.org/" target="_blank" rel="noreferrer" >About CESMII</a>
</li>
<li className="mb-2 px-2">
<a href="https://www.cesmii.org/membership-information/" target="_blank" rel="noreferrer" >Membership Information</a>
<a href="https://www.cesmii.org/membership/" target="_blank" rel="noreferrer" >Membership Information</a>
</li>
<li className="mb-2 px-2">
<a href="https://www.cesmii.org/what-is-smart-manufacturing-the-smart-manufacturing-definition/" target="_blank" rel="noreferrer" >About Smart Manufacturing</a>
Expand Down

0 comments on commit d70c403

Please sign in to comment.