Skip to content

Commit

Permalink
chore: Update links to new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
storm1729 committed Sep 20, 2024
1 parent 5f253ea commit 5b0d070
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Whether you’re new to email verifications or seasoned in all things SMTP, this

The Reacher API is organized around [REST](https://en.wikipedia.org/wiki/Representational_state_transfer). Our API has predictable resource-oriented URLs, accepts [form-encoded](<https://en.wikipedia.org/wiki/POST_(HTTP)#Use_for_submitting_web_forms>) request bodies, returns [JSON-encoded](www.json.org) responses, and uses standard HTTP response codes, authentication, and verbs.

The documentation on this page focuses on the technical side of Reacher. If you have non-technical question, be sure to also check our [Help Center](https://help.reacher.email).
The documentation on this page focuses on the technical side of Reacher. If you have non-technical question, be sure to also check our [Docs](https://docs.reacher.email).

### Working with Reacher's API

Expand Down
28 changes: 14 additions & 14 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ const saasifyConfig = {
header: {
links: [
{
label: 'Help Center',
href: 'https://help.reacher.email'
label: 'Docs',
href: 'https://docs.reacher.email'
},
{
label: 'Pricing',
Expand Down Expand Up @@ -132,27 +132,31 @@ const saasifyConfig = {
]
},
{
label: 'Help Center',
label: 'Docs',
links: [
{
label: "Beginner's Guide",
href: 'https://help.reacher.email/verify-your-1st-email'
label: 'Getting Started',
href: 'https://docs.reacher.email/getting-started/quickstart'
},
{
label: 'Self-Host Guide',
href: 'https://help.reacher.email/self-host-guide'
label: 'Self-Host',
href: 'https://docs.reacher.email/self-hosting/install'
},
{
label: 'Proxies',
href: 'https://docs.reacher.email/self-hosting/proxies'
},
{
label: 'Mentions Légales 🇫🇷',
href: 'https://help.reacher.email/mentions-lgales'
href: 'https://app.reacher.email/legal/mentions'
},
{
label: 'CGU-CGV 🇫🇷',
href: 'https://help.reacher.email/cgu-cgv'
href: 'https://app.reacher.email/legal/terms'
},
{
label: 'Politique de Confidentialité 🇫🇷',
href: 'https://help.reacher.email/politique-de-confidentialit'
href: 'https://app.reacher.email/legal/privacy'
}
]
},
Expand All @@ -166,10 +170,6 @@ const saasifyConfig = {
{
label: 'Github',
href: 'https://github.com/reacherhq/check-if-email-exists'
},
{
label: 'Help Center',
href: 'https://help.reacher.email'
}
]
}
Expand Down

0 comments on commit 5b0d070

Please sign in to comment.