diff options
author | Glenn Morris <rgm@gnu.org> | 2010-10-28 20:19:33 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2010-10-28 20:19:33 -0700 |
commit | 97af9a72d0935af2907d83ba330c1040f4df98cf (patch) | |
tree | 06d1db8756537d817a2f1667742f944946cca2f0 /lisp/net | |
parent | 82f7efc32013723c80f6c4159427aa21575697cc (diff) | |
download | emacs-97af9a72d0935af2907d83ba330c1040f4df98cf.tar.gz |
Correct some viewcvs links in docs and comments.
* doc/misc/cc-mode.texi: Remove reference to defunct viewcvs URL.
Instead, refer to the generic Savannah page, since it seems likely
that Savannah will never provide the equivalent service for GNU bazaar.
The other option would be to use the Git mirror URL, since it seems to
be being updated now, and of course browsing Git repos works just fine.
That would be a pretty poor advert for the GNU system though.
* etc/MH-E-NEWS: Update URL (viewcvs -> viewvc).
* lisp/net/tramp-fish.el: Update URL in comment (viewcvs -> viewvc).
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp-fish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-fish.el b/lisp/net/tramp-fish.el index 632b400e2b3..44e2ab8b392 100644 --- a/lisp/net/tramp-fish.el +++ b/lisp/net/tramp-fish.el @@ -37,7 +37,7 @@ ;; "xxx" stands for 3 digits, representing a return code. Return ;; codes "# 000" and "# 001" are reserved for fallback implementation ;; with native shell commands; they are not used inside the server. See -;; <http://cvs.savannah.gnu.org/viewcvs/mc/vfs/README.fish?root=mc&view=markup> +;; <http://cvs.savannah.gnu.org/viewvc/mc/vfs/README.fish?root=mc&view=markup> ;; for details of original specification. ;; The GNU Midnight Commander implements the original fish protocol |