You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/08/01 22:21:27 UTC

[07/15] docs commit: [CB-3815] fix links to cli/webview/plugin topics from overview tbl

[CB-3815] fix links to cli/webview/plugin topics from overview tbl


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/2d334bac
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/2d334bac
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/2d334bac

Branch: refs/heads/master
Commit: 2d334bacd3c0f1f41a436ca5b07a303f8beab103
Parents: a0b0b39
Author: Mike Sierra <le...@gmail.com>
Authored: Thu Aug 1 12:01:18 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Aug 1 13:18:15 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/overview/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2d334bac/docs/en/edge/guide/overview/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/overview/index.md b/docs/en/edge/guide/overview/index.md
index 3a4ea00..3923f79 100644
--- a/docs/en/edge/guide/overview/index.md
+++ b/docs/en/edge/guide/overview/index.md
@@ -143,7 +143,7 @@ available for each mobile platform:
 
 <tbody>
     <tr>
-        <th><a href="#">cordova<br/>CLI</a></th>
+        <th><a href="guide_cli_index.md.html">cordova<br/>CLI</a></th>
         <td data-col="android"    class="y">Mac, Windows, Linux</td>
         <td data-col="blackberry" class="y">Mac, Windows</td>
         <td data-col="blackberry10" class="y">Mac, Windows</td>
@@ -155,7 +155,7 @@ available for each mobile platform:
     </tr>
 
     <tr>
-        <th><a href="#">Embedded<br/>WebView</a></th>
+        <th><a href="guide_hybrid_webviews_index.md.html">Embedded<br/>WebView</a></th>
         <td data-col="android"    class="y"><a href="guide_platforms_android_webview.md.html">(see details)</a></td>
         <td data-col="blackberry" class="n"></td>
         <td data-col="blackberry10" class="n"></td>
@@ -167,7 +167,7 @@ available for each mobile platform:
     </tr>
 
     <tr>
-        <th><a href="guide_plugin-development_index.md.html">Plug-in<br/>Interface</a></th>
+        <th><a href="guide_hybrid_plugins_index.md.html">Plug-in<br/>Interface</a></th>
         <td data-col="android"    class="y"><a href="guide_guide_platforms_android_plugin.md.html">(see details)</a></td>
         <td data-col="blackberry" class="y"><a href="guide_guide_platforms_blackberry_plugin.md.html">(see details)</a></td>
         <td data-col="blackberry10" class="y"><a href="guide_guide_platforms_blackberry10_plugin.md.html">(see details)</a></td>