diff --git a/docs/.htmltest.yml b/docs/.htmltest.yml index 3764f4c826..df24819fb8 100644 --- a/docs/.htmltest.yml +++ b/docs/.htmltest.yml @@ -8,4 +8,5 @@ IgnoreDirs: IgnoreURLs: - "linkedin.com" - "localhost" + - "twitter.com" StripQueryString: false diff --git a/docs/content/en/docs/getting-started/metrics/_index.md b/docs/content/en/docs/getting-started/metrics/_index.md index 8f9f7d48cf..22b7388d6b 100644 --- a/docs/content/en/docs/getting-started/metrics/_index.md +++ b/docs/content/en/docs/getting-started/metrics/_index.md @@ -259,7 +259,7 @@ The Kubernetes HorizontalPodAutoscaler (HPA) uses metrics to provide autoscaling for the cluster. HPA can retrieve KeptnMetrics and use it to implement HPA. See -Using the [HorizontalPodAutoscaler](../../implementing/evaluatemetrics/#using-the-horizontalpodautoscaler) +Using the [HorizontalPodAutoscaler](../../implementing/evaluatemetrics.md/#using-the-horizontalpodautoscaler) for detailed information. ## Learn more