You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2006/09/18 20:59:06 UTC

svn commit: r447502 - /db/derby/code/trunk/java/demo/demo.html

Author: fuzzylogic
Date: Mon Sep 18 11:59:06 2006
New Revision: 447502

URL: http://svn.apache.org/viewvc?view=rev&rev=447502
Log:
DERBY-1588: Fix links in demo.html to point to the local copy of the 
documentation instead of the Derby website.

Modified:
    db/derby/code/trunk/java/demo/demo.html

Modified: db/derby/code/trunk/java/demo/demo.html
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/demo/demo.html?view=diff&rev=447502&r1=447501&r2=447502
==============================================================================
--- db/derby/code/trunk/java/demo/demo.html (original)
+++ db/derby/code/trunk/java/demo/demo.html Mon Sep 18 11:59:06 2006
@@ -23,8 +23,10 @@
 <BODY>
 
 <H1>Example Apache Derby Programs</H1>
-<p>This directory contains example programs. For a complete description, see <A href="http://db.apache.org/derby/manuals/index.html">Getting Started with Apache Derby</A> the <A href="http://db.apache.org/derby/manuals/index.html">Apache Derby Server and Administration Guide</A> and <A
-href="http://db.apache.org/derby/manuals/index.html">Working With Derby</A>
+<p>This directory contains example programs. For a complete description, 
+see <A href="../../docs/html/getstart/index.html">Getting Started with Apache Derby</A>, 
+the <A href="../../docs/html/adminguide/index.html">Apache Derby Server and Administration Guide</A> 
+and <A href="../../docs/html/workingwithderby/index.html">Working With Derby</A>
 .</p>
 <UL>
 	<LI><A href="simple/example.html">Simple</A>
@@ -32,13 +34,20 @@
                                 creates a database, and loads some data.</p></LI>
 </LI>
 <LI><A href="nserverdemo/readme.html">Network Server Sample Programs</A>
-	<p class="BodyRelative">Two examples are provided to demonstrate how to obtain an <em class="Emphasis">embedded connection</em> and <em class="Emphasis">client connections</em> using the Network Server to connect to the same database. An embedded connection is a connection to a database that is booted in the same JVM as the application. Client applications that require a database connection across the network use the network server protocol (DRDA) to connect to the Network Server. This type of connection is referred to as a client connection.</p></LI>
+	<p class="BodyRelative">Two examples are provided to demonstrate how to obtain an <em class="Emphasis">embedded connection</em> 
+and <em class="Emphasis">client connections</em> using the Network Server to connect to the same database. 
+An embedded connection is a connection to a database that is booted in the same JVM as the application. 
+Client applications that require a database connection across the network use the network server protocol (DRDA) 
+to connect to the Network Server. This type of connection is referred to as a client connection.</p></LI>
 <LI><A href="toursdb/toursdb_readme.html">ToursDB sample database schema</a>
-    <p class="BodyRelative">The toursdb is provided as an example and demo database to illustrate some functionality of the Derby RDBMS. Many of the examples in the Derby documentation use tables that exist in the toursdb database. The document describes the tables, the names and types of columns in those tables, and the constraints, indexes, and triggers in the database.
+    <p class="BodyRelative">The toursdb is provided as an example and demo database to illustrate some 
+functionality of the Derby RDBMS. Many of the examples in the Derby documentation use tables that exist in the toursdb database. 
+The document describes the tables, the names and types of columns in those tables, and the constraints, indexes, and triggers in the database.
     </p>
 </li>
 	<LI><A href="workingwithderby/readme.html">Working With Derby</A>
-        <p class="BodyRelative">Programs described and modified as part of the activities documented in the <A href="../../docs/html/workingwithderby/index.html">Working With Derby</A> manual.</p></LI>
+        <p class="BodyRelative">Programs described and modified as part of the activities documented in 
+the <A href="../../docs/html/workingwithderby/index.html">Working With Derby</A> manual.</p></LI>
 </LI>
 </UL>