Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMachado committed Oct 3, 2024
1 parent 30372fc commit 555bbd6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/articles/hosting-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ data-center. Available as a hybrid option with the use of shared services for
rate-limiting or full self-host. You can deploy Zuplo to any management or
hosting environment such as Kubernetes, Nomad, VMs, Containers etc.

To learn more about self-hosting [book a meeting](htts://book.zuplo.com) with
us.
To learn more about self-hosting [book a meeting](https://zuplo.com/meeting)
with us.

## Certified

Expand Down
2 changes: 1 addition & 1 deletion docs/articles/local-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ running your Zuplo Gateway locally:
- Use the [local Route Designer](./local-development-routes-designer) to create
your first route.
- Install [packages](/docs/articles/node-modules) to extend your Zuplo Gateway.
- Use the [API keys](./local-development-api-keys) service locally to secure
- Use the [API keys](./local-development-services) service locally to secure
your routes.
- Add [environment variables](./local-development-env-variables) to your
project.
2 changes: 1 addition & 1 deletion next-sitemap.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
module.exports = {
siteUrl: "https://zuplo.com/docs",
generateRobotsTxt: false,
exclude: ["/sitemap-*.xml"],
exclude: ["/sitemap-*.xml", "/docs/policies/api-key-auth-inbound"],
};

0 comments on commit 555bbd6

Please sign in to comment.