Author: shawkins
Date: 2010-08-05 12:49:58 -0400 (Thu, 05 Aug 2010)
New Revision: 2418
Modified:
trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml
trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
Log:
TEIID-1186 fixing broken links
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml
===================================================================
--- trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml 2010-08-05
15:18:36 UTC (rev 2417)
+++ trunk/documentation/reference/src/main/docbook/en-US/content/procedures.xml 2010-08-05
16:49:58 UTC (rev 2418)
@@ -366,7 +366,7 @@
</section>
<section>
<title>Executing Virtual Procedures</title>
- <para>You execute procedures using the SQL <link
linkend="execute_command">EXECUTE</link> command. If
+ <para>You execute procedures using the SQL <link
linkend="exec_command">EXECUTE</link> command. If
the procedure has defined inputs, you specify those in a
sequential list, or using "name=value" syntax. You must use the
name of the input parameter, scoped by the full procedure name if
Modified: trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml
===================================================================
---
trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml 2010-08-05
15:18:36 UTC (rev 2417)
+++
trunk/documentation/reference/src/main/docbook/en-US/content/sql_support.xml 2010-08-05
16:49:58 UTC (rev 2418)
@@ -1132,7 +1132,7 @@
</listitem>
</itemizedlist>
<para>Previous versions of Teiid accepted the PLANONLY, DEBUG, and SHOWPLAN
option arguments. These are no longer accepted in the OPTION clause.
- Please see the <link linkend="other_commands">other
commands</link> chapter for using these options.
+ Please see the Client Developers Guide for replacements to those options.
</para>
</section>
</section>
Show replies by date