Re: [O] Fix broken URL in org-bibtex.el

2012-11-05 Thread Nicolas Goaziou
Hello,

Rafael Laboissiere raf...@laboissiere.net writes:

 The patch attached below fixes a very minor problem in org-bibtex.el.

Applied. Thank you.


Regards,

-- 
Nicolas Goaziou



[O] Fix broken URL in org-bibtex.el

2012-11-04 Thread Rafael Laboissiere

The patch attached below fixes a very minor problem in org-bibtex.el.

Cheers,

Rafael




From 852681cb0789b4d1a7c0081e634322690b9ae47d Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere raf...@laboissiere.net
Date: Sun, 4 Nov 2012 09:14:44 +0100
Subject: [PATCH] org-bibtex.el: Fix broken URL

* lisp/org-bibtex.el: In the documentation section of the file, fix
  the broken URL to Andrew Roberts' document on BibTeX entries.

TINYCHANGE
---
 lisp/org-bibtex.el |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-bibtex.el b/lisp/org-bibtex.el
index f8e07ad..cafd3bb 100644
--- a/lisp/org-bibtex.el
+++ b/lisp/org-bibtex.el
@@ -88,7 +88,7 @@
 ;;
 ;; - All Bibtex information is taken from the document compiled by
 ;;   Andrew Roberts from the Bibtex manual, available at
-;;   http://www.andy-roberts.net/misc/latex/sessions/bibtex/bibentries.pdf
+;;   http://www.andy-roberts.net/res/writing/latex/bibentries.pdf
 ;;
 ;;; History:
 ;;
-- 
1.7.10.4