Skip to content

Commit 15c470e

Browse files
committed
fix js template links
1 parent 9ffaf93 commit 15c470e

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/source/about/contributor-guide.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,10 @@ Other Core Repositories
305305
ReactPy depends on, or is used by several other core projects. For documentation on them
306306
you should refer to their respective documentation in the links below:
307307

308-
- `reactpy-react-component-cookiecutter
309-
<https://github.com/reactive-python/reactpy-react-component-cookiecutter>`__ - Template repo
308+
- `reactpy-js-component-template
309+
<https://github.com/reactive-python/reactpy-js-component-template>`__ - Template repo
310310
for making :ref:`Custom Javascript Components`.
311-
- `flake8-reactpy-hooks <https://github.com/reactive-python/flake8-reactpy-hooks>`__ - Enforces the
311+
- `reactpy-flake8 <https://github.com/reactive-python/reactpy-flake8>`__ - Enforces the
312312
:ref:`Rules of Hooks`
313313
- `reactpy-jupyter <https://github.com/reactive-python/reactpy-jupyter>`__ - ReactPy integration for
314314
Jupyter
@@ -321,7 +321,6 @@ you should refer to their respective documentation in the links below:
321321
.. =====
322322
323323
.. _Google Chrome: https://www.google.com/chrome/
324-
.. _ChromeDriver: https://chromedriver.chromium.org/downloads
325324
.. _Docker: https://docs.docker.com/get-docker/
326325
.. _Git: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
327326
.. _Git Bash: https://gitforwindows.org/

docs/source/guides/escape-hatches/distributing-javascript.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ up and running as quickly as possible.
297297
.. _install NPM: https://www.npmjs.com/get-npm
298298
.. _CDN: https://en.wikipedia.org/wiki/Content_delivery_network
299299
.. _PyPI: https://pypi.org/
300-
.. _template repository: https://github.com/reactive-python/reactpy-react-component-cookiecutter
300+
.. _template repository: https://github.com/reactive-python/reactpy-js-component-template
301301
.. _web module: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
302302
.. _Rollup: https://rollupjs.org/guide/en/
303303
.. _Webpack: https://webpack.js.org/

docs/source/guides/escape-hatches/javascript-components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ like `JSX <https://reactjs.org/docs/introducing-jsx.html>`__ and instead will us
140140
141141
.. _Material UI: https://material-ui.com/
142142
.. _CDN: https://en.wikipedia.org/wiki/Content_delivery_network
143-
.. _template repository: https://github.com/reactive-python/reactpy-react-component-cookiecutter
143+
.. _template repository: https://github.com/reactive-python/reactpy-js-component-template
144144
.. _web module: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules
145145
.. _Rollup: https://rollupjs.org/guide/en/
146146
.. _Webpack: https://webpack.js.org/

0 commit comments

Comments
 (0)