From commits-return-4989-apmail-continuum-commits-archive=continuum.apache.org@continuum.apache.org Fri Feb 27 20:55:23 2009 Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 17400 invoked from network); 27 Feb 2009 20:55:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2009 20:55:23 -0000 Received: (qmail 13929 invoked by uid 500); 27 Feb 2009 20:55:23 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 13906 invoked by uid 500); 27 Feb 2009 20:55:22 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 13897 invoked by uid 99); 27 Feb 2009 20:55:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 12:55:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Feb 2009 20:55:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BDE0F238887D; Fri, 27 Feb 2009 20:54:53 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r748694 - /continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt Date: Fri, 27 Feb 2009 20:54:53 -0000 To: commits@continuum.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090227205453.BDE0F238887D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wsmoak Date: Fri Feb 27 20:54:53 2009 New Revision: 748694 URL: http://svn.apache.org/viewvc?rev=748694&view=rev Log: Recommend using the latest GA release, and use an absolute url for a page outside of continuum-docs. Modified: continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt Modified: continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt?rev=748694&r1=748693&r2=748694&view=diff ============================================================================== --- continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt (original) +++ continuum/trunk/continuum-docs/src/site/apt/developer_guides/building.apt Fri Feb 27 20:54:53 2009 @@ -18,14 +18,14 @@ * to fix a problem you are having and submit a patch to the development team. Note that you don't need to build Continuum for day to day use. While we encourage getting - involved and fixing bugs that you find, for day to day use we recommend using the latest release. + involved and fixing bugs that you find, for day to day use we recommend using the latest GA release. * Checking out the sources All of the source code for Continuum and its related libraries is in a {{{http://subversion.tigris.org/} Subversion}} repository. You can also {{{http://svn.apache.org/viewvc/continuum/} browse the repository}}, or checkout specific modules directly. - All SVN instructions are available on the {{{../../../source-repository.html}Source Repository page}}. + All SVN instructions are available on the {{{http://continuum.apache.org/source-repository.html}Source Repository page}}. * Building the sources