diff --git a/content/community/tools-misc.md b/content/community/tools-misc.md index ba1e22a22..9d0dacc92 100644 --- a/content/community/tools-misc.md +++ b/content/community/tools-misc.md @@ -9,7 +9,7 @@ permalink: community/misc.html * **[react-inspector](https://github.com/xyc/react-inspector):** Use DevTools-like object inspectors inside your React app. * **[jreact](https://github.com/KnisterPeter/jreact):** Rendering react server-side within a JVM (Java 7 or Java 8) -* **[react-jss](https://github.com/jsstyles/react-jss):** Inject and mount jss styles in React components. +* **[react-jss](https://github.com/cssinjs/jss/tree/master/packages/react-jss):** Inject and mount jss styles in React components. * **[django-react](https://github.com/markfinger/django-react):** Server-side rendering of React components for django apps. * **[react-engine](https://github.com/paypal/react-engine):** Composite render engine for isomorphic express apps to render both plain react views and react-router views. * **[react-render-visualizer](https://github.com/redsunsoft/react-render-visualizer):** A visual way to see what is (re)rendering and why. diff --git a/content/docs/accessibility.md b/content/docs/accessibility.md index a43a258fc..4a74c7538 100644 --- a/content/docs/accessibility.md +++ b/content/docs/accessibility.md @@ -284,13 +284,13 @@ class OuterClickExample extends React.Component { return (