diff --git a/readme.md b/readme.md index 2f0e628..7028851 100644 --- a/readme.md +++ b/readme.md @@ -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]() 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 diff --git a/src/App.js b/src/App.js index 8149bb1..8953caf 100644 --- a/src/App.js +++ b/src/App.js @@ -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', @@ -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' } ] }, @@ -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' } ] }