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", )