diff --git a/docs/source/about/contributor-guide.rst b/docs/source/about/contributor-guide.rst index 79cd2fb4c..e26d89e52 100644 --- a/docs/source/about/contributor-guide.rst +++ b/docs/source/about/contributor-guide.rst @@ -305,10 +305,10 @@ Other Core Repositories ReactPy depends on, or is used by several other core projects. For documentation on them you should refer to their respective documentation in the links below: -- `reactpy-react-component-cookiecutter - `__ - Template repo +- `reactpy-js-component-template + `__ - Template repo for making :ref:`Custom Javascript Components`. -- `flake8-reactpy-hooks `__ - Enforces the +- `reactpy-flake8 `__ - Enforces the :ref:`Rules of Hooks` - `reactpy-jupyter `__ - ReactPy integration for Jupyter @@ -321,7 +321,6 @@ you should refer to their respective documentation in the links below: .. ===== .. _Google Chrome: https://www.google.com/chrome/ -.. _ChromeDriver: https://chromedriver.chromium.org/downloads .. _Docker: https://docs.docker.com/get-docker/ .. _Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git .. _Git Bash: https://gitforwindows.org/ diff --git a/docs/source/guides/escape-hatches/distributing-javascript.rst b/docs/source/guides/escape-hatches/distributing-javascript.rst index a92166291..0028cee36 100644 --- a/docs/source/guides/escape-hatches/distributing-javascript.rst +++ b/docs/source/guides/escape-hatches/distributing-javascript.rst @@ -297,7 +297,7 @@ up and running as quickly as possible. .. _install NPM: https://www.npmjs.com/get-npm .. _CDN: https://en.wikipedia.org/wiki/Content_delivery_network .. _PyPI: https://pypi.org/ -.. _template repository: https://github.com/reactive-python/reactpy-react-component-cookiecutter +.. _template repository: https://github.com/reactive-python/reactpy-js-component-template .. _web module: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules .. _Rollup: https://rollupjs.org/guide/en/ .. _Webpack: https://webpack.js.org/ diff --git a/docs/source/guides/escape-hatches/javascript-components.rst b/docs/source/guides/escape-hatches/javascript-components.rst index f66ca60fb..f0a71b6b7 100644 --- a/docs/source/guides/escape-hatches/javascript-components.rst +++ b/docs/source/guides/escape-hatches/javascript-components.rst @@ -140,7 +140,7 @@ like `JSX `__ and instead will us .. _Material UI: https://material-ui.com/ .. _CDN: https://en.wikipedia.org/wiki/Content_delivery_network -.. _template repository: https://github.com/reactive-python/reactpy-react-component-cookiecutter +.. _template repository: https://github.com/reactive-python/reactpy-js-component-template .. _web module: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules .. _Rollup: https://rollupjs.org/guide/en/ .. _Webpack: https://webpack.js.org/