Skip to content

Commit

Permalink
Remove extra slash for contact page
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
  • Loading branch information
alexellis committed Mar 20, 2024
1 parent f01fabd commit ed595da
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:t
</a>
</div>
<div class="mt-3 rounded-md shadow sm:mt-0 sm:ml-3">
<a href="/contact/" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
<a href="/contact" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Contact us
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion blog/_posts/2021-06-02-argocd-private-clusters.md
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,6 @@ This technique applies to all kinds of services. Take the example of collecting

Further resources:

* Did you enjoy this article? pGet in touch with us](https://inlets.dev/contact/) with your comments & questions, we'd love to help.
* Did you enjoy this article? pGet in touch with us](https://inlets.dev/contact) with your comments & questions, we'd love to help.
* [Read tutorials and documentation for inlets](https://docs.inlets.dev/)
* [Follow @inletsdev on Twitter](https://twitter.com/inletsdev/)
2 changes: 1 addition & 1 deletion blog/_posts/2021-12-31-inlets-2021-highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ These are my top five highlights of inlets features and developments over the pa

There have been other features added throughout the year like support for [IP address ACLs](https://inlets.dev/blog/2021/10/15/allow-lists.html) and [deploying from GitHub Actions](https://inlets.dev/blog/2021/12/06/private-deploy-from-github-actions.html). There's also been customer testimonials on the website, live stream video demos and case-studies from customers like [How Riskfuel is using Inlets to build machine learning models at scale](https://inlets.dev/blog/2021/07/22/riskfuel.html).

For 2022 - inlets will continue on this path of securely and privately connecting Cloud Native applications as simply as possible. If you have comments, questions or suggestions, don't hesitate to [get in touch with me directly](https://inlets.dev/contact/) and follow [@inletsdev](https://twitter.com/inletsdev) on Twitter to keep up to date with news and features.
For 2022 - inlets will continue on this path of securely and privately connecting Cloud Native applications as simply as possible. If you have comments, questions or suggestions, don't hesitate to [get in touch with me directly](https://inlets.dev/contact) and follow [@inletsdev](https://twitter.com/inletsdev) on Twitter to keep up to date with news and features.

As we close out the year, let me leave you with a couple of demos of inlets so you can see inlets in action.

Expand Down
2 changes: 1 addition & 1 deletion blog/_posts/2022-07-07-access-kubernetes-api-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ Inlets can also be used for HTTP tunnels to serve a number of different domains,

## Questions, comments & suggestions

If you'd like to chat, feel free to reach out to us via [our contact page](/contact/)
If you'd like to chat, feel free to reach out to us via [our contact page](/contact)
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,4 @@ I suspect that configuring ingress-nginx may be a lot simpler, see also: [Ingres

Before setting up K3s, I also tested Nginx running on my local machine, and with some additional configuration in the `http` and `server` block, managed to get it to print out the real source IP address for tunneled HTTP calls. You can find out how here: [Nginx: Accepting the PROXY Protocol](https://docs.nginx.com/nginx/admin-guide/load-balancer/using-proxy-protocol/)

Would you like to talk to us about Cloud Native tunnels? [Contact us here](/contact/)
Would you like to talk to us about Cloud Native tunnels? [Contact us here](/contact)
2 changes: 1 addition & 1 deletion blog/_posts/2023-02-22-tunnels-for-developer-advocates.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ Or check out the code for the [inlets-operator](https://github.com/inlets/inlets
## Want to talk to us?

Feel free to [reach out for a call to talk more](/contact/), or check out the links I've included above to see how other customers are using inlets today.
Feel free to [reach out for a call to talk more](/contact), or check out the links I've included above to see how other customers are using inlets today.
Original file line number Diff line number Diff line change
Expand Up @@ -339,4 +339,4 @@ We met with Kubiya's team, and after a few days of testing the new solution they

If you'd like to talk to our team about inlets uplink or remote service management for customers, please get in touch.

* [Get in touch with us](/contact/)
* [Get in touch with us](/contact)
2 changes: 1 addition & 1 deletion blog/_posts/2023-05-04-expose-local-tcp-ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ Whilst working with Richard, he told us that inletsctl was creating VMs with a p

Unlike with a SaaS tunnel product - inlets is much more versatile, but that also means that you may benefit from being pointed at the right tutorial for your use-case.

You can browse the [docs](https://docs.inlets.dev/) and [blog](https://inlets.dev/blog), but feel free to reach out via our [contact form](https://inlets.dev/contact/)
You can browse the [docs](https://docs.inlets.dev/) and [blog](https://inlets.dev/blog), but feel free to reach out via our [contact form](https://inlets.dev/contact)

Pricing is very competitive vs. SaaS solutions, with two tunnels included by default and the option to add more - hosted options only allow you to purchase one tunnel, or force you to upgrade to a higher tier. Bear in mind that our annual pricing has a saving of around 5 USD / mo vs paying monthly and you can switch at any time.

Expand Down

0 comments on commit ed595da

Please sign in to comment.