Parcourir la source

Add links to get targeted help

 + Short links would be used to have metrics on new users.
 + They are are easier to use (for user) and to update (for maintainer) too.
Leo il y a 9 ans
Parent
commit
d5111fc776
2 fichiers modifiés avec 8 ajouts et 6 suppressions
  1. 5 4
      src/command_def.ml
  2. 3 2
      src/file_com.ml

+ 5 - 4
src/command_def.ml

@@ -314,11 +314,12 @@ let run ~version ~build_info () =
       ~summary:"OcLaunch program is published under CeCILL licence.\n \
                 You may run the program with 'licence' command or see \
                 http://cecill.info/licences/Licence_CeCILL_V2.1-en.html \
-                (http://huit.re/TmdOFmQT) for details. More informations here: \
+                (http://lnch.ml/cecill) for details. More here: \
                 http://oclaunch.eu.org/floss-under-cecill (http://lnch.ml/l)."
-      ~readme:(fun () -> "Use 'help' subcommand to get help (it works both \
-                          after the name of the software and with another subcommand). For \
-                          further help, see http://oclaunch.eu.org.")
+      ~readme:(fun () ->
+             "Use 'help' subcommand to get help (it works both \
+              after the name of the software and with another subcommand). For \
+              further help, see http://oclaunch.eu.org.")
       ~preserve_subcommand_order:()
       [ ("run", default) ; ("licence", licence) ; ("add", add) ; ("edit", edit)
       ; ("list", list) ; ("cleanup", clean) ; ("delete", delete)

+ 3 - 2
src/file_com.ml

@@ -66,8 +66,9 @@ let create_rc_file ~name =
   Messages.tips
     "Feedback is welcome at feedback@oclaunch.eu.org.\n\
      To get remind for new stable versions, subscribe to our low-traffic (up \
-     to 6 mail per year) mailing list: announce@oclaunch.eu.org.\n\
-     See you soon!\n";
+     to 6 mail per year) mailing list: announce@oclaunch.eu.org. \
+     More here: https://lnch.ml/ml\n\
+     See you soon! To keep in touch: https://lnch.ml/kit\n";
 
   (* Display licence information *)
   Licencing.print ~cecill:false;