You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2014/04/09 22:51:43 UTC

docs commit: [doc] Fix broken link for WP8 device deployment.

Repository: cordova-docs
Updated Branches:
  refs/heads/master 75b1ff985 -> d814c7897


[doc] Fix broken link for WP8 device deployment.


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

Branch: refs/heads/master
Commit: d814c78977ad00a721efae60884bf70f5bf4d1f5
Parents: 75b1ff9
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Wed Apr 9 13:51:35 2014 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Wed Apr 9 13:51:35 2014 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/wp8/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/d814c789/docs/en/edge/guide/platforms/wp8/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/wp8/index.md b/docs/en/edge/guide/platforms/wp8/index.md
index d3512e2..7bfa50a 100644
--- a/docs/en/edge/guide/platforms/wp8/index.md
+++ b/docs/en/edge/guide/platforms/wp8/index.md
@@ -255,7 +255,7 @@ location or to simulate sequences of movements:
 
 Before testing your application on a device, the device must be
 registered. Consult [Microsoft's
-documentation](http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx)
+documentation][1]
 for details on how to deploy and test on Windows Phone 8. Also, make
 sure the phone is connected to the computer, and the screen is
 unlocked.
@@ -317,3 +317,4 @@ implement the same set of APIs. You can run a Windows Phone 7 app on a
 Windows Phone 8 device, but not the other way around: Windows Phone 8
 apps do _not_ run on Windows Phone 7 devices.
 
+[1]: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402565(v=vs.105).aspx