You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by vi...@apache.org on 2017/10/20 21:24:43 UTC

[2/2] cordova-plugin-file-transfer git commit: Updated links in Deprecation Notice

Updated links in Deprecation Notice

 This closes #194


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/commit/265b63fa
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/tree/265b63fa
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/diff/265b63fa

Branch: refs/heads/master
Commit: 265b63faa13792632d5953a194c6b6183b9a8e23
Parents: a0195cc
Author: maverickmishra <vi...@gmail.com>
Authored: Fri Oct 20 13:24:35 2017 -0700
Committer: maverickmishra <vi...@gmail.com>
Committed: Fri Oct 20 14:24:28 2017 -0700

----------------------------------------------------------------------
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer/blob/265b63fa/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f468074..b637446 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,9 @@ function onDeviceReady() {
 
 Report issues with this plugin on the [Apache Cordova issue tracker](https://issues.apache.org/jira/issues/?jql=project%20%3D%20CB%20AND%20status%20in%20%28Open%2C%20%22In%20Progress%22%2C%20Reopened%29%20AND%20resolution%20%3D%20Unresolved%20AND%20component%20%3D%20%22Plugin%20File%20Transfer%22%20ORDER%20BY%20priority%20DESC%2C%20summary%20ASC%2C%20updatedDate%20DESC)
 
-## Deprecation
+## Deprecated
 
-With the new features introduced in [XMLHttpRequest|https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest], this plugin is not needed any more. Migrating from this plugin to using the new features of [XMLHttpRequest|https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest], is explained in this [Cordova blog post|https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html].
+With the new features introduced in [XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest), this plugin is not needed any more. Migrating from this plugin to using the new features of [XMLHttpRequest](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest), is explained in this [Cordova blog post](https://cordova.apache.org/blog/2017/10/18/from-filetransfer-to-xhr2.html).
 
 ## Installation
 


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