diff --git a/README.md b/README.md
index 2699a7f..a105309 100644
--- a/README.md
+++ b/README.md
@@ -132,28 +132,5 @@ The library provides Python wrappers for all Chrome DevTools Protocol domains:
- **Security**: Security-related information
- And many more...
-For complete API documentation, visit [py-cdp.readthedocs.io](https://py-cdp.readthedocs.io).
-
-### Type System
-
-All CDP types, commands, and events are fully typed with Python type hints, providing:
-- IDE autocomplete support
-- Static type checking with mypy
-- Clear API contracts
-- Inline documentation
-
-## Contributing
-
-We welcome contributions! Please see our [Contributing Guide](CONTRIBUTING.md) for details on:
-- How to report bugs and request features
-- Development setup and workflow
-- Coding standards and testing requirements
-- Pull request process
-
-For questions or discussions, feel free to open an issue on GitHub.
-
-## License
-
-This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
-
-
+All CDP types, commands, and events are fully typed with Python type hints for
+IDE autocomplete, static type checking, and clear API contracts.
diff --git a/docs/develop.rst b/docs/develop.rst
index 3e6bd73..e584d0d 100644
--- a/docs/develop.rst
+++ b/docs/develop.rst
@@ -8,7 +8,7 @@ step is required in that scenario.
The repository uses `Poetry `_ to manage dependencies. Once
you have Poetry installed, use this command to create a new virtual environment and
-install PyCDP and its dependencies (including dev dependencies0 in it.
+install PyCDP and its dependencies (including dev dependencies) in it.
::
diff --git a/docs/index.rst b/docs/index.rst
index e9b97d8..630e1c0 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -11,7 +11,7 @@ Python wrappers for Chrome DevTools Protocol (CDP).
overview
getting_started
- connection
+ browser_control
api
develop
changelog
@@ -22,9 +22,3 @@ Indices
* :ref:`genindex`
* :ref:`modindex`
-
-
-.. image:: https://hyperiongray.s3.amazonaws.com/define-hg.svg
- :target: https://www.hyperiongray.com/?pk_campaign=github&pk_kwd=pycdp
- :alt: define hyperiongray
- :width: 400px
diff --git a/docs/overview.rst b/docs/overview.rst
index 5ace8f4..39de752 100644
--- a/docs/overview.rst
+++ b/docs/overview.rst
@@ -30,13 +30,9 @@ wrappers, this project makes it easier and faster to write CDP client code.
this, providing Playwright-style helpers for navigation, element interaction,
screenshots, and more. See :doc:`browser_control` for details.
-**This package provides Chrome DevTools Protocol r678025.** Download a compatible
-Chrome package:
-
-* `Linux `_
-* `Mac `_
-* `Windows 32-bit `_
-* `Windows 64-bit `_
+**This package provides Chrome DevTools Protocol r678025.** For a current,
+maintained way to download Chrome/Chromium builds, use
+`Chrome for Testing `_.
**Install from PyPI (requires Python ≥3.8):**