Skip to content

Commit ab0e25b

Browse files
Don't link to development version of ThinLinc docs
Also fix anchor TAG typo so that the network doc link actually links to the NAT section.
1 parent 6110f25 commit ab0e25b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,23 +75,23 @@ thinlinc_webaccess_port: 443
7575
7676
The port on which the ThinLinc Web Access service listens on. See
7777
[the documentation for this
78-
parameter](https://www.cendio.com/resources/docs/tag-devel/html/config_webaccess.html#server-config-webaccess-listen_port).
78+
parameter](https://www.cendio.com/resources/docs/tag/config_webaccess.html#server-config-webaccess-listen_port).
7979
8080
```yaml
8181
thinlinc_webaccess_login_page: "tl-master-01.example.com"
8282
```
8383
8484
The URL to the login page of ThinLinc Web Access on the master server.
8585
See [the documentation for this
86-
parameter](https://www.cendio.com/resources/docs/tag-devel/html/config_webaccess.html#server-config-webaccess-login_page).
86+
parameter](https://www.cendio.com/resources/docs/tag/config_webaccess.html#server-config-webaccess-login_page).
8787
8888
```yaml
8989
thinlinc_webadm_port: 1010
9090
```
9191
9292
The port on which the ThinLinc Web Administration service listens on. See
9393
[the documentation for this
94-
parameter](https://www.cendio.com/resources/docs/tag-devel/html/config_tlwebadm.html#server-config-tlwebadm-listen_port).
94+
parameter](https://www.cendio.com/resources/docs/tag/config_tlwebadm.html#server-config-tlwebadm-listen_port).
9595
9696
```yaml
9797
thinlinc_webadm_password: "$6$7cc31a35e02e55ec$hm.1MsloeBJqNKljx9RH88Z/eRKZCka5ZlabkZGj0nYXh0IaxaiYucsDD.fGJ5sNPthWf63pXkCn9Nu0ua2Ye1"
@@ -100,15 +100,15 @@ thinlinc_webadm_password: "$6$7cc31a35e02e55ec$hm.1MsloeBJqNKljx9RH88Z/eRKZCka5Z
100100
ThinLinc Web Administration password. This default password is
101101
"thinlinc". Generate new hashes with `/opt/thinlinc/sbin/tl-gen-auth`.
102102
See [the documentation for this
103-
parameter](https://www.cendio.com/resources/docs/tag-devel/html/config_tlwebadm.html#server-config-tlwebadm-password).
103+
parameter](https://www.cendio.com/resources/docs/tag/config_tlwebadm.html#server-config-tlwebadm-password).
104104

105105
```yaml
106106
thinlinc_agent_hostname: null
107107
```
108108

109109
This allows you to modify the hostname reported by the agent server to
110110
the client on connecting. See [ThinLinc in a NAT/Split-DNS
111-
Environment](https://www.cendio.com/resources/docs/tag/network.html#network_nat)
111+
Environment](https://www.cendio.com/resources/docs/tag/network.html#network-nat)
112112
for details.
113113

114114
Setting `thinlinc_agent_hostname` to null sets this parameter to `ansible_fqdn`.

0 commit comments

Comments
 (0)