summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Church <amphetamachine@gmail.com>2022-09-14 15:46:51 -0500
committerDan Church <amphetamachine@gmail.com>2022-09-14 15:46:51 -0500
commit385ec8765795f3a4712135b4e4925360b87deed5 (patch)
tree4bc1c592902421eb586f391831a9e2287897863b
parentabc03c509fe8faae546eaf76a37ef47389ecbecc (diff)
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")])