Skip to content

Commit

Permalink
Fixes #707 bad docuentation URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Rawdon committed Jun 17, 2024
1 parent 637742c commit fc96a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions sh.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
http://amoffat.github.io/sh/
https://sh.readthedocs.io/en/latest/
https://github.com/amoffat/sh
"""
# ===============================================================================
# Copyright (C) 2011-2023 by Andrew Moffat
Expand Down Expand Up @@ -1094,7 +1095,7 @@ def fg_validator(passed_kwargs, merged_kwargs):
msg = """\
_fg is invalid with nearly every other option, see warning and workaround here:
https://amoffat.github.io/sh/sections/special_arguments.html#fg"""
https://sh.readthedocs.io/en/latest/sections/special_arguments.html#fg"""
allowlist = {"env", "fg", "cwd", "ok_code"}
offending = set(passed_kwargs.keys()) - allowlist

Expand Down

0 comments on commit fc96a1b

Please sign in to comment.