diff --git a/cypress/e2e/spec.cy.js b/cypress/e2e/spec.cy.js
index 5950cf2..a45e398 100644
--- a/cypress/e2e/spec.cy.js
+++ b/cypress/e2e/spec.cy.js
@@ -60,7 +60,7 @@ context('SACDS', () => {
       cy.get('h1').should('be.visible').and('contain.text', 'Both Entity ID and return URL are required.');
       cy.get('p a')
         .should('be.visible')
-        .and('have.attr', 'href', 'LINK_FROM_I2');
+        .and('have.attr', 'href', 'https://incommon.org/help/');
       cy.get('p a').should('contain.text', 'Click Here');
     })
   })
diff --git a/src/App.js b/src/App.js
index ee125e4..8506281 100644
--- a/src/App.js
+++ b/src/App.js
@@ -40,7 +40,7 @@ function App() {
           {error ? (
               <>
                 <h1>{error}</h1>
-                <p><a href="LINK_FROM_I2" target="_blank">Click Here</a> for more information.</p>
+                <p><a href="https://incommon.org/help/" target="_blank">Click Here</a> for more information.</p>
               </>
           ) : (
               <>