Skip to content

Commit

Permalink
Change tldr-man-client links to tldr-man
Browse files Browse the repository at this point in the history
  • Loading branch information
superatomic committed Aug 3, 2023
1 parent f0590cf commit f389033
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ license = 'Apache-2.0'
readme = "README.md"
authors = ["Olivia Kinnear <contact@superatomic.dev>"]
homepage = 'https://tldr-man.superatomic.dev/'
repository = 'https://github.com/superatomic/tldr-man-client'
documentation = 'https://github.com/superatomic/tldr-man-client#readme'
urls = {'Bug Tracker' = 'https://github.com/superatomic/tldr-man-client/issues'}
repository = 'https://github.com/superatomic/tldr-man'
documentation = 'https://github.com/superatomic/tldr-man#readme'
urls = {'Bug Tracker' = 'https://github.com/superatomic/tldr-man/issues'}
keywords = ['tldr', 'tldr-pages', 'man', 'manpage', 'tldr-client']
classifiers = [
'Development Status :: 5 - Production/Stable',
Expand Down
2 changes: 1 addition & 1 deletion src/tldr_man/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
Depends on pandoc (and man!). Install `pandoc` from https://pandoc.org/installing.html.
Run `tldr --help` for more information,
or visit the project repository at https://github.com/superatomic/tldr-man-client.
or visit the project repository at https://github.com/superatomic/tldr-man.
"""

__author__ = "Olivia Kinnear <contact@superatomic.dev>"
Expand Down
2 changes: 1 addition & 1 deletion src/tldr_man/pages.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
MANPAGE_HEADER = f"""
% {{name}}({MANPAGE_SECTION}) {{name}}
%
% tldr-man-client
% tldr-man
# NAME
{{name}} - {{desc}}
Expand Down
4 changes: 2 additions & 2 deletions tldr-man.1
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,15 @@ set \-gxa MANPATH (tldr \-\-manpath)
.SH "HOMEPAGE"
.PP
This software is available at
.UR https://github.com/superatomic/tldr-man-client
.UR https://github.com/superatomic/tldr-man
.UE ,
and can be found on PyPI at
.UR https://pypi.org/project/tldr-man
.UE .
.SH "REPORTING BUGS"
.PP
Please report bugs and feature requests in the issue tracker at
.UR https://github.com/superatomic/tldr-man-client
.UR https://github.com/superatomic/tldr-man
.UE .
Please do your best to provide a reproducible test case for bugs.
.SH "COPYRIGHT"
Expand Down

0 comments on commit f389033

Please sign in to comment.