Browse Source

Fix links: use the new cgit interface

Bastien 9 years ago
parent
commit
b29bd5ce8a
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/lisp/org-index.el
  2. 1 1
      contrib/scripts/org-docco.org

+ 1 - 1
contrib/lisp/org-index.el

@@ -69,7 +69,7 @@
 ;;
 ;;  The latest tested version of this file can always be found at:
 ;;
-;;    http://orgmode.org/w/org-mode.git?p=org-mode.git;a=blob_plain;f=contrib/lisp/org-index.el;hb=HEAD
+;;    http://orgmode.org/cgit.cgi/org-mode.git/plain/contrib/lisp/org-index.el
 
 ;;; Change Log:
 

+ 1 - 1
contrib/scripts/org-docco.org

@@ -5,7 +5,7 @@
 
 The =docco= tool (see http://jashkenas.github.com/docco/) generates
 HTML from JavaScript source code providing an attractive side-by-side
-display of source code and comments.  This file (see [[http://orgmode.org/w/?p=org-mode.git;a=blob_plain;f=contrib/scripts/org-docco.org;hb=HEAD][org-docco.org]])
+display of source code and comments.  This file (see [[http://orgmode.org/cgit.cgi/org-mode.git/plain/contrib/scripts/org-docco.org][org-docco.org]])
 generates the same type of output from Org-mode documents with code
 embedded in code blocks.