Skip to content

Commit b28b4c3

Browse files
Fix markdown link in blog post
1 parent 7e6623d commit b28b4c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jekyll/_posts/2019-01-16-4.0.0-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This release brings a few new features:
1313
- Javascript engines are no longer automatically registered. See the getting started pages on [.NET Framework](https://reactjs.net/getting-started/aspnet.html) and [.NET Core](https://reactjs.net/getting-started/aspnetcore.html) for more information about how to register a specific Javascript engine in your app.
1414
- JavaScriptEngineSwitcher and JSPool have been updated as a part of this change.
1515
- Further reading for JavaScriptEngineSwitcher: [How to upgrade applications to version 3.X](https://github.com/Taritsyn/JavaScriptEngineSwitcher/wiki/How-to-upgrade-applications-to-version-3.X)
16-
- Support for faster Javascript engine initialization via the [`AllowJavaScriptPrecomplilation`] setting(https://github.com/reactjs/React.NET/commit/4ff0fad26557817ffdf31e4de7ba98bccd1645ac)
16+
- Support for faster Javascript engine initialization via the [`AllowJavaScriptPrecomplilation`](https://github.com/reactjs/React.NET/commit/4ff0fad26557817ffdf31e4de7ba98bccd1645ac) setting
1717
- Server side rendering support for
1818
- [React Router](https://reactjs.net/features/react-router.html)
1919
- [React Helmet](https://reactjs.net/features/react-helmet.html)

0 commit comments

Comments
 (0)