Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Migrate urls (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaPucheta authored Nov 15, 2022
1 parent 7acc595 commit 18f2902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
/discord https://discord.gg/fcxW4yR 302
/claim/:id https://app.poap.xyz/claim/:id 301
/claim https://app.poap.xyz/claim 301
/faqs https://poap.zendesk.com/hc/en-us 301
/faqs https://help.poap.xyz/en/ 301
/* /index.html 200
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<ul class="dropdown-submenu">
<li><a href="https://poap.ghost.io/" class="sub-item" target="_blank">News</a></li>
<li><a href="https://poap.directory/" class="sub-item" target="_blank">Directory</a></li>
<li><a href="https://poap.zendesk.com/hc/en-us" class="sub-item" target="_blank">FAQ</a></li>
<li><a href="https://help.poap.xyz/en/" class="sub-item" target="_blank">FAQ</a></li>
<li><a href="#" class="sub-item" onclick="zE('messenger', 'open')">Help</a></li>

</ul>
Expand Down Expand Up @@ -155,7 +155,7 @@ <h2 >Why use POAP?</h2>
</p>
<a target="_blank" href="https://app.poap.xyz/admin/events/new">Create your first POAP</a>
<br />
<a target="_blank" href="https://poap.zendesk.com/hc/en-us/articles/9702718846989-How-Do-I-Set-Up-a-POAP-Drop-">Read the getting started guides</a>
<a target="_blank" href="https://help.poap.xyz/en/articles/5802657-how-do-i-set-up-a-poap-drop">Read the getting started guides</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 18f2902

Please sign in to comment.