Skip to content

Commit 67a8685

Browse files
authored
Merge pull request #60450 from gabriel-rh/SRVCOM-2431-transform-xrefs-to-links
SRVCOM-2431: transform xrefs to serverless content into links
2 parents 3651243 + 27eee77 commit 67a8685

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

applications/creating_applications/odc-creating-applications-using-developer-perspective.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The Managed services option is also available if the RHOAS Operator is installed
5050
* *Re-ordering of resources*: Use these resources to re-order pinned resources added to your navigation pane. The drag-and-drop icon is displayed on the left side of the pinned resource when you hover over it in the navigation pane. The dragged resource can be dropped only in the section where it resides.
5151
5252
ifdef::openshift-enterprise,openshift-webscale[]
53-
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the xref:../../cicd/pipelines/installing-pipelines.adoc#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], xref:../../serverless/install/install-serverless-operator.adoc#serverless-install-web-console_install-serverless-operator[{ServerlessOperatorName}], and xref:../../virt/install/installing-virt-web.adoc#virt-subscribing-to-the-catalog_installing-virt-web[OpenShift Virtualization Operator] are installed, respectively.
53+
Note that certain options, such as *Pipelines*, *Event Source*, and *Import Virtual Machines*, are displayed only when the xref:../../cicd/pipelines/installing-pipelines.adoc#op-installing-pipelines-operator-in-web-console_installing-pipelines[OpenShift Pipelines Operator], link:https://docs.openshift.com/serverless/1.28/install/install-serverless-operator.html#serverless-install-web-console_install-serverless-operator[{ServerlessOperatorName}], and xref:../../virt/install/installing-virt-web.adoc#virt-subscribing-to-the-catalog_installing-virt-web[OpenShift Virtualization Operator] are installed, respectively.
5454
endif::[]
5555

5656
[id="prerequisites_odc-creating-applications-using-developer-perspective"]
@@ -65,8 +65,8 @@ ifdef::openshift-enterprise,openshift-webscale[]
6565

6666
To create serverless applications, in addition to the preceding prerequisites, ensure that:
6767

68-
* You have xref:../../serverless/install/install-serverless-operator.adoc#install-serverless-operator[installed the {ServerlessOperatorName}].
69-
* You have xref:../../serverless/install/installing-knative-serving.adoc#installing-knative-serving[created a `KnativeServing` resource in the `knative-serving` namespace].
68+
* You have link:https://docs.openshift.com/serverless/1.28/install/install-serverless-operator.html#install-serverless-operator[installed the {ServerlessOperatorName}].
69+
* You have link:https://docs.openshift.com/serverless/1.28/install/installing-knative-serving.html#installing-knative-serving[created a `KnativeServing` resource in the `knative-serving` namespace].
7070

7171
endif::[]
7272

@@ -86,8 +86,8 @@ include::modules/odc-using-the-developer-catalog-to-add-services-or-components.a
8686
[id="additional-resources_odc-creating-applications-using-developer-perspective"]
8787
== Additional resources
8888

89-
* For more information about Knative routing settings for {ServerlessProductName}, see xref:../../serverless/knative-serving/external-ingress-routing/routing-overview.adoc#routing-overview[Routing].
90-
* For more information about domain mapping settings for {ServerlessProductName}, see xref:../../serverless/knative-serving/config-custom-domains/serverless-custom-domains.adoc#serverless-custom-domains[Configuring a custom domain for a Knative service].
91-
* For more information about Knative autoscaling settings for {ServerlessProductName}, see xref:../../serverless/knative-serving/autoscaling/serverless-autoscaling-developer.adoc#serverless-autoscaling-developer[Autoscaling].
89+
* For more information about Knative routing settings for {ServerlessProductName}, see link:https://docs.openshift.com/serverless/1.28/knative-serving/external-ingress-routing/routing-overview.html#routing-overview[Routing].
90+
* For more information about domain mapping settings for {ServerlessProductName}, see link:https://docs.openshift.com/serverless/1.28/knative-serving/config-custom-domains/serverless-custom-domains.html#serverless-custom-domains[Configuring a custom domain for a Knative service].
91+
* For more information about Knative autoscaling settings for {ServerlessProductName}, see link:https://docs.openshift.com/serverless/1.28/knative-serving/autoscaling/serverless-autoscaling-developer.html#serverless-autoscaling-developer[Autoscaling].
9292
* For more information about adding a new user to a project, see xref:../projects/working-with-projects.adoc#odc-providing-project-permissions-using-developer-perspective_projects[Working with projects].
9393
* For more information about creating a Helm Chart repository, see xref:../working_with_helm_charts/configuring-custom-helm-chart-repositories.adoc#odc-creating-helm-releases-using-developer-perspective_configuring-custom-helm-chart-repositories[Creating Helm Chart repositories].

cli_reference/kn-cli-tools.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Key features of the Knative CLI include:
2525
[id="kn-cli-tools-installing-kn"]
2626
== Installing the Knative CLI
2727

28-
See xref:../serverless/install/installing-kn.adoc#installing-kn[Installing the Knative CLI].
28+
See link:https://docs.openshift.com/serverless/1.28/install/installing-kn.html#installing-kn[Installing the Knative CLI].

hardware_enablement/kmm-kernel-module-management.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ include::modules/kmm-troubleshooting.adoc[leveloffset=+1]
8686
include::modules/kmm-must-gather-tool.adoc[leveloffset=+2]
8787
[role="_additional-resources"]
8888
.Additional resources
89-
* xref:../serverless/serverless-support.adoc#about-must-gather[About the must-gather tool]
89+
* xref:../support/gathering-cluster-data.adoc#about-must-gather_gathering-cluster-data[About the must-gather tool]
9090
9191
include::modules/kmm-gathering-data-for-kmm.adoc[leveloffset=+3]
9292
include::modules/kmm-gathering-data-for-kmm-hub.adoc[leveloffset=+3]

security/container_security/security-build.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ include::modules/security-build-knative.adoc[leveloffset=+1]
3535
* xref:../../cicd/builds/creating-build-inputs.adoc#builds-input-secrets-configmaps_creating-build-inputs[Input secrets and config maps]
3636
ifndef::openshift-origin[]
3737
// **This section is being moved, update the link once content is in.* add link here[The CI/CD methodology and practice]
38-
* xref:../../serverless/about/about-serverless.adoc#about-serverless[About OpenShift Serverless]
38+
* link:https://docs.openshift.com/serverless/1.28/about/about-serverless.html[OpenShift Serverless overview]
3939
endif::[]
4040
* xref:../../applications/odc-viewing-application-composition-using-topology-view.adoc#odc-viewing-application-composition-using-topology-view[Viewing application composition using the Topology view]

0 commit comments

Comments
 (0)