diff --git a/README.md b/README.md index f911208..59b5713 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,8 @@ See: [Docs](https://systemd.ansibleguy.net) [![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) +[Alternative Link](https://systemd-ansible.readthedocs.io/) + You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/ansibleguy/webui) ---- @@ -52,4 +54,4 @@ You want a simple Ansible GUI? Check-out my [Ansible WebUI](https://github.com/a | Function | Module | Usage | |:------------|:---------------------------|:----------------------------------------------------------------------| -| **Journal** | ansibleguy.systemd.journal | [Docs](https://systemd.ansibleguy.net/en/latest/modules/journal.html) | +| **Journal** | ansibleguy.systemd.journal | [Docs](https://systemd.ansibleguy.net/modules/journal.html) | diff --git a/plugins/modules/journal.py b/plugins/modules/journal.py index 44f71ee..14cf413 100644 --- a/plugins/modules/journal.py +++ b/plugins/modules/journal.py @@ -8,8 +8,8 @@ from ansible.module_utils.basic import AnsibleModule -# DOCUMENTATION = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html' -# EXAMPLES = 'https://systemd.ansibleguy.net/en/latest/modules/journal.html' +# DOCUMENTATION = 'https://systemd.ansibleguy.net/modules/journal.html' +# EXAMPLES = 'https://systemd.ansibleguy.net/modules/journal.html' DEFAULT_BIN = '/usr/bin/journalctl'