diff options
| author | Kevin Ryde | 2009-11-28 20:36:05 +0000 |
|---|---|---|
| committer | Kevin Ryde | 2009-11-28 20:36:05 +0000 |
| commit | c6d47315357bc8a1e2345d6d941d136debe58b36 (patch) | |
| tree | 7fd96c529471650e4a6e79c7cb1bf1e21c7ef961 | |
| parent | d7117720c988ea26414046f0e0eba9137326f1df (diff) | |
| download | emacs-c6d47315357bc8a1e2345d6d941d136debe58b36.tar.gz emacs-c6d47315357bc8a1e2345d6d941d136debe58b36.zip | |
* erc.texi (Development): Correction to git tutorial url.
| -rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/misc/erc.texi | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 44c33a36c15..261a0daeb8f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a | 3 | * cl.texi (Porting Common Lisp): Update EIEIO dead ftp link to a |
| 4 | @pxref, now eieio is in emacs. | 4 | @pxref, now eieio is in emacs. |
| 5 | 5 | ||
| 6 | * erc.texi (Development): Correction to git tutorial url. | ||
| 7 | |||
| 6 | 2009-11-26 Glenn Morris <rgm@gnu.org> | 8 | 2009-11-26 Glenn Morris <rgm@gnu.org> |
| 7 | 9 | ||
| 8 | * faq.texi (Latest version of Emacs): Mention stability of development | 10 | * faq.texi (Latest version of Emacs): Mention stability of development |
diff --git a/doc/misc/erc.texi b/doc/misc/erc.texi index 09e9479449e..a320df12473 100644 --- a/doc/misc/erc.texi +++ b/doc/misc/erc.texi | |||
| @@ -175,7 +175,7 @@ contribute to ERC development, it is highly recommended that you use | |||
| 175 | git. | 175 | git. |
| 176 | 176 | ||
| 177 | If you are new to git, you might find this tutorial helpful: | 177 | If you are new to git, you might find this tutorial helpful: |
| 178 | @uref{http://www.kernel.org/pub/software/scm/git/docs/tutorial.html}. | 178 | @uref{http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html}. |
| 179 | 179 | ||
| 180 | Downloading ERC with git and staying up-to-date involves the following | 180 | Downloading ERC with git and staying up-to-date involves the following |
| 181 | steps. | 181 | steps. |