Skip to content

Commit ac9c668

Browse files
committed
badge issues
1 parent a09fe83 commit ac9c668

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# LayoutLens: AI-Powered Visual UI Testing
22

3-
[![PyPI version](https://badge.fury.io/py/layoutlens.svg)](https://badge.fury.io/py/layoutlens)
3+
[![PyPI version](https://img.shields.io/pypi/v/layoutlens.svg)](https://pypi.org/project/layoutlens/)
4+
[![Downloads](https://static.pepy.tech/badge/layoutlens)](https://pepy.tech/project/layoutlens)
45
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)
56
[![Documentation](https://img.shields.io/badge/docs-github.io-blue)](https://gojiplus.github.io/layoutlens/)
67

@@ -332,7 +333,7 @@ lens = LayoutLens(
332333

333334
## Resources
334335

335-
- πŸ“– **[Full Documentation](https://layoutlens.readthedocs.io/)** - Comprehensive guides and API reference
336+
- πŸ“– **[Full Documentation](https://gojiplus.github.io/layoutlens/)** - Comprehensive guides and API reference
336337
- 🎯 **[Examples](https://github.com/gojiplus/layoutlens/tree/main/examples)** - Real-world usage patterns
337338
- πŸ› **[Issues](https://github.com/gojiplus/layoutlens/issues)** - Report bugs or request features
338339
- πŸ’¬ **[Discussions](https://github.com/gojiplus/layoutlens/discussions)** - Get help and share ideas

β€Ždocs/index.rstβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
LayoutLens Documentation
22
========================
33

4-
.. image:: https://badge.fury.io/py/layoutlens.svg
5-
:target: https://badge.fury.io/py/layoutlens
4+
.. image:: https://img.shields.io/pypi/v/layoutlens.svg
5+
:target: https://pypi.org/project/layoutlens/
66
:alt: PyPI Version
77

88
.. image:: https://img.shields.io/badge/python-3.11+-blue.svg

0 commit comments

Comments
Β (0)