diff --git a/README.asciidoc b/README.asciidoc index 8f93af43d..e5bed3d25 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -1,5 +1,5 @@ = kitty - the fast, featureful, GPU based, terminal emulator -See https://sw.kovidgoyal.net/kitty +See https://sw.kovidgoyal.net/kitty/ image:https://circleci.com/gh/kovidgoyal/kitty.svg?style=svg["Build status", link="https://circleci.com/gh/kovidgoyal/kitty"] diff --git a/kitty/cli.py b/kitty/cli.py index 091db9e4e..00127552e 100644 --- a/kitty/cli.py +++ b/kitty/cli.py @@ -225,7 +225,7 @@ def get_defaults_from_seq(seq): to run inside :italic:`{appname}` as normal arguments following the :italic:`options`. For example: {appname} /bin/sh -For comprehensive documentation for kitty, please see: https://sw.kovidgoyal.net/kitty''').format(appname=appname) +For comprehensive documentation for kitty, please see: https://sw.kovidgoyal.net/kitty/''').format(appname=appname) def print_help_for_seq(seq, usage, message, appname): diff --git a/setup.py b/setup.py index 224231191..c0ce23555 100755 --- a/setup.py +++ b/setup.py @@ -757,7 +757,7 @@ def macos_info_plist(): NSRequiresAquaSystemAppearance='NO', NSHumanReadableCopyright=time.strftime( 'Copyright %Y, Kovid Goyal'), - CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://sw.kovidgoyal.net/kitty', + CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://sw.kovidgoyal.net/kitty/', CFBundleIconFile=appname + '.icns', NSHighResolutionCapable=True, NSSupportsAutomaticGraphicsSwitching=True,