From f246f970b3f7b480deabc1473073f3471e8b759a Mon Sep 17 00:00:00 2001 From: Ondro Mihalyi Date: Tue, 21 Feb 2023 23:01:14 +0100 Subject: [PATCH] #24303 Fix malformed link: links Signed-off-by:Ondro Mihalyi --- .../src/main/asciidoc/adding-configuration-data.adoc | 2 +- .../src/main/asciidoc/adding-monitoring-capabilities.adoc | 4 ++-- .../src/main/asciidoc/general-administration.adoc | 2 +- docs/administration-guide/src/main/asciidoc/jdbc.adoc | 2 +- docs/administration-guide/src/main/asciidoc/jms.adoc | 2 +- docs/administration-guide/src/main/asciidoc/jndi.adoc | 4 ++-- .../src/main/asciidoc/lifecycle-modules.adoc | 2 +- docs/administration-guide/src/main/asciidoc/overview.adoc | 2 +- .../src/main/asciidoc/dd-elements.adoc | 2 +- .../src/main/asciidoc/ejb.adoc | 2 +- .../src/main/asciidoc/webservices.adoc | 2 +- docs/ha-administration-guide/src/main/asciidoc/nodes.adoc | 6 +++--- .../src/main/asciidoc/session-persistence-and-failover.adoc | 2 +- 13 files changed, 17 insertions(+), 17 deletions(-) diff --git a/docs/add-on-component-development-guide/src/main/asciidoc/adding-configuration-data.adoc b/docs/add-on-component-development-guide/src/main/asciidoc/adding-configuration-data.adoc index 82db10233e0..e88e721084e 100644 --- a/docs/add-on-component-development-guide/src/main/asciidoc/adding-configuration-data.adoc +++ b/docs/add-on-component-development-guide/src/main/asciidoc/adding-configuration-data.adoc @@ -647,7 +647,7 @@ import org.jvnet.hk2.config.TransactionFailure; === Dotted Names and REST URLs of Configuration Attributes The {productName} administrative subcommands link:reference-manual/get.html#get[`get`], -link:reference-manual/list.html#list[`list`], and olink:GSRFM00226[`set`] locate a +link:reference-manual/list.html#list[`list`], and link:GSRFM00226[`set`] locate a configuration attribute through the dotted name of the attribute. The dotted name of an attribute of a configuration element is as follows: diff --git a/docs/add-on-component-development-guide/src/main/asciidoc/adding-monitoring-capabilities.adoc b/docs/add-on-component-development-guide/src/main/asciidoc/adding-monitoring-capabilities.adoc index b89b5a87b20..1f5a36cd8ab 100644 --- a/docs/add-on-component-development-guide/src/main/asciidoc/adding-monitoring-capabilities.adoc +++ b/docs/add-on-component-development-guide/src/main/asciidoc/adding-monitoring-capabilities.adoc @@ -414,7 +414,7 @@ To enable system administrators to access statistics for all components in the same way, you must provide statistics for an add-on component by updating the monitorable object tree. Statistics for the add-on component are then available through the {productName} administrative -commands link:reference-manual/get.html#get[`get`], olink:GSRFM00145[`list`], and +commands link:reference-manual/get.html#get[`get`], link:GSRFM00145[`list`], and link:reference-manual/set.html#set[`set`]. These commands locate an object in the tree through the object's dotted name. @@ -803,7 +803,7 @@ public class TransactionManagerImpl { === Dotted Names and REST URLs for an Add-On Component's Statistics The {productName} administrative subcommands link:reference-manual/get.html#get[`get`], -link:reference-manual/list.html#list[`list`], and olink:GSRFM00226[`set`] locate a statistic +link:reference-manual/list.html#list[`list`], and link:GSRFM00226[`set`] locate a statistic through the dotted name of the statistic. The dotted name of a statistic for an add-on component is determined from the registration of the event listener that defines the statistic as follows: diff --git a/docs/administration-guide/src/main/asciidoc/general-administration.adoc b/docs/administration-guide/src/main/asciidoc/general-administration.adoc index a5bb4b651b9..7b5f92f4021 100644 --- a/docs/administration-guide/src/main/asciidoc/general-administration.adoc +++ b/docs/administration-guide/src/main/asciidoc/general-administration.adoc @@ -1299,7 +1299,7 @@ Each `POST` method and `DELETE` method that a REST resource supports has an equivalent `asadmin` subcommand. The parameters of a `POST` method or a `DELETE` method correspond to the options of the method's equivalent `asadmin` subcommand. For information about the options of `asadmin` -subcommand, see the olink:GSRFM[{productName} +subcommand, see the link:GSRFM[{productName} Reference Manual]. ==== diff --git a/docs/administration-guide/src/main/asciidoc/jdbc.adoc b/docs/administration-guide/src/main/asciidoc/jdbc.adoc index ec2f1956ff2..1531cb77c32 100644 --- a/docs/administration-guide/src/main/asciidoc/jdbc.adoc +++ b/docs/administration-guide/src/main/asciidoc/jdbc.adoc @@ -459,7 +459,7 @@ for the pool, and restores the pool to its steady pool size. 1. Ensure that the server is running. Remote subcommands require a running server. 2. Reset a connection pool by using -theolink:GSRFM00135[`flush-connection-pool`] subcommand. +the link:GSRFM00135[`flush-connection-pool`] subcommand. [[gjirk]] Example 11-6 Resetting (Flushing) a Connection Pool diff --git a/docs/administration-guide/src/main/asciidoc/jms.adoc b/docs/administration-guide/src/main/asciidoc/jms.adoc index d3e4357aff7..fe8166f82ae 100644 --- a/docs/administration-guide/src/main/asciidoc/jms.adoc +++ b/docs/administration-guide/src/main/asciidoc/jms.adoc @@ -617,7 +617,7 @@ To specify the `addresslist` property (in the format `asadmin create-jms-resource` command, escape the : by using `\\`. For example, `host1\\:mqport,host2\\:mqport,host3\\:mpqport`. For more information about using escape characters, see the -olink:asadmin[`asadmin`(1M)] help page. +link:asadmin[`asadmin`(1M)] help page. ==== diff --git a/docs/administration-guide/src/main/asciidoc/jndi.adoc b/docs/administration-guide/src/main/asciidoc/jndi.adoc index ef92e70065d..eb4292dba58 100644 --- a/docs/administration-guide/src/main/asciidoc/jndi.adoc +++ b/docs/administration-guide/src/main/asciidoc/jndi.adoc @@ -348,7 +348,7 @@ existing JNDI resources. 1. Ensure that the server is running. Remote subcommands require a running server. 2. List the existing JNDI resources by using -theolink:GSRFM00179[`list-jndi-resources`] subcommand. +the link:GSRFM00179[`list-jndi-resources`] subcommand. [[giwbe]] Example 18-6 Listing JNDI Resources @@ -405,7 +405,7 @@ typing `asadmin help list-jndi-entries` at the command line. ===== To Update an External JNDI Resource 1. List the existing JNDI resources by using -theolink:GSRFM00179[`list-jndi-resources`] subcommand. +the link:GSRFM00179[`list-jndi-resources`] subcommand. 2. Use the link:reference-manual/set.html#set[`set`] subcommand to modify an external JNDI resource. diff --git a/docs/administration-guide/src/main/asciidoc/lifecycle-modules.adoc b/docs/administration-guide/src/main/asciidoc/lifecycle-modules.adoc index 692a5e69305..b224b0269f8 100644 --- a/docs/administration-guide/src/main/asciidoc/lifecycle-modules.adoc +++ b/docs/administration-guide/src/main/asciidoc/lifecycle-modules.adoc @@ -159,7 +159,7 @@ applications.application.sampleLCMmodule.property.classpath=/build/lcm.jar applications.application.sampleLCMmodule.property.is-failure-fatal=false applications.application.sampleLCMmodule.property.isLifecycle=true ---- -2. Update a life cycle module by using the olink:GSRFM00226[`set`] +2. Update a life cycle module by using the link:GSRFM00226[`set`] subcommand. 3. Restart the server for your changes to take effect. + diff --git a/docs/administration-guide/src/main/asciidoc/overview.adoc b/docs/administration-guide/src/main/asciidoc/overview.adoc index bd6aac36937..ca9102d30bc 100644 --- a/docs/administration-guide/src/main/asciidoc/overview.adoc +++ b/docs/administration-guide/src/main/asciidoc/overview.adoc @@ -603,7 +603,7 @@ To avoid this situation, do one of the following: * Enable secure admin so that what {productName} interprets as a remote request is accepted as such. -To enable secure admin, see "olink:GSSCG00039[Managing Administrative +To enable secure admin, see "link:GSSCG00039[Managing Administrative Security]" in {productName} Security Guide. ==== diff --git a/docs/application-deployment-guide/src/main/asciidoc/dd-elements.adoc b/docs/application-deployment-guide/src/main/asciidoc/dd-elements.adoc index 491dfbfef60..7ea0735b60c 100644 --- a/docs/application-deployment-guide/src/main/asciidoc/dd-elements.adoc +++ b/docs/application-deployment-guide/src/main/asciidoc/dd-elements.adoc @@ -8781,7 +8781,7 @@ connection factories. When `resource-ref` specifies a JMS connection factory for the Open Message Queue, the `default-resource-principal` (name/password) must exist in the Message Queue user repository. Refer to the Security -Management chapter in the olink:GMADG[Open Message Queue Administration +Management chapter in the link:GMADG[Open Message Queue Administration Guide] for information on how to manage the Message Queue user repository. ==== diff --git a/docs/application-development-guide/src/main/asciidoc/ejb.adoc b/docs/application-development-guide/src/main/asciidoc/ejb.adoc index fa4201941a3..f8ea3b47790 100644 --- a/docs/application-development-guide/src/main/asciidoc/ejb.adoc +++ b/docs/application-development-guide/src/main/asciidoc/ejb.adoc @@ -1192,7 +1192,7 @@ select the Monitor tab. ==== Running monitoring when it is not needed might impact performance, so you might choose to turn monitoring off when it is not in use. For -details, see "olink:GSADG00011[Administering the Monitoring Service]" in +details, see "link:GSADG00011[Administering the Monitoring Service]" in {productName} Administration Guide. ==== diff --git a/docs/application-development-guide/src/main/asciidoc/webservices.adoc b/docs/application-development-guide/src/main/asciidoc/webservices.adoc index 53d284909a1..f6d4e696368 100644 --- a/docs/application-development-guide/src/main/asciidoc/webservices.adoc +++ b/docs/application-development-guide/src/main/asciidoc/webservices.adoc @@ -28,7 +28,7 @@ from the Update Tool. Without the Metro add-on component, a servlet or EJB component cannot be a web service endpoint, and the `glassfish-web.xml` and `glassfish-ejb-jar.xml` elements related to web services are ignored. For information about the Update Tool, see -"olink:GSADG00701[Update Tool]" in {productName} +"link:GSADG00701[Update Tool]" in {productName} Administration Guide. In addition, the as-install``/modules/webservices-osgi.jar`` and diff --git a/docs/ha-administration-guide/src/main/asciidoc/nodes.adoc b/docs/ha-administration-guide/src/main/asciidoc/nodes.adoc index d8513f7d482..43b10176571 100644 --- a/docs/ha-administration-guide/src/main/asciidoc/nodes.adoc +++ b/docs/ha-administration-guide/src/main/asciidoc/nodes.adoc @@ -310,7 +310,7 @@ following sections. ---- asadmin> list-nodes-dcom --long=true ---- -3. Run the olink:GSRFM00100[`delete-node-dcom`] subcommand. +3. Run the link:GSRFM00100[`delete-node-dcom`] subcommand. + [source] ---- @@ -612,7 +612,7 @@ following sections. ---- asadmin> list-nodes-ssh --long=true ---- -3. Run the olink:GSRFM00100[`delete-node-ssh`] subcommand. +3. Run the link:GSRFM00100[`delete-node-ssh`] subcommand. + [source] ---- @@ -837,7 +837,7 @@ Instance Locally]. ---- asadmin> list-nodes-config --long=true ---- -3. Run the olink:GSRFM00099[`delete-node-config`] subcommand. +3. Run the link:GSRFM00099[`delete-node-config`] subcommand. + [source] ---- diff --git a/docs/ha-administration-guide/src/main/asciidoc/session-persistence-and-failover.adoc b/docs/ha-administration-guide/src/main/asciidoc/session-persistence-and-failover.adoc index 77e880cc950..c04b4ae6f27 100644 --- a/docs/ha-administration-guide/src/main/asciidoc/session-persistence-and-failover.adoc +++ b/docs/ha-administration-guide/src/main/asciidoc/session-persistence-and-failover.adoc @@ -242,7 +242,7 @@ them by using the following command for each instance: asadmin> start-instance instance-name ---- -4. Use one of the following `asadmin` olink:GSRFM00226[`set`] +4. Use one of the following `asadmin` link:GSRFM00226[`set`] subcommands to enable availability for a specific cluster, or for a specific Web, EJB, or JMS container. * For a cluster as a whole