소스 검색

Merge pull request #9808 from FortAwesome/talbs/fix-success-links

Fixing Broken CDN "Try Again" Links
Brian Talbot 9 년 전
부모
커밋
ab00cfc798
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/cdn/error.html
  2. 1 1
      src/cdn/success.html

+ 1 - 1
src/cdn/error.html

@@ -35,7 +35,7 @@ relative_path: ../../
             <h3 class="text-lg text-muted">If at first you don't succeed&hellip;</h3>
 
             <p>
-              We'll be taking a look into things. But in the meantime, it may not hurt to <a href="{{ page.relative_path }}cdn/new/">try to request an embed code again</a>.
+              We'll be taking a look into things. But in the meantime, it may not hurt to <a href="{{ page.relative_path }}get-started/#get-started-cdn">try to request an embed code again</a>.
             </p>
 
             <hr class="hr-lg m-xs-y-lg">

+ 1 - 1
src/cdn/success.html

@@ -22,7 +22,7 @@ relative_path: ../../
         </p>
 
         <p>
-          If you don't see the email (sent by "Font Awesome") in your inbox, maybe check your spam folder first. Also, make sure you haven't previously unsubscribed. Still nothing? <a href="{{ page.relative_path }}cdn/new/">Try again</a> or <a href="https://cdn.fontawesome.com/help">get some help</a>.
+          If you don't see the email (sent by "Font Awesome") in your inbox, maybe check your spam folder first. Also, make sure you haven't previously unsubscribed. Still nothing? <a href="{{ page.relative_path }}get-started/#get-started-cdn">Try again</a> or <a href="https://cdn.fontawesome.com/help">get some help</a>.
         </p>
       </div>
     </div>