Skip to content

Commit

Permalink
eclipse-ee4j#24303 Fix malformed link: links
Browse files Browse the repository at this point in the history
Signed-off-by:Ondro Mihalyi <mihalyi@omnifish.ee>
  • Loading branch information
OndroMih committed Feb 21, 2023
1 parent fdfd8d1 commit f246f97
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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].
====

Expand Down
2 changes: 1 addition & 1 deletion docs/administration-guide/src/main/asciidoc/jdbc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/administration-guide/src/main/asciidoc/jms.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====


Expand Down
4 changes: 2 additions & 2 deletions docs/administration-guide/src/main/asciidoc/jndi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
+
Expand Down
2 changes: 1 addition & 1 deletion docs/administration-guide/src/main/asciidoc/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
====

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/ha-administration-guide/src/main/asciidoc/nodes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
----
Expand Down Expand Up @@ -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]
----
Expand Down Expand Up @@ -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]
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f246f97

Please sign in to comment.