diff options
| author | Michael Albinus | 2017-07-02 17:11:12 +0200 |
|---|---|---|
| committer | Michael Albinus | 2017-07-02 17:11:12 +0200 |
| commit | d90b98a2a52abf67b84aa12df282b0defec8505b (patch) | |
| tree | f167e2c4626fe921f7ef09c846d0269a773003ae /doc/misc | |
| parent | 6e39940adba7b96dfe520caa52a1b92a1a84a84f (diff) | |
| download | emacs-d90b98a2a52abf67b84aa12df282b0defec8505b.tar.gz emacs-d90b98a2a52abf67b84aa12df282b0defec8505b.zip | |
* doc/misc/tramp.texi: Replace ftp:// and http:// URLs by https://.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/tramp.texi | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index ce503aeb197..6209e02ebc5 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -72,21 +72,21 @@ local and the remote host, whereas @value{tramp} uses a combination of | |||
| 72 | @command{ssh}/@command{scp}. | 72 | @command{ssh}/@command{scp}. |
| 73 | 73 | ||
| 74 | You can find the latest version of this document on the web at | 74 | You can find the latest version of this document on the web at |
| 75 | @uref{http://www.gnu.org/software/tramp/}. | 75 | @uref{https://www.gnu.org/software/tramp/}. |
| 76 | 76 | ||
| 77 | @ifhtml | 77 | @ifhtml |
| 78 | The latest release of @value{tramp} is available for | 78 | The latest release of @value{tramp} is available for |
| 79 | @uref{ftp://ftp.gnu.org/gnu/tramp/, download}, or you may see | 79 | @uref{https://ftp.gnu.org/gnu/tramp/, download}, or you may see |
| 80 | @ref{Obtaining Tramp} for more details, including the Git server | 80 | @ref{Obtaining Tramp} for more details, including the Git server |
| 81 | details. | 81 | details. |
| 82 | 82 | ||
| 83 | @value{tramp} also has a @uref{http://savannah.gnu.org/projects/tramp/, | 83 | @value{tramp} also has a @uref{https://savannah.gnu.org/projects/tramp/, |
| 84 | Savannah Project Page}. | 84 | Savannah Project Page}. |
| 85 | @end ifhtml | 85 | @end ifhtml |
| 86 | 86 | ||
| 87 | There is a mailing list for @value{tramp}, available at | 87 | There is a mailing list for @value{tramp}, available at |
| 88 | @email{tramp-devel@@gnu.org}, and archived at | 88 | @email{tramp-devel@@gnu.org}, and archived at |
| 89 | @uref{http://lists.gnu.org/archive/html/tramp-devel/, the | 89 | @uref{https://lists.gnu.org/archive/html/tramp-devel/, the |
| 90 | @value{tramp} Mail Archive}. | 90 | @value{tramp} Mail Archive}. |
| 91 | 91 | ||
| 92 | @page | 92 | @page |
| @@ -321,7 +321,7 @@ behind the scenes when you open a file with @value{tramp}. | |||
| 321 | @value{tramp} is included as part of Emacs (since Emacs version 22.1). | 321 | @value{tramp} is included as part of Emacs (since Emacs version 22.1). |
| 322 | 322 | ||
| 323 | @value{tramp} is also freely packaged for download on the Internet at | 323 | @value{tramp} is also freely packaged for download on the Internet at |
| 324 | @uref{ftp://ftp.gnu.org/gnu/tramp/}. | 324 | @uref{https://ftp.gnu.org/gnu/tramp/}. |
| 325 | 325 | ||
| 326 | @value{tramp} development versions are available on Git servers. | 326 | @value{tramp} development versions are available on Git servers. |
| 327 | Development versions contain new and incomplete features. | 327 | Development versions contain new and incomplete features. |
| @@ -331,7 +331,7 @@ page at the following URL and then clicking on the Git link in the | |||
| 331 | navigation bar at the top. | 331 | navigation bar at the top. |
| 332 | 332 | ||
| 333 | @noindent | 333 | @noindent |
| 334 | @uref{http://savannah.gnu.org/projects/tramp/} | 334 | @uref{https://savannah.gnu.org/projects/tramp/} |
| 335 | 335 | ||
| 336 | @noindent | 336 | @noindent |
| 337 | Another way is to follow the terminal session below: | 337 | Another way is to follow the terminal session below: |
| @@ -349,7 +349,7 @@ From behind a firewall: | |||
| 349 | @example | 349 | @example |
| 350 | @group | 350 | @group |
| 351 | ] @strong{git config --global http.proxy http://user:pwd@@proxy.server.com:8080} | 351 | ] @strong{git config --global http.proxy http://user:pwd@@proxy.server.com:8080} |
| 352 | ] @strong{git clone http://git.savannah.gnu.org/r/tramp.git} | 352 | ] @strong{git clone https://git.savannah.gnu.org/r/tramp.git} |
| 353 | @end group | 353 | @end group |
| 354 | @end example | 354 | @end example |
| 355 | 355 | ||
| @@ -917,7 +917,7 @@ numbers are not applicable to Android devices connected through USB@. | |||
| 917 | @cindex dbus | 917 | @cindex dbus |
| 918 | 918 | ||
| 919 | GVFS is the virtual file system for the Gnome Desktop, | 919 | GVFS is the virtual file system for the Gnome Desktop, |
| 920 | @uref{http://en.wikipedia.org/wiki/GVFS}. Remote files on GVFS are | 920 | @uref{https://en.wikipedia.org/wiki/GVFS}. Remote files on GVFS are |
| 921 | mounted locally through FUSE and @value{tramp} uses this locally | 921 | mounted locally through FUSE and @value{tramp} uses this locally |
| 922 | mounted directory internally. | 922 | mounted directory internally. |
| 923 | 923 | ||
| @@ -2089,7 +2089,7 @@ Pseudo-terminal will not be allocated because stdin is not a terminal. | |||
| 2089 | 2089 | ||
| 2090 | Some older versions of Cygwin's @command{ssh} work with the | 2090 | Some older versions of Cygwin's @command{ssh} work with the |
| 2091 | @option{sshx} access method. Consult Cygwin's FAQ at | 2091 | @option{sshx} access method. Consult Cygwin's FAQ at |
| 2092 | @uref{http://cygwin.com/faq/} for details. | 2092 | @uref{https://cygwin.com/faq/} for details. |
| 2093 | 2093 | ||
| 2094 | @cindex Cygwin and fakecygpty | 2094 | @cindex Cygwin and fakecygpty |
| 2095 | @cindex fakecygpty and Cygwin | 2095 | @cindex fakecygpty and Cygwin |
| @@ -2803,7 +2803,7 @@ this address go to all the subscribers. This is @emph{not} the | |||
| 2803 | address to send subscription requests to. | 2803 | address to send subscription requests to. |
| 2804 | 2804 | ||
| 2805 | To subscribe to the mailing list, visit: | 2805 | To subscribe to the mailing list, visit: |
| 2806 | @uref{http://lists.gnu.org/mailman/listinfo/tramp-devel/, the | 2806 | @uref{https://lists.gnu.org/mailman/listinfo/tramp-devel/, the |
| 2807 | @value{tramp} Mail Subscription Page}. | 2807 | @value{tramp} Mail Subscription Page}. |
| 2808 | 2808 | ||
| 2809 | @ifset installchapter | 2809 | @ifset installchapter |
| @@ -2855,13 +2855,13 @@ Where is the latest @value{tramp}? | |||
| 2855 | @value{tramp} is available at the GNU URL: | 2855 | @value{tramp} is available at the GNU URL: |
| 2856 | 2856 | ||
| 2857 | @noindent | 2857 | @noindent |
| 2858 | @uref{ftp://ftp.gnu.org/gnu/tramp/} | 2858 | @uref{https://ftp.gnu.org/gnu/tramp/} |
| 2859 | 2859 | ||
| 2860 | @noindent | 2860 | @noindent |
| 2861 | @value{tramp}'s GNU project page is located here: | 2861 | @value{tramp}'s GNU project page is located here: |
| 2862 | 2862 | ||
| 2863 | @noindent | 2863 | @noindent |
| 2864 | @uref{http://savannah.gnu.org/projects/tramp/} | 2864 | @uref{https://savannah.gnu.org/projects/tramp/} |
| 2865 | 2865 | ||
| 2866 | 2866 | ||
| 2867 | @item | 2867 | @item |