Skip to content

Commit ec9d944

Browse files
authored
Merge pull request #3 from ansibleguy/docs-links
update docs links
2 parents 72e1c71 + 4b92714 commit ec9d944

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ See: [Docs](https://systemd.ansibleguy.net)
4343

4444
[![Docs Uptime](https://status.oxl.at/api/v1/endpoints/4--ansibleguy_ansible-collection---systemd-documentation/uptimes/7d/badge.svg)](https://status.oxl.at/endpoints/4--ansibleguy_ansible-collection---systemd-documentation)
4545

46+
[Alternative Link](https://systemd-ansible.readthedocs.io/)
47+
4648
You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/ansibleguy/webui)
4749

4850
----
@@ -52,4 +54,4 @@ You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/a
5254

5355
| Function | Module | Usage |
5456
|:------------|:---------------------------|:----------------------------------------------------------------------|
55-
| **Journal** | ansibleguy.systemd.journal | [Docs](https://systemd.ansibleguy.net/en/latest/modules/journal.html) |
57+
| **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)