comparison doc/interpreter/contrib.txi @ 15497:c49d891eb263 stable

Update broken or inconsistent project and wiki urls * README, doc/interpreter/contrib.txi, etc/HACKING, etc/README.MacOS, etc/README.MinGW, etc/README.devel: Update urls to use the octave.org domain. * doc/faq/OctaveFAQ.texi, scripts/miscellaneous/info.m: Replace broken links to the manual and help mailing list. * doc/faq/OctaveFAQ.texi, etc/PROJECTS, etc/README.MacOS: Update wiki urls to short naming scheme. * doc/interpreter/contrib.txi, scripts/help/unimplemented.m: Make Octave-Forge project urls consistent. * src/version.h.in: Update url to contribution page.
author Mike Miller <mtmiller@ieee.org>
date Mon, 08 Oct 2012 08:01:07 -0400
parents 87f06b9990bb
children 3ae8c1ee7365 cfbc726cb4c5
comparison
equal deleted inserted replaced
15466:d174210ce1ec 15497:c49d891eb263
39 The mailing list for Octave development discussion and sending 39 The mailing list for Octave development discussion and sending
40 contributions is @email{maintainers@@octave.org}. This concerns the 40 contributions is @email{maintainers@@octave.org}. This concerns the
41 development of Octave core, i.e., code that goes to Octave directly. 41 development of Octave core, i.e., code that goes to Octave directly.
42 You may consider developing and publishing a package instead; a great 42 You may consider developing and publishing a package instead; a great
43 place for this is the allied Octave-Forge project 43 place for this is the allied Octave-Forge project
44 (@url{http://octave.sf.net}). Note that the Octave project is 44 (@url{http://octave.sourceforge.net}). Note that the Octave project is
45 inherently more conservative and follows narrower rules. 45 inherently more conservative and follows narrower rules.
46 46
47 @node Building the Development Sources 47 @node Building the Development Sources
48 @section Building the Development Sources 48 @section Building the Development Sources
49 49
65 65
66 @itemize @bullet 66 @itemize @bullet
67 @item 67 @item
68 Check out a copy of the Octave sources: 68 Check out a copy of the Octave sources:
69 @example 69 @example
70 hg clone http://hg.savannah.gnu.org/hgweb/octave 70 hg clone http://www.octave.org/hg/octave
71 @end example 71 @end example
72 72
73 @item 73 @item
74 Change to the top-level directory of the newly checked out sources: 74 Change to the top-level directory of the newly checked out sources:
75 @example 75 @example