This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new cd8b7ec  Fix some links (#799)
cd8b7ec is described below

commit cd8b7ec8ecd336f169f6694f5b6c68d730c07f84
Author: Jan Piotrowski <piotrowski+git...@gmail.com>
AuthorDate: Wed Apr 11 22:42:32 2018 +0200

    Fix some links (#799)
---
 www/docs/en/dev/cordova/events/events.md      | 2 +-
 www/docs/en/dev/guide/platforms/osx/config.md | 2 +-
 www/docs/en/dev/guide/support/index.md        | 8 ++++----
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/www/docs/en/dev/cordova/events/events.md 
b/www/docs/en/dev/cordova/events/events.md
index 07b2f19..af5b0bd 100644
--- a/www/docs/en/dev/cordova/events/events.md
+++ b/www/docs/en/dev/cordova/events/events.md
@@ -450,5 +450,5 @@ See https://issues.apache.org/jira/browse/CB-10653 for 
details.
 The subscription to the `activated` event should be done before `deviceready` 
handler (in `app.bindEvents` in terms of the Cordova template).
 
 [UIApplicationExitsOnSuspend]: 
http://developer.apple.com/library/ios/#documentation/general/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html
-[AndroidLifeCycleGuide]: ../../guide/platforms/android/lifecycle.html
+[AndroidLifeCycleGuide]: 
../../guide/platforms/android/index.html#lifecycle-guide
 [MSDNActivatedEvent]: 
https://msdn.microsoft.com/en-us/library/windows/apps/br212679.aspx
diff --git a/www/docs/en/dev/guide/platforms/osx/config.md 
b/www/docs/en/dev/guide/platforms/osx/config.md
index 8a496ed..8bc2b19 100644
--- a/www/docs/en/dev/guide/platforms/osx/config.md
+++ b/www/docs/en/dev/guide/platforms/osx/config.md
@@ -25,7 +25,7 @@ title: OS X Configuration
 The `config.xml` file controls an app's basic settings that apply
 across each application and CordovaWebView instance. This section
 details preferences that only apply to OS X builds. See [The config.xml
-File](config_ref_index.md.html#The%20config.xml%20File) for information on 
global configuration options.
+File](../../../config_ref/index.html#The%20config.xml%20File) for information 
on global configuration options.
 
 ## Overview
 
diff --git a/www/docs/en/dev/guide/support/index.md 
b/www/docs/en/dev/guide/support/index.md
index fed9c9e..eff3962 100644
--- a/www/docs/en/dev/guide/support/index.md
+++ b/www/docs/en/dev/guide/support/index.md
@@ -36,10 +36,10 @@ the core plugins, additional APIs are available via
 <thead>
     <tr>
         <th>Platform:</th>
-        <th><a href="../android/index.html">Android</a></th>
-        <th><a href="../ios/index.html">iOS</a></th>
-        <th><a href="../osx/index.html">OS X</a></th>
-        <th><a href="../windows/index.html">Windows<br>8.1, Phone 8.1, 
10</a></th>
+        <th><a href="../platforms/android/index.html">Android</a></th>
+        <th><a href="../platforms/ios/index.html">iOS</a></th>
+        <th><a href="../platforms/osx/index.html">OS X</a></th>
+        <th><a href="../platforms/windows/index.html">Windows<br>8.1, Phone 
8.1, 10</a></th>
     </tr>
     <tr>
         <th>CLI shorthand:</th>

-- 
To stop receiving notification emails like this one, please contact
jan...@apache.org.

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

Reply via email to