Skip to content

Commit a3bb87c

Browse files
committed
Fix documentation links
1 parent 1e8e568 commit a3bb87c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

trento/adoc/trento-kubernetes-install.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ helm upgrade \
6969
----
7070
====
7171
+
72-
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
72+
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`\http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
7373

7474
[[sec-trento-install-trentoserver-on-k3s]]
7575
===== Installing {trserver} on K3s
@@ -149,7 +149,7 @@ watch kubectl get pods
149149
All pods must be in the ready and running state.
150150
+
151151
. Log out of the {trserver} host.
152-
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
152+
. To verify that the {trserver} installation was successful, open the URL of the {tr_web} (`\http://TRENTO_SERVER_HOSTNAME`) from a workstation on the {sap} administrator's LAN.
153153

154154
[[sec-trento-deploying-trento-on-selected-nodes]]
155155
===== Deploying {trserver} on selected nodes

trento/adoc/trento-mcp-host-others.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ When using this option, ensure your configuration file has appropriate permissio
7676

7777
[NOTE]
7878
====
79-
Replace `{tr_mcp_url_https}` with your actual {tr_mcp} endpoint URL from your installation.
79+
Replace `pass:a[{tr_mcp_url_https}]` with your actual {tr_mcp} endpoint URL from your installation.
8080
====
8181

8282
====== Client options

trento/adoc/trento-mcp-host-sles.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ mcpServers:
4646
- "Authorization: Bearer ${env://TRENTO_PAT}"
4747
----
4848

49-
* Replace `{tr_mcp_url_https}` with the actual URL where your {tr_mcp} is accessible:
50-
** For Kubernetes deployments with ingress, use the ingress URL (e.g., `{tr_mcp_url_https}`).
51-
** For local or development setups, use `http://localhost:{tr_mcp_default_port}/mcp` (adjust the port as needed).
49+
* Replace `pass:a[{tr_mcp_url_https}]` with the actual URL where your {tr_mcp} is accessible:
50+
** For Kubernetes deployments with ingress, use the ingress URL (e.g., `pass:a[{tr_mcp_url_https}]`).
51+
** For local or development setups, use `\http://localhost:{tr_mcp_default_port}/mcp` (adjust the port as needed).
5252
** The transport type is configured on the {tr_mcp}, if using Server-Sent Events (SSE) transport instead of the default streamable transport, change the path from `/mcp` to `/sse`.
5353
* If you configured a custom header name (using `HEADER_NAME` or `--header-name`), update `Authorization` accordingly.
5454

@@ -132,7 +132,7 @@ If you encounter issues connecting {mcp_host} to the {tr_mcp}:
132132
** Verify that the {tr_mcp} URL in `~/.mcphost.yml` is correct and accessible from your system.
133133
** Check if the {tr_mcp} is running by reviewing logs from your {trento} installation.
134134
** Ensure network connectivity and that any required firewall rules are in place.
135-
** Test basic connectivity: `curl -I {tr_mcp_url_https}`.
135+
** Test basic connectivity: `curl -I pass:a[{tr_mcp_url_https}]`.
136136

137137
* *Authentication errors*
138138
** Verify that your personal access token is valid by testing it directly with your {trento} Server API.

trento/adoc/trento-mcp-install-kubernetes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ helm upgrade --install trento-server oci://registry.suse.com/trento/trento-serve
110110
----
111111
====
112112

113-
The {tr_mcp} endpoint will be: `https://TRENTO_SERVER_HOSTNAME{tr_mcp_ingress_path}/mcp`
113+
The {tr_mcp} endpoint will be: `\https://TRENTO_SERVER_HOSTNAME{tr_mcp_ingress_path}/mcp`
114114

115115
[[mcp-adjust-log-verbosity]]
116116
====== Adjust Log Verbosity

0 commit comments

Comments
 (0)