Skip to content

fix js template links #979

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/source/about/contributor-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/reactive-python/reactpy-react-component-cookiecutter>`__ - Template repo
- `reactpy-js-component-template
<https://github.com/reactive-python/reactpy-js-component-template>`__ - Template repo
for making :ref:`Custom Javascript Components`.
- `flake8-reactpy-hooks <https://github.com/reactive-python/flake8-reactpy-hooks>`__ - Enforces the
- `reactpy-flake8 <https://github.com/reactive-python/reactpy-flake8>`__ - Enforces the
:ref:`Rules of Hooks`
- `reactpy-jupyter <https://github.com/reactive-python/reactpy-jupyter>`__ - ReactPy integration for
Jupyter
Expand All @@ -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/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ like `JSX <https://reactjs.org/docs/introducing-jsx.html>`__ 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/