Skip to content

Commit 6a2842a

Browse files
committed
Fix markdown typos and update links
1 parent 406e328 commit 6a2842a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+462
-430
lines changed

content/admin/configuration/listen-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ This option specifies the maximum number of elements in the queue of
191191
[`ejabberd_service`](listen.md#ejabberd_service)
192192
and [`ejabberd_c2s`](listen.md#ejabberd_c2s)
193193
listeners, or also globally for
194-
[`ejabberd_s2s_out`](listen.md#ejabberd_s2s_out).
194+
`ejabberd_s2s_out`.
195195
If the option is not specified for
196196
`ejabberd_service` or `ejabberd_c2s` listeners, the globally
197197
configured value is used. The allowed values are integers and

content/admin/configuration/listen.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ General listen options supported:
5757
[starttls](listen-options.md#starttls),
5858
[starttls_required](listen-options.md#starttls_required),
5959
[tls](listen-options.md#tls),
60-
[tls_compression](listen-options.md#tls-compression),
60+
[tls_compression](listen-options.md#tls_compression),
6161
[tls_verify](listen-options.md#tls_verify),
6262
[zlib](listen-options.md#zlib).
6363
@@ -79,7 +79,7 @@ General listen options supported:
7979
[send_timeout](listen-options.md#send_timeout),
8080
[shaper](listen-options.md#shaper),
8181
[tls](listen-options.md#tls),
82-
[tls_compression](listen-options.md#tls-compression).
82+
[tls_compression](listen-options.md#tls_compression).
8383
8484
## ejabberd_service
8585
@@ -101,9 +101,9 @@ General listen options supported:
101101
[protocol_options](listen-options.md#protocol_options),
102102
[send_timeout](listen-options.md#send_timeout),
103103
[shaper](listen-options.md#shaper),
104-
[shaper_rule](listen-options.md#shaper-rule),
104+
[shaper_rule](listen-options.md#shaper_rule),
105105
[tls](listen-options.md#tls),
106-
[tls_compression](listen-options.md#tls-compression).
106+
[tls_compression](listen-options.md#tls_compression).
107107
108108
## mod_mqtt
109109
@@ -352,7 +352,7 @@ Options:
352352
[send_timeout](listen-options.md#send_timeout),
353353
[tag](listen-options.md#tag),
354354
[tls](listen-options.md#tls),
355-
[tls_compression](listen-options.md#tls-compression),
355+
[tls_compression](listen-options.md#tls_compression),
356356
and the [trusted_proxies](toplevel.md#trusted_proxies) top-level option.
357357

358358
### ejabberd_http_ws
@@ -403,7 +403,7 @@ ejabberd [21.12](../../archive/21.12/index.md) release notes.
403403
### ejabberd_xmlrpc
404404

405405
Handles XML-RPC requests to execute
406-
[ejabberd commands](../guide/managing.md#ejabberd_commands).
406+
[API commands](../../developer/ejabberd-api/admin-api.md).
407407
It is configured as a request handler in
408408
[ejabberd_http](#ejabberd_http).
409409

content/admin/guide/managing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ available parameters are:
7070
7171
If there is an ejabberd server running in the system, `ejabberdctl`
7272
shows the `ejabberdctl commands` described below and all the
73-
`ejabberd commands` available in that server (see
74-
[List of ejabberd Commands](./managing.md#list-of-ejabberd-commands)).
73+
`API commands` available in that server (see the
74+
[full list of API Commands](../../developer/ejabberd-api/admin-api.md)).
7575
7676
The `ejabberdctl commands` are:
7777
@@ -425,14 +425,14 @@ NEWFILE=/tmp/new.backup
425425
```
426426
427427
6. Convert the backup to new node name using
428-
[mnesia_change_nodename](../../developer/ejabberd-api/admin-api.md/#mnesia-change-nodename):
428+
[mnesia_change_nodename](../../developer/ejabberd-api/admin-api.md/#mnesia_change_nodename):
429429
430430
``` sh
431431
ejabberdctl mnesia_change_nodename $OLDNODE $NEWNODE $OLDFILE $NEWFILE
432432
```
433433
434434
7. Install the backup file as a fallback using
435-
[install_fallback](../../developer/ejabberd-api/admin-api.md#install-fallback):
435+
[install_fallback](../../developer/ejabberd-api/admin-api.md#install_fallback):
436436
437437
``` sh
438438
ejabberdctl install_fallback $NEWFILE

content/archive/20.04/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section contains some archived sections for ejabberd 20.04.
44

55
If you are upgrading ejabberd from a previous release, you can check:
66

7-
* [Specific version upgrade notes](../../admin/upgrade/index.md#specific_version_upgrade_notes)
7+
* [Specific version upgrade notes](../../admin/upgrade/index.md#specific-version-upgrade-notes)
88
* [ejabberd 20.04 release announcement](https://www.process-one.net/blog/ejabberd-20-04/)
99
* [Docs Github Compare from 20.03](https://github.com/processone/docs.ejabberd.im/compare/20.03..20.04)
1010
* [ejabberd Github Compare from 20.03](https://github.com/processone/ejabberd/compare/20.03..20.04)

content/archive/20.04/listen-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This option specifies the maximum number of elements in the queue of
127127
[`ejabberd_service`](listen.md#ejabberd_service)
128128
and [`ejabberd_c2s`](listen.md#ejabberd_c2s)
129129
listeners, or also globally for
130-
[`ejabberd_s2s_out`](listen.md#ejabberd_s2s-out).
130+
`ejabberd_s2s_out`.
131131
If the option is not specified for
132132
`ejabberd_service` or `ejabberd_c2s` listeners, the globally
133133
configured value is used. The allowed values are integers and

content/archive/20.04/listen.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Options:
8181
[starttls](listen-options.md#starttls),
8282
[starttls_required](listen-options.md#starttls_required),
8383
[tls](listen-options.md#tls),
84-
[tls_compression](listen-options.md#tls-compression),
84+
[tls_compression](listen-options.md#tls_compression),
8585
[tls_verify](listen-options.md#tls_verify),
8686
[zlib](listen-options.md#zlib).
8787

@@ -98,7 +98,7 @@ Options:
9898
[protocol_options](listen-options.md#protocol_options),
9999
[shaper](listen-options.md#shaper),
100100
[tls](listen-options.md#tls),
101-
[tls_compression](listen-options.md#tls-compression).
101+
[tls_compression](listen-options.md#tls_compression).
102102

103103
### ejabberd_service
104104

@@ -121,9 +121,9 @@ Options:
121121
[password](listen-options.md#password),
122122
[protocol_options](listen-options.md#protocol_options),
123123
[shaper](listen-options.md#shaper),
124-
[shaper_rule](listen-options.md#shaper-rule),
124+
[shaper_rule](listen-options.md#shaper_rule),
125125
[tls](listen-options.md#tls),
126-
[tls_compression](listen-options.md#tls-compression).
126+
[tls_compression](listen-options.md#tls_compression).
127127

128128
### ejabberd_sip
129129

@@ -173,7 +173,7 @@ With the proper request handlers configured, this serves HTTP services like
173173
[Fileserver](modules.md#mod_http_fileserver),
174174
[OAuth](../../developer/ejabberd-api/oauth.md),
175175
[Upload](modules.md#mod_http_upload),
176-
[WebAdmin](../../admin/guide/managing.md#web_admin),
176+
[WebAdmin](../../admin/guide/managing.md#web-admin),
177177
[WebSocket](listen.md#ejabberd_http_ws),
178178
[XMP-RPC](listen.md#ejabberd_xmlrpc).
179179

@@ -186,7 +186,7 @@ Options:
186186
[request_handlers](listen-options.md#request_handlers),
187187
[tag](listen-options.md#tag),
188188
[tls](listen-options.md#tls),
189-
[tls_compression](listen-options.md#tls-compression),
189+
[tls_compression](listen-options.md#tls_compression),
190190
and the [trusted_proxies](toplevel.md#trusted_proxies) top-level option.
191191

192192
### mod_mqtt
@@ -429,7 +429,7 @@ A test client can be found on Github: [Websocket test client](https://github.com
429429
## ejabberd_xmlrpc
430430

431431
Handles XML-RPC requests to execute
432-
[ejabberd commands](../../admin/guide/managing.md#ejabberd_commands).
432+
[API commands](../../developer/ejabberd-api/admin-api.md).
433433
It is configured as a request handler in
434434
[ejabberd_http](listen.md#ejabberd_http).
435435

@@ -502,7 +502,7 @@ It's possible to use OAuth for authentication instead of plain password, see
502502

503503
In ejabberd 20.03 and older, it was possible to configure `ejabberd_xmlrpc` as a
504504
listener, see the old document for reference and example configuration:
505-
[Listening Module](../old.md#listening_module).
505+
[Listening Ports](../old.md#listening-ports).
506506

507507
Just for reference, there's also the old
508508
[`ejabberd_xmlrpc documentation`](https://ejabberd.im/ejabberd_xmlrpc).
@@ -529,7 +529,7 @@ For example, the following simple configuration defines:
529529
service.
530530

531531
- Port 5281 listens for HTTP requests, using HTTPS to serve HTTP-Bind
532-
(BOSH) and the Web Admin as explained in [Managing: Web Admin](../../admin/guide/managing.md#web_admin). The
532+
(BOSH) and the Web Admin as explained in [Managing: Web Admin](../../admin/guide/managing.md#web-admin). The
533533
socket only listens connections to the IP address 127.0.0.1.
534534

535535
``` yaml
@@ -603,7 +603,7 @@ In this example, the following configuration defines that:
603603

604604
- Port 5280 is serving the Web Admin and the HTTP-Bind (BOSH) service in
605605
all the IPv4 addresses. Note that it is also possible to serve them
606-
on different ports. The second example in section [Managing: Web Admin](../../admin/guide/managing.md#web_admin) shows
606+
on different ports. The second example in section [Managing: Web Admin](../../admin/guide/managing.md#web-admin) shows
607607
how exactly this can be done. A request handler to serve MQTT over Websocket is also defined.
608608

609609
- All users except for the administrators have a traffic of limit

content/archive/20.04/modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2753,11 +2753,11 @@ password in multiple places.
27532753
- Connection parameters: The module also accepts the connection
27542754
parameters, all of which default to the top-level parameter of the
27552755
same name, if unspecified. See [LDAP
2756-
Connection](../../admin/configuration/ldap.md#ldap_connection) section for
2756+
Connection](../../admin/configuration/ldap.md#ldap-connection) section for
27572757
more information about them.
27582758

27592759
Check also the [Configuration
2760-
examples](../../admin/configuration/ldap.md#configuration_examples) section to
2760+
examples](../../admin/configuration/ldap.md#configuration-examples) section to
27612761
get details about retrieving the roster, and configuration examples
27622762
including Flat DIT and Deep DIT.
27632763

@@ -2834,7 +2834,7 @@ section Filters.
28342834
- __ldap\_memberattr\_format\_re__
28352835
A regex for extracting user ID from the value of the attribute named by
28362836
*ldap\_memberattr*. Check the LDAP [Control
2837-
Parameters](../../admin/configuration/ldap.md#control_parameters) section.
2837+
Parameters](../../admin/configuration/ldap.md#control-parameters) section.
28382838

28392839
- __ldap\_password__
28402840
Same as top-level *ldap\_password* option, but applied to this module

content/archive/20.07/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This section contains some archived sections for ejabberd 20.07.
44

55
If you are upgrading ejabberd from a previous release, you can check:
66

7-
* [Specific version upgrade notes](../../admin/upgrade/index.md#specific_version_upgrade_notes)
7+
* [Specific version upgrade notes](../../admin/upgrade/index.md#specific-version-upgrade-notes)
88
* [ejabberd 20.07 release announcement](https://www.process-one.net/blog/ejabberd-20-07/)
99
* [Docs Github Compare from 20.04](https://github.com/processone/docs.ejabberd.im/compare/20.04..20.07)
1010
* [ejabberd Github Compare from 20.04](https://github.com/processone/ejabberd/compare/20.04..20.07)

content/archive/20.07/listen-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This option specifies the maximum number of elements in the queue of
127127
[`ejabberd_service`](listen.md#ejabberd_service)
128128
and [`ejabberd_c2s`](listen.md#ejabberd_c2s)
129129
listeners, or also globally for
130-
[`ejabberd_s2s_out`](listen.md#ejabberd_s2s-out).
130+
`ejabberd_s2s_out`.
131131
If the option is not specified for
132132
`ejabberd_service` or `ejabberd_c2s` listeners, the globally
133133
configured value is used. The allowed values are integers and

content/archive/20.07/listen.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Options:
8383
[starttls](listen-options.md#starttls),
8484
[starttls_required](listen-options.md#starttls_required),
8585
[tls](listen-options.md#tls),
86-
[tls_compression](listen-options.md#tls-compression),
86+
[tls_compression](listen-options.md#tls_compression),
8787
[tls_verify](listen-options.md#tls_verify),
8888
[zlib](listen-options.md#zlib).
8989

@@ -100,7 +100,7 @@ Options:
100100
[protocol_options](listen-options.md#protocol_options),
101101
[shaper](listen-options.md#shaper),
102102
[tls](listen-options.md#tls),
103-
[tls_compression](listen-options.md#tls-compression).
103+
[tls_compression](listen-options.md#tls_compression).
104104

105105
## ejabberd_service
106106

@@ -123,9 +123,9 @@ Options:
123123
[password](listen-options.md#password),
124124
[protocol_options](listen-options.md#protocol_options),
125125
[shaper](listen-options.md#shaper),
126-
[shaper_rule](listen-options.md#shaper-rule),
126+
[shaper_rule](listen-options.md#shaper_rule),
127127
[tls](listen-options.md#tls),
128-
[tls_compression](listen-options.md#tls-compression).
128+
[tls_compression](listen-options.md#tls_compression).
129129

130130
## ejabberd_sip
131131

@@ -175,7 +175,7 @@ With the proper request handlers configured, this serves HTTP services like
175175
[Fileserver](modules.md#mod_http_fileserver),
176176
[OAuth](../../developer/ejabberd-api/oauth.md),
177177
[Upload](modules.md#mod_http_upload),
178-
[WebAdmin](../../admin/guide/managing.md#web_admin),
178+
[WebAdmin](../../admin/guide/managing.md#web-admin),
179179
[WebSocket](listen.md#ejabberd_http_ws),
180180
[XMP-RPC](listen.md#ejabberd_xmlrpc).
181181

@@ -188,7 +188,7 @@ Options:
188188
[request_handlers](listen-options.md#request_handlers),
189189
[tag](listen-options.md#tag),
190190
[tls](listen-options.md#tls),
191-
[tls_compression](listen-options.md#tls-compression),
191+
[tls_compression](listen-options.md#tls_compression),
192192
and the [trusted_proxies](toplevel.md#trusted_proxies) top-level option.
193193

194194
## mod_mqtt
@@ -435,7 +435,7 @@ A test client can be found on Github: [Websocket test client](https://github.com
435435
# ejabberd_xmlrpc
436436

437437
Handles XML-RPC requests to execute
438-
[ejabberd commands](../../admin/guide/managing.md#ejabberd_commands).
438+
[API commands](../../developer/ejabberd-api/admin-api.md).
439439
It is configured as a request handler in
440440
[ejabberd_http](listen.md#ejabberd_http).
441441

@@ -508,7 +508,7 @@ It's possible to use OAuth for authentication instead of plain password, see
508508

509509
In ejabberd 20.03 and older, it was possible to configure `ejabberd_xmlrpc` as a
510510
listener, see the old document for reference and example configuration:
511-
[Listening Module](../old.md#listening_module).
511+
[Listening Ports](../old.md#listening-ports).
512512

513513
Just for reference, there's also the old
514514
[`ejabberd_xmlrpc documentation`](http://www.ejabberd.im/ejabberd_xmlrpc).
@@ -535,7 +535,7 @@ For example, the following simple configuration defines:
535535
service.
536536

537537
- Port 5281 listens for HTTP requests, using HTTPS to serve HTTP-Bind
538-
(BOSH) and the Web Admin as explained in [Managing: Web Admin](../../admin/guide/managing.md#web_admin). The
538+
(BOSH) and the Web Admin as explained in [Managing: Web Admin](../../admin/guide/managing.md#web-admin). The
539539
socket only listens connections to the IP address 127.0.0.1.
540540

541541
``` yaml
@@ -609,7 +609,7 @@ In this example, the following configuration defines that:
609609

610610
- Port 5280 is serving the Web Admin and the HTTP-Bind (BOSH) service in
611611
all the IPv4 addresses. Note that it is also possible to serve them
612-
on different ports. The second example in section [Managing: Web Admin](../../admin/guide/managing.md#web_admin) shows
612+
on different ports. The second example in section [Managing: Web Admin](../../admin/guide/managing.md#web-admin) shows
613613
how exactly this can be done. A request handler to serve MQTT over Websocket is also defined.
614614

615615
- All users except for the administrators have a traffic of limit

0 commit comments

Comments
 (0)