You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by no...@apache.org on 2021/10/07 14:06:01 UTC

[cordova-docs] branch master updated: Cleans up several dead links. (#1207)

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

normanbreau 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 77a8f1c  Cleans up several dead links. (#1207)
77a8f1c is described below

commit 77a8f1cbf8c7de46e58e089ab54fc2af0d526b5c
Author: Norman Breau <no...@normanbreau.com>
AuthorDate: Thu Oct 7 11:05:09 2021 -0300

    Cleans up several dead links. (#1207)
    
    Some links were replaced where I could easily find an appropriate alternative
    link. Otherwise the link and referenced was removed.
---
 www/_includes/footer_contents.html             |  2 +-
 www/docs/en/dev/config_ref/images.md           |  2 +-
 www/docs/en/dev/guide/appdev/hooks/index.md    |  4 ----
 www/docs/en/dev/guide/appdev/privacy/index.md  | 17 ++++-------------
 www/docs/en/dev/guide/appdev/security/index.md |  3 +--
 www/docs/en/dev/guide/next/index.md            |  7 +------
 6 files changed, 8 insertions(+), 27 deletions(-)

diff --git a/www/_includes/footer_contents.html b/www/_includes/footer_contents.html
index a1c0407..1768e90 100644
--- a/www/_includes/footer_contents.html
+++ b/www/_includes/footer_contents.html
@@ -23,7 +23,7 @@
                 <h2>Development</h2>
                 <ul class="nav">
                     <li><a target="_blank" href="https://github.com/apache?utf8=%E2%9C%93&amp;q=cordova-">Source Code</a></li>
-                    <li><a target="_blank" href="https://issues.apache.org/jira/browse/CB/">Issue Tracker</a></li>
+                    <li><a target="_blank" href="https://github.com/apache/cordova#filing-a-bug">Issue Tracker</a></li>
                     <li><a target="_blank" href="http://stackoverflow.com/questions/tagged/cordova">Stack Overflow</a></li>
                     <li><a href="{{ site.baseurl }}/contact">Mailing List</a></li>
                     <li><a href="{{ site.baseurl }}/contribute/nightly_builds.html">Nightly builds</a></li>
diff --git a/www/docs/en/dev/config_ref/images.md b/www/docs/en/dev/config_ref/images.md
index 6999bf0..1399d82 100644
--- a/www/docs/en/dev/config_ref/images.md
+++ b/www/docs/en/dev/config_ref/images.md
@@ -140,7 +140,7 @@ In the `config.xml`, we will add `resource-file` to copy the `colors.xml` into t
 ```
 
 ### See Also
-- [Android icon guide](https://www.google.com/design/spec/style/icons.html)
+- [Android icon guide](https://developer.android.com/guide/practices/ui_guidelines/icon_design_adaptive)
 - [Android - Supporting multiple screens](http://developer.android.com/guide/practices/screens_support.html)
 
 ## Browser
diff --git a/www/docs/en/dev/guide/appdev/hooks/index.md b/www/docs/en/dev/guide/appdev/hooks/index.md
index d28ab02..647d627 100644
--- a/www/docs/en/dev/guide/appdev/hooks/index.md
+++ b/www/docs/en/dev/guide/appdev/hooks/index.md
@@ -411,7 +411,3 @@ cordova build
 ..
 Size of path\to\app\platforms\android\build\outputs\apk\android-debug.apk is 1821193 bytes
 ```
-
-More good usage examples could be found in [Three Hooks Your Cordova Phone Gap Project needs][Devgirl_Hooks_Link]
-
-[Devgirl_Hooks_Link]: http://devgirl.org/2013/11/12/three-hooks-your-cordovaphonegap-project-needs/
diff --git a/www/docs/en/dev/guide/appdev/privacy/index.md b/www/docs/en/dev/guide/appdev/privacy/index.md
index 1183207..ae6f6af 100644
--- a/www/docs/en/dev/guide/appdev/privacy/index.md
+++ b/www/docs/en/dev/guide/appdev/privacy/index.md
@@ -105,18 +105,9 @@ guides and references.
 
 Following are some additional helpful mobile privacy guides for developers:
 
-* California Attorney General, [Privacy on the Go: Recommendations for the Mobile Ecosystem][1]
+* Federal Trade Commission, [Mobile Privacy Disclosures: Building Trust Through Transparency][1]
 
-* Center for Democracy & Technology, Future of Privacy Forum, [Best Practices for Mobile App Developers][2]
+* Future of Privacy Forum, [Application Privacy][2] Website
 
-* CTIA-The Wireless Association, [Best Practices and Guidelines for Location Based Services][3]
-
-* Federal Trade Commission, [Mobile Privacy Disclosures: Building Trust Through Transparency][4]
-
-* Future of Privacy Forum, [Application Privacy][5] Website
-
-[1]: http://oag.ca.gov/sites/all/files/pdfs/privacy/privacy_on_the_go.pdf
-[2]: http://www.futureofprivacy.org/wp-content/uploads/Best-Practices-for-Mobile-App-Developers_Final.pdf
-[3]: http://www.ctia.org/business_resources/wic/index.cfm/AID/11300
-[4]: http://www.ftc.gov/os/2013/02/130201mobileprivacyreport.pdf
-[5]: http://www.applicationprivacy.org
+[1]: https://www.ftc.gov/os/2013/02/130201mobileprivacyreport.pdf
+[2]: https://www.applicationprivacy.org/learn-resources/leading-data-privacy-practices/
diff --git a/www/docs/en/dev/guide/appdev/security/index.md b/www/docs/en/dev/guide/appdev/security/index.md
index eef11e5..7b62834 100644
--- a/www/docs/en/dev/guide/appdev/security/index.md
+++ b/www/docs/en/dev/guide/appdev/security/index.md
@@ -24,7 +24,7 @@ description: Information and tips for building a secure application.
 
 # Security Guide
 
-The following guide includes some security best practices that you should consider when developing a Cordova application. Please be aware that security is a very complicated topic and therefore this guide is not exhaustive. If you believe you can contribute to this guide, please feel free to file an issue in Cordova's bug tracker under ["Documentation"](https://issues.apache.org/jira/browse/CB/component/12316407).  This guide is designed to be applicable to general Cordova development (a [...]
+The following guide includes some security best practices that you should consider when developing a Cordova application. Please be aware that security is a very complicated topic and therefore this guide is not exhaustive. If you believe you can contribute to this guide, please feel free to create a pull request in Cordova's [cordova-docs](https://github.com/apache/cordova-docs/issues) repository. This guide is designed to be applicable to general Cordova development (all platforms) but [...]
 
 ## This guide discusses the following topics:
 
@@ -103,5 +103,4 @@ When running Cordova on Android, using `android:debuggable="true"` in the applic
 ## Recommended Articles and Other Resources
 
 * [HTML5 Security cheat sheet, detailing how to secure your HTML5 application](https://www.owasp.org/index.php/HTML5_Security_Cheat_Sheet)
-* [Phonegap's article on device security, such as using encrypted data](https://github.com/phonegap/phonegap/wiki/Platform-Security)
 * [Whitepaper about well known security flaws in Webview based hybrid applications](http://www.cis.syr.edu/~wedu/Research/paper/webview_acsac2011.pdf)
diff --git a/www/docs/en/dev/guide/next/index.md b/www/docs/en/dev/guide/next/index.md
index e284d88..62f8423 100644
--- a/www/docs/en/dev/guide/next/index.md
+++ b/www/docs/en/dev/guide/next/index.md
@@ -62,7 +62,6 @@ Most Android versions no longer impose this delay, but iOS by default still does
 
 **Additional Performance Articles and Resources**
 
-* ["Top Ten Performance Tips for PhoneGap and Hybrid Apps"](http://coenraets.org/blog/2013/10/top-10-performance-techniques-for-phonegap-and-hybrid-apps-slides-available/)
 * ["Fast Apps and Sites with JavaScript"](https://channel9.msdn.com/Events/Build/2013/4-313)
 
 ## 3) Recognize and Handle Offline Status
@@ -70,7 +69,7 @@ Most Android versions no longer impose this delay, but iOS by default still does
 See the previous tip about networks. Not only can you be on a slow network, it is entirely possible for your application to be completely offline. Your application should handle this in an intelligent manner. If your application does not, people will think your application is broken. Given how easy it is to handle (Cordova supports listening for both an offline and online event), there is absolutely no reason for your application to not respond well when run offline. Be sure to test (see [...]
 
 Note that the online and offline events, as well as the Network Connection API, is not perfect. You may need to rely on using an XHR request to see if the device is truly offline or online. At the end of the day, be sure add some form of support for network issues - in fact, the Apple store (and probably other stores) will reject apps that don't properly handle offline/online states. For more discussion on this topic, see
-["Is This Thing On?"](https://blogs.telerik.com/appbuilder/posts/13-04-23/is-this-thing-on-%28part-1%29)
+["Is This Thing On?"](https://www.telerik.com/blogs/is-this-thing-on-%28part-1%29)
 
 # Handling Upgrades
 
@@ -141,10 +140,6 @@ If you can see your device in the inspect devices section, but you can't see the
 
 It is also possible to use Chrome Dev Tools to inspect iOS apps, through a WebKit proxy: [https://github.com/google/ios-webkit-debug-proxy/](https://github.com/google/ios-webkit-debug-proxy/)
 
-## Other Options
-
-* For more examples and explanation of the above debugging tips, see: [httpa://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/](https://developer.telerik.com/featured/a-concise-guide-to-remote-debugging-on-ios-android-and-windows-phone/)
-
 # User Interface
 
 Building a Cordova application that looks nice on mobile can be a challenge, especially for developers. Many people chose to use a UI framework to make this easier. Here is a short list of options you may want to consider.

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