Skip to content

Commit d531190

Browse files
committed
update docs links
1 parent 72e1c71 commit d531190

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/a
5252

5353
| Function | Module | Usage |
5454
|:------------|:---------------------------|:----------------------------------------------------------------------|
55-
| **Journal** | ansibleguy.systemd.journal | [Docs](https://systemd.ansibleguy.net/en/latest/modules/journal.html) |
55+
| **Journal** | ansibleguy.systemd.journal | [Docs](https://systemd.ansibleguy.net/modules/journal.html) |

plugins/modules/journal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
from ansible.module_utils.basic import AnsibleModule
1010

11-
# DOCUMENTATION = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html'
12-
# EXAMPLES = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html'
11+
# DOCUMENTATION = 'https://systemd.ansibleguy.net/modules/journal.html'
12+
# EXAMPLES = 'https://systemd.ansibleguy.net/modules/journal.html'
1313

1414
DEFAULT_BIN = '/usr/bin/journalctl'
1515

0 commit comments

Comments
 (0)