From 52b7e5245c88806333fd1f4b435821177c6a75bb Mon Sep 17 00:00:00 2001 From: Henry Kobin Date: Thu, 1 Jun 2017 12:54:01 -0700 Subject: [PATCH] updated Bash on Ubuntu on Windows link in tutorial (#6111) Merge pull request 6111 --- docs/_docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/windows.md b/docs/_docs/windows.md index b72fd836..cd489634 100644 --- a/docs/_docs/windows.md +++ b/docs/_docs/windows.md @@ -5,7 +5,7 @@ permalink: /docs/windows/ While Windows is not an officially-supported platform, it can be used to run Jekyll with the proper tweaks. If you are using Windows 10 Anniversary Update, -the easiest way to run Jekyll is to use the new [Bash on Ubuntu on Windows](https://msdn.microsoft.com/en-us/commandline/wsl/about?f=255&MSPPError=-2147217396). +the easiest way to run Jekyll is to use the new [Bash on Ubuntu on Windows](https://msdn.microsoft.com/en-us/commandline/wsl/install_guide). For older installations, this page aims to collect some of the general knowledge and lessons that have been unearthed by Windows users. ## Installation via Bash on Windows 10