diff --git a/www/_data/redirects.yml b/www/_data/redirects.yml
index c85c4741eb..bfc3adb636 100644
--- a/www/_data/redirects.yml
+++ b/www/_data/redirects.yml
@@ -40,6 +40,14 @@ docs:
"dev/cordova/plugins/pluginapis.html": "deprecated.html"
"latest/cordova/plugins/pluginapis.html": "deprecated.html"
+ # Rename `cordova-windows` URLs from `win8` to `windows`
+ "dev/guide/platforms/win8/index.html": "dev/guide/platforms/windows/index.html"
+ "latest/guide/platforms/win8/index.html": "latest/guide/platforms/windows/index.html"
+ "dev/guide/platforms/win8/plugin.html": "dev/guide/platforms/windows/index.html"
+ "latest/guide/platforms/win8/plugin.html": "latest/guide/platforms/windows/index.html"
+ "dev/guide/platforms/win8/upgrade.html": "dev/guide/platforms/windows/index.html"
+ "latest/guide/platforms/win8/upgrade.html": "latest/guide/platforms/windows/index.html"
+
# Removing deprecated platforms and plugins
"dev/guide/platforms/blackberry10/home.html": "deprecated.html"
"latest/guide/platforms/blackberry10/home.html": "deprecated.html"
diff --git a/www/_data/toc/en_dev-src.yml b/www/_data/toc/en_dev-src.yml
index 2d9a4d8a62..f10dd44da8 100644
--- a/www/_data/toc/en_dev-src.yml
+++ b/www/_data/toc/en_dev-src.yml
@@ -13,8 +13,8 @@
children:
- url: guide/platforms/android/index.html
- url: guide/platforms/ios/index.html
+ - url: guide/platforms/windows/index.html
- url: guide/platforms/osx/index.html
- - url: guide/platforms/win8/index.html
- url: platform_plugin_versioning_ref/index.html
- url: config_ref/images.html
- url: cordova/storage/storage.html
@@ -30,7 +30,7 @@
children:
- url: guide/platforms/android/plugin.html
- url: guide/platforms/ios/plugin.html
- - url: guide/platforms/win8/plugin.html
+ - url: guide/platforms/windows/plugin.html
- url: plugin_ref/plugman.html
-
name: Advanced Topics
diff --git a/www/docs/en/dev/guide/cli/index.md b/www/docs/en/dev/guide/cli/index.md
index 3958c3ab83..8734ef47ab 100644
--- a/www/docs/en/dev/guide/cli/index.md
+++ b/www/docs/en/dev/guide/cli/index.md
@@ -140,10 +140,10 @@ Cordova tooling for iOS requires Apple OS X
Error: Some of requirements check failed
```
-###See Also
+### See Also
- [Android platform requirements](../../guide/platforms/android/index.html#requirements-and-support)
- [iOS platform requirements](../../guide/platforms/ios/index.html#requirements-and-support)
-- [Windows platform requirements](../../guide/platforms/win8/index.html#requirements-and-support)
+- [Windows platform requirements](../../guide/platforms/windows/index.html#requirements-and-support)
## Build the App
diff --git a/www/docs/en/dev/guide/hybrid/plugins/index.md b/www/docs/en/dev/guide/hybrid/plugins/index.md
index 55b3309d33..d416dd96fc 100644
--- a/www/docs/en/dev/guide/hybrid/plugins/index.md
+++ b/www/docs/en/dev/guide/hybrid/plugins/index.md
@@ -197,7 +197,7 @@ listed below, and each builds on the simple Echo Plugin example above:
- [Android Plugins](../../platforms/android/plugin.html)
- [iOS Plugins](../../platforms/ios/plugin.html)
-- [Windows Plugins](../../platforms/win8/plugin.html)
+- [Windows Plugins](../../platforms/windows/plugin.html)
## Publishing Plugins
diff --git a/www/docs/en/dev/guide/platforms/win8/index.md b/www/docs/en/dev/guide/platforms/windows/index.md
similarity index 97%
rename from www/docs/en/dev/guide/platforms/win8/index.md
rename to www/docs/en/dev/guide/platforms/windows/index.md
index d053081ebf..50296470e9 100644
--- a/www/docs/en/dev/guide/platforms/win8/index.md
+++ b/www/docs/en/dev/guide/platforms/windows/index.md
@@ -82,7 +82,7 @@ requirements listed above.
The tools and SDKs for the target Windows platforms (UWP, 8.1, etc.) must also be selected in the installer. They can be found under the "Windows and Web Development" heading.
-















