diff --git a/README.md b/README.md index b4190bb..f8fb634 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ * [Documentation](https://docs.postalserver.io) * [Installation Instructions](https://docs.postalserver.io/install/prerequisites) -* [FAQs](https://github.com/atech/postal/wiki/FAQs) & [Features](https://github.com/atech/postal/wiki/Features) +* [FAQs](https://docs.postalserver.io/welcome/faqs) & [Features](https://docs.postalserver.io/welcome/feature-list) * [Ask for help](https://github.com/postalserver/postal/discussions) * [Slack Channel](https://slack.k.io) diff --git a/app/views/help/outgoing.html.haml b/app/views/help/outgoing.html.haml index b1ee38d..1eabb4a 100644 --- a/app/views/help/outgoing.html.haml +++ b/app/views/help/outgoing.html.haml @@ -57,4 +57,4 @@ .u-margin %h2.pageContent__subTitle Sending over HTTP using our API %p.pageContent__text - For full information about how to use our HTTP API, please #{link_to 'see the documentation', 'https://github.com/atech/postal/wiki/Using-the-API', :class => "u-link"}. + For full information about how to use our HTTP API, please #{link_to 'see the documentation', 'https://docs.postalserver.io/developer/api', :class => "u-link"}.