Re: [O] Broken Link on worg (org-contribute)

2013-07-02 Thread Bastien
Hi Josiah,

Josiah Schwab  writes:

> The link to the emacs elisp coding conventions on the page
> http://orgmode.org/worg/org-contribute.html
> was incorrect.
>
> I have attached a patch which fixes the link.

Applied, thanks.  Please send me your public key if you
want to fix these yourself next time.

Best,

-- 
 Bastien



[O] Broken Link on worg (org-contribute)

2013-07-01 Thread Josiah Schwab
The link to the emacs elisp coding conventions on the page
http://orgmode.org/worg/org-contribute.html
was incorrect.

I have attached a patch which fixes the link.

Best,
Josiah

>From a6a3872b0bcf5971dfc9cb51f5562cdff57a723e Mon Sep 17 00:00:00 2001
From: Josiah Schwab 
Date: Mon, 1 Jul 2013 22:25:06 -0700
Subject: [PATCH] org-contribute: Fix 404 for elisp coding conventions page

---
 org-contribute.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-contribute.org b/org-contribute.org
index 829b1a1..080b1f1 100644
--- a/org-contribute.org
+++ b/org-contribute.org
@@ -120,7 +120,7 @@ them.
 
 ** Coding conventions
 
-Org is part of Emacs, so any contribution should follow the [[http://www.gnu.org/software/emacs/elisp/html_node/Coding-Conventions.html][GNU Emacs Lisp
+Org is part of Emacs, so any contribution should follow the [[http://www.gnu.org/software/emacs/manual/html_node/elisp/Coding-Conventions.html][GNU Emacs Lisp
 coding conventions]] described in Emacs manual.
 
 ** Sending patch with git
-- 
1.8.3.2