Skip to content

Commit 9af4dc4

Browse files
committed
Merge branch 'redirect' of https://github.com/Luflosi/kitty
2 parents 6ddd751 + 6f6180c commit 9af4dc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= kitty - the fast, featureful, GPU based, terminal emulator
22

3-
See https://sw.kovidgoyal.net/kitty
3+
See https://sw.kovidgoyal.net/kitty/
44

55
image:https://circleci.com/gh/kovidgoyal/kitty.svg?style=svg["Build status", link="https://circleci.com/gh/kovidgoyal/kitty"]

kitty/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def get_defaults_from_seq(seq):
225225
to run inside :italic:`{appname}` as normal arguments following the :italic:`options`.
226226
For example: {appname} /bin/sh
227227
228-
For comprehensive documentation for kitty, please see: https://sw.kovidgoyal.net/kitty''').format(appname=appname)
228+
For comprehensive documentation for kitty, please see: https://sw.kovidgoyal.net/kitty/''').format(appname=appname)
229229

230230

231231
def print_help_for_seq(seq, usage, message, appname):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ def macos_info_plist():
757757
NSRequiresAquaSystemAppearance='NO',
758758
NSHumanReadableCopyright=time.strftime(
759759
'Copyright %Y, Kovid Goyal'),
760-
CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://sw.kovidgoyal.net/kitty',
760+
CFBundleGetInfoString='kitty, an OpenGL based terminal emulator https://sw.kovidgoyal.net/kitty/',
761761
CFBundleIconFile=appname + '.icns',
762762
NSHighResolutionCapable=True,
763763
NSSupportsAutomaticGraphicsSwitching=True,

0 commit comments

Comments
 (0)