You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2018/03/02 14:38:37 UTC

[cordova-docs] 01/01: Fix some links

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

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

commit e98988bc211a4c47d5124b4b42e52c14f71c7b97
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Mar 2 15:38:26 2018 +0100

    Fix some links
---
 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
janpio@apache.org.

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