Skip to content

Commit

Permalink
Update the documentation link in --version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmbaturin committed Oct 26, 2019
1 parent 6d4acf6 commit a49cdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ let get_matching_strings r s =
let print_version () =
Printf.printf "soupault %s\n" Defaults.version;
print_endline "Copyright 2019 Daniil Baturin, licensed under MIT";
print_endline "Visit https://baturin.org/projects/soupault for documentation"
print_endline "Visit https://soupault.neocities.org/reference-manual for documentation"

(** Warns about a deprecated option *)
let deprecation_warning f opt msg config =
Expand Down

0 comments on commit a49cdb7

Please sign in to comment.