summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2022-09-14 14:06:30 -0700
committerGitHub <noreply@github.com>2022-09-14 14:06:30 -0700
commit4a853e7df4a61bd54eb16de9e6239ac7bfa91505 (patch)
tree4bc1c592902421eb586f391831a9e2287897863b
parentabc03c509fe8faae546eaf76a37ef47389ecbecc (diff)
parent385ec8765795f3a4712135b4e4925360b87deed5 (diff)
Merge pull request #1368 from h3xx/fix-dead-link
Fix dead link
-rw-r--r--pgcli/pgstyle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcli/pgstyle.py b/pgcli/pgstyle.py
index 82290370..77874f40 100644
--- a/pgcli/pgstyle.py
+++ b/pgcli/pgstyle.py
@@ -83,7 +83,7 @@ def style_factory(name, cli_style):
logger.error("Unhandled style / class name: %s", token)
else:
# treat as prompt style name (2.0). See default style names here:
- # https://github.com/jonathanslenders/python-prompt-toolkit/blob/master/prompt_toolkit/styles/defaults.py
+ # https://github.com/prompt-toolkit/python-prompt-toolkit/blob/master/src/prompt_toolkit/styles/defaults.py
prompt_styles.append((token, cli_style[token]))
override_style = Style([("bottom-toolbar", "noreverse")])