Skip to content

Commit

Permalink
update f2 docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Oct 14, 2024
1 parent ebd6080 commit b7e7816
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/app_test/testdata/help_stdout.golden
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,4 @@ Project repository: https://github.com/ayoisaiah/f2
Enable debug mode.

LEARN MORE
Read the manual at https://github.com/ayoisaiah/f2/wiki
Read the manual at Read the manual at https://f2.freshman.tech
2 changes: 1 addition & 1 deletion app/app_test/testdata/short_help_stdout.golden
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ The batch renaming tool you'll actually enjoy using.

LEARN MORE
Use f2 --help to view the command-line options.
Read the manual at https://github.com/ayoisaiah/f2/wiki
Read the manual at https://f2.freshman.tech
4 changes: 2 additions & 2 deletions app/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Project repository: https://github.com/ayoisaiah/f2
%s
%s
Read the manual at https://github.com/ayoisaiah/f2/wiki
Read the manual at Read the manual at https://f2.freshman.tech
`,
app.Name,
app.Version,
Expand Down Expand Up @@ -371,7 +371,7 @@ func ShortHelp(_ *cli.App) string {
%s
Use f2 --help to view the command-line options.
Read the manual at https://github.com/ayoisaiah/f2/wiki`,
Read the manual at https://f2.freshman.tech`,
pterm.Bold.Sprintf("USAGE"),
usageText,
pterm.Bold.Sprintf("EXAMPLES"),
Expand Down

0 comments on commit b7e7816

Please sign in to comment.