From 2e5ee583ab36436b0c26623938fb38931edbcba7 Mon Sep 17 00:00:00 2001 From: jeanluc Date: Mon, 18 Dec 2023 11:13:51 +0100 Subject: [PATCH] Fix saltext vault/pushover docs * the correct organization is `salt-extensions`, not `saltstack` * the release file is strict GitHub-flavoured Markdown only --- salt/modules/pushover_notify.py | 2 +- salt/returners/pushover_returner.py | 2 +- salt/states/pushover.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/modules/pushover_notify.py b/salt/modules/pushover_notify.py index ceab51c655e..a3448b80dcc 100644 --- a/salt/modules/pushover_notify.py +++ b/salt/modules/pushover_notify.py @@ -28,7 +28,7 @@ __virtualname__ = "pushover" __deprecated__ = ( 3009, "pushover", - "https://github.com/saltstack/saltext-pushover", + "https://github.com/salt-extensions/saltext-pushover", ) diff --git a/salt/returners/pushover_returner.py b/salt/returners/pushover_returner.py index f3cd867deab..cb590edfad0 100644 --- a/salt/returners/pushover_returner.py +++ b/salt/returners/pushover_returner.py @@ -94,7 +94,7 @@ __virtualname__ = "pushover" __deprecated__ = ( 3009, "pushover", - "https://github.com/saltstack/saltext-pushover", + "https://github.com/salt-extensions/saltext-pushover", ) diff --git a/salt/states/pushover.py b/salt/states/pushover.py index 5b44542439f..46c9150b822 100644 --- a/salt/states/pushover.py +++ b/salt/states/pushover.py @@ -30,7 +30,7 @@ The api key can be specified in the master or minion configuration like below: __deprecated__ = ( 3009, "pushover", - "https://github.com/saltstack/saltext-pushover", + "https://github.com/salt-extensions/saltext-pushover", )