Skip to content

Commit 1e62b7c

Browse files
Merge pull request #34630 from rh-max/srvls-func-yaml-fix-xrefs
Bugfix: Fix xrefs and prepend link: to external links
2 parents e705714 + ac7dea7 commit 1e62b7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serverless/functions/serverless-functions-yaml.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include::modules/serverless-functions-func-yaml-environment-variables.adoc[level
2020

2121
.Additional resources
2222

23-
* For information on overriding values in the `func.yaml` file, see xref:serverless-functions-getting-started.adoc#serverless-functions-getting-started[Getting started with functions].
24-
* For more information on accessing data in secrets and config maps, see xref:serverless-functions-accessing-secrets-configmaps.adoc#serverless-functions-accessing-secrets-configmaps[Accessing secrets and config maps from Serverless functions].
23+
* For information on overriding values in the `func.yaml` file, see xref:../../serverless/functions/serverless-functions-getting-started.adoc#serverless-functions-getting-started[Getting started with functions].
24+
* For more information on accessing data in secrets and config maps, see xref:../../serverless/functions/serverless-functions-accessing-secrets-configmaps.adoc#serverless-functions-accessing-secrets-configmaps[Accessing secrets and config maps from Serverless functions].
2525
* For more information on the `scale` set of options, see the link:https://knative.dev/docs/serving/autoscaling/[Knative documentation on Autoscaling].
26-
* For more information on the `resources` set of options, see the https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[Kubernetes documentation on managing resources for containers] and the https://knative.dev/docs/serving/autoscaling/concurrency/[Knative documentation on configuring concurrency].
26+
* For more information on the `resources` set of options, see the link:https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[Kubernetes documentation on managing resources for containers] and the link:https://knative.dev/docs/serving/autoscaling/concurrency/[Knative documentation on configuring concurrency].

0 commit comments

Comments
 (0)