Skip to content

Commit 8785bad

Browse files
authored
Merge pull request #85 from Kuadrant/broken-links
fix: broken links
2 parents 77b17eb + 0927ce0 commit 8785bad

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/blog/token-rate-limiting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ We'd love your feedback! Try out the new policy and let us know your thoughts th
9999
## Learn More
100100

101101
- [TokenRateLimitPolicy Tutorial](/doc/user-guides/tokenratelimitpolicy/authenticated)
102-
- [API Reference Documentation](https://docs.kuadrant.io/latest/reference/tokenratelimitpolicy/)
102+
- [API Reference Documentation](https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/tokenratelimitpolicy/)
103103
- [Kuadrant on GitHub](https://github.com/kuadrant)

src/index.njk

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,31 +39,31 @@ tags: index-page # Note: This adds a custom class to layout.njk
3939
<div class="col-xl-3 col-md-6 d-flex align-items-stretch" data-aos="zoom-in" data-aos-delay="100">
4040
<div class="icon-box">
4141
<div class="icon"><i class="bx bx-globe"></i></div>
42-
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/reference/dnspolicy/">Connect: DNSPolicy</a></h4>
42+
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/dns/">Connect: DNSPolicy</a></h4>
4343
<p>Bring traffic to your Gateway(s). Balance and distribute traffic across your different gateway instances, leveraging advanced DNS strategies such as geo and weighted responses without needing to manage individual records. Integrate with multiple cloud DNS Providers including AWS Route 53 and Google Cloud DNS</p>
4444
</div>
4545
</div>
4646

4747
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0" data-aos="zoom-in" data-aos-delay="200">
4848
<div class="icon-box">
4949
<div class="icon"><i class="bx bx-lock"></i></div>
50-
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/tls/">Secure: TLSPolicy</a></h4>
50+
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/tls/">Secure: TLSPolicy</a></h4>
5151
<p>Automatically secure traffic to your Gateways with automatic ACME-based TLS integration that supports all of the main ACME providers, including Let's Encrypt</p>
5252
</div>
5353
</div>
5454

5555
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
5656
<div class="icon-box">
5757
<div class="icon"><i class="bx bx-shield"></i></div>
58-
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/auth/">Protect: AuthPolicy</a></h4>
59-
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/auth/">AuthPolicy API</a> that integrates Authentication and Authorization at the Gateway or HTTPRoute level.</p>
58+
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth/">Protect: AuthPolicy</a></h4>
59+
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/auth/">AuthPolicy API</a> that integrates Authentication and Authorization at the Gateway or HTTPRoute level.</p>
6060
</div>
6161
</div>
6262
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0" data-aos="zoom-in" data-aos-delay="300">
6363
<div class="icon-box">
6464
<div class="icon"><i class="bx bx-shield"></i></div>
65-
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/rate-limiting/">Protect: RateLimitPolicy</a></h4>
66-
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/rate-limiting/">RateLimitPolicy</a> that integrates rate limiting at the Gateway or HTTPRoute level.</p>
65+
<h4><a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/rate-limiting/">Protect: RateLimitPolicy</a></h4>
66+
<p>Protect your services with our flexible and powerful <a href="https://docs.kuadrant.io/latest/kuadrant-operator/doc/overviews/rate-limiting/">RateLimitPolicy</a> that integrates rate limiting at the Gateway or HTTPRoute level.</p>
6767
</div>
6868
</div>
6969
</div>

0 commit comments

Comments
 (0)