mirror of
https://github.com/saltstack/salt.git
synced 2025-04-14 08:40:20 +00:00
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:
parent
bf26f62a25
commit
2e5ee583ab
3 changed files with 3 additions and 3 deletions
salt
|
@ -28,7 +28,7 @@ __virtualname__ = "pushover"
|
|||
__deprecated__ = (
|
||||
3009,
|
||||
"pushover",
|
||||
"https://github.com/saltstack/saltext-pushover",
|
||||
"https://github.com/salt-extensions/saltext-pushover",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -94,7 +94,7 @@ __virtualname__ = "pushover"
|
|||
__deprecated__ = (
|
||||
3009,
|
||||
"pushover",
|
||||
"https://github.com/saltstack/saltext-pushover",
|
||||
"https://github.com/salt-extensions/saltext-pushover",
|
||||
)
|
||||
|
||||
|
||||
|
|
|
@ -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",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue