Skip to content

Commit

Permalink
Update project URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mherrmann committed Nov 15, 2023
1 parent f43cd7c commit f3031d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ you need to know to be productive with Helium.
## API Documentation

The documentation for this project can be found
[here](https://selenium-python-helium.readthedocs.io/en/latest/).
[here](https://helium.readthedocs.io/en/latest/).

## Status of this project

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ you a simpler API. Helium's name comes from being a lighter chemical element
than Selenium.

For a quick overview of Helium's features, please see
`the project home page <https://github.com/mherrmann/selenium-python-helium>`_.
`the project home page <https://github.com/mherrmann/helium>`_.
Here, in the documentation, you will find a more comprehensive reference.


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
author_email = '[email protected]',
description = 'Lighter browser automation based on Selenium.',
keywords = 'helium selenium browser automation',
url = 'https://github.com/mherrmann/selenium-python-helium',
url = 'https://github.com/mherrmann/helium',
python_requires='>=3',
packages = find_packages(exclude=['tests', 'tests.*']),
install_requires = [
Expand Down

0 comments on commit f3031d2

Please sign in to comment.