Skip to content

Commit 4c02e4e

Browse files
committed
Merge pull request #36 from dotnetchris/patch-1
Fix 404 url in ES6 guide
2 parents 10dd33a + fbe1de7 commit 4c02e4e

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)