Fix saltext vault/pushover docs

* the correct organization is `salt-extensions`, not `saltstack`
* the release file is strict GitHub-flavoured Markdown only
This commit is contained in:
jeanluc 2023-12-18 11:13:51 +01:00 committed by Daniel Wozniak
parent bf26f62a25
commit 2e5ee583ab
3 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ __virtualname__ = "pushover"
__deprecated__ = (
3009,
"pushover",
"https://github.com/saltstack/saltext-pushover",
"https://github.com/salt-extensions/saltext-pushover",
)

View file

@ -94,7 +94,7 @@ __virtualname__ = "pushover"
__deprecated__ = (
3009,
"pushover",
"https://github.com/saltstack/saltext-pushover",
"https://github.com/salt-extensions/saltext-pushover",
)

View file

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