Change URL to avoid redirect
Since `https://sw.kovidgoyal.net/kitty` redirects to `https://sw.kovidgoyal.net/kitty/`, it would be better to directly use the second URL.
This commit is contained in:
parent
6ddd751713
commit
6f6180c34a
@ -1,5 +1,5 @@
|
|||||||
= kitty - the fast, featureful, GPU based, terminal emulator
|
= 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"]
|
image:https://circleci.com/gh/kovidgoyal/kitty.svg?style=svg["Build status", link="https://circleci.com/gh/kovidgoyal/kitty"]
|
||||||
|
|||||||
@ -225,7 +225,7 @@ Run the :italic:`{appname}` terminal emulator. You can also specify the :italic:
|
|||||||
to run inside :italic:`{appname}` as normal arguments following the :italic:`options`.
|
to run inside :italic:`{appname}` as normal arguments following the :italic:`options`.
|
||||||
For example: {appname} /bin/sh
|
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):
|
def print_help_for_seq(seq, usage, message, appname):
|
||||||
|
|||||||
2
setup.py
2
setup.py
@ -757,7 +757,7 @@ def macos_info_plist():
|
|||||||
NSRequiresAquaSystemAppearance='NO',
|
NSRequiresAquaSystemAppearance='NO',
|
||||||
NSHumanReadableCopyright=time.strftime(
|
NSHumanReadableCopyright=time.strftime(
|
||||||
'Copyright %Y, Kovid Goyal'),
|
'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',
|
CFBundleIconFile=appname + '.icns',
|
||||||
NSHighResolutionCapable=True,
|
NSHighResolutionCapable=True,
|
||||||
NSSupportsAutomaticGraphicsSwitching=True,
|
NSSupportsAutomaticGraphicsSwitching=True,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user