Skip to content

Commit 5e6135d

Browse files
committed
fix typo, leading / within links #1578
1 parent cad0d75 commit 5e6135d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/admin/backup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Selective Backup
1616
================
1717
If you want a backup of MoinMoin and your data, then backup the following:
1818

19-
* your data, ususlly everything under wiki/
19+
* your data, usually everything under wiki/
2020
* moin configuration, e.g. wikiconfig.py
2121
* logging configuration, e.g. logging.conf
2222
* moin deployment script, e.g. moin.wsgi

docs/admin/configure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ username (like with german umlauts or accented characters). If moin does not
564564
crash (log a Unicode Error), you have likely found the correct coding.
565565

566566
For users configuring GivenAuth on Apache, an example virtual host configuration
567-
is included at `/contrib/deployment/moin-http-basic-auth.conf`
567+
is included at `contrib/deployment/moin-http-basic-auth.conf`
568568

569569

570570
LDAPAuth
@@ -1518,7 +1518,7 @@ the following::
15181518
email_tracebacks = True
15191519

15201520

1521-
Please also check the logging configuration example in `/contrib/logging/email`.
1521+
Please also check the logging configuration example in `contrib/logging/email`.
15221522

15231523
User E-Mail Address Verification
15241524
--------------------------------

docs/admin/serve.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Continue reading here: https://flask.palletsprojects.com/deploying/
8787

8888
In case you run into trouble with deployment of the moin WSGI application,
8989
you can try a simpler WSGI app first. An example file is included at
90-
`/contrib/deployment/test.wsgi`.
90+
`contrib/deployment/test.wsgi`.
9191

9292
As long as you can't make `test.wsgi` work, the problem is not with
9393
moin, but rather with your web server and WSGI app deployment method.

0 commit comments

Comments
 (0)