Skip to content

Commit fbe1de7

Browse files
committed
Fix 404
Fix typo in MsBuild hyperlink that results in a 404
1 parent 10dd33a commit fbe1de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jekyll/guides/es6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ ReactSiteConfiguration.Configuration
6363
.SetUseHarmony(true)
6464
.AddScript("~/Content/Sample.jsx");
6565
```
66-
If you are using [MSBuild to precompile your JSX](/guide/msbuild.html), you also need to enable it in MSBuild via the `UseHarmony="true"` flag in your build script (`TransformJsx.proj` by default):
66+
If you are using [MSBuild to precompile your JSX](/guides/msbuild.html), you also need to enable it in MSBuild via the `UseHarmony="true"` flag in your build script (`TransformJsx.proj` by default):
6767

6868
```xml
6969
<TransformJsx SourceDir="$(MSBuildProjectDirectory)" UseHarmony="true" />

0 commit comments

Comments
 (0)