You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by db...@apache.org on 2015/09/15 03:38:26 UTC

docs commit: Making docs links consistent. Making 404 text smaller.

Repository: cordova-docs
Updated Branches:
  refs/heads/cordova-website 35906ef02 -> 8d423aa51


Making docs links consistent. Making 404 text smaller.


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

Branch: refs/heads/cordova-website
Commit: 8d423aa510e1aa35a10da9a0f505b594a3c7cea6
Parents: 35906ef
Author: Dmitry Blotsky <dm...@gmail.com>
Authored: Mon Sep 14 18:38:21 2015 -0700
Committer: Dmitry Blotsky <dm...@gmail.com>
Committed: Mon Sep 14 18:38:21 2015 -0700

----------------------------------------------------------------------
 www/http/404.html | 2 +-
 www/index.html    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8d423aa5/www/http/404.html
----------------------------------------------------------------------
diff --git a/www/http/404.html b/www/http/404.html
index 425fd20..bdc8e0f 100644
--- a/www/http/404.html
+++ b/www/http/404.html
@@ -9,7 +9,7 @@ permalink: 404.html
         <h1>404: Not Found</h1>
     </div>
     <div id="not-found-redirect-alert" class="not-found-redirect">
-        <div class="alert alert-warning" role="alert">We recently moved our documentation. It looks like the page you were trying to access may have moved <a id="redirect-link">here</a></div>
+        <div class="alert alert-warning" role="alert">It looks like the content has moved <a id="redirect-link">here</a>.</div>
     </div>
 </div>
 <script type="text/javascript" src="{{ site.baseurl }}/static/js/404.js" defer></script>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/8d423aa5/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 486f65b..b6e5873 100644
--- a/www/index.html
+++ b/www/index.html
@@ -27,7 +27,7 @@ permalink: /
                     <a href="#getstarted" class="btn btn-lg btn-primary">
                         Get Started
                     </a>
-                    <a href="{{ site.baseurl }}/docs/en/edge/guide/cli/" class="btn btn-lg btn-primary">
+                    <a href="{{ site.baseurl }}/docs/en/edge/guide/overview/" class="btn btn-lg btn-primary">
                         Documentation
                     </a>
                 </div>
@@ -154,7 +154,7 @@ permalink: /
             <h2>Common next steps</h2>
             <ul class="nav">
                 <li>
-                    <a href="{{ site.baseurl }}/docs/en/edge/">Read the docs</a>
+                    <a href="{{ site.baseurl }}/docs/en/edge/guide/overview/">Read the docs</a>
                 </li>
                 <li>
                     <a href="{{ site.baseurl }}/docs/en/edge/guide/cli/#link-add-plugin-features">Add a Plugin</a>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org