diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-11 10:01:05 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-04-11 10:01:05 +0200 |
commit | ba651cf0a0e3842029a8982f08c01209534daadf (patch) | |
tree | 8e4191dcea650b4b13bed646927fdb75f7a6b4cc | |
parent | 09231785f22a64048574b1ff736cef5c2493ce54 (diff) | |
download | calcurse-ba651cf0a0e3842029a8982f08c01209534daadf.tar.gz calcurse-ba651cf0a0e3842029a8982f08c01209534daadf.zip |
Use HTTPs for tx(1) samples in the documentation.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
-rw-r--r-- | doc/manual.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual.txt b/doc/manual.txt index adaca10..9ed4c56 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -1061,8 +1061,8 @@ After you downloaded and installed the client, run the following commands to checkout the translation resources of *calcurse*: ---- -$ tx init --host=http://www.transifex.net -$ tx set --auto-remote http://www.transifex.net/projects/p/calcurse +$ tx init --host=https://www.transifex.net +$ tx set --auto-remote https://www.transifex.net/projects/p/calcurse $ tx pull -r calcurse.calcursepot -a ---- |