diff --git a/README.md b/README.md index bdd5bf0c051..e27a6c73bc9 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ LightGBM, Light Gradient Boosting Machine [![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/1ys5ot401m0fep6l/branch/master?svg=true)](https://ci.appveyor.com/project/guolinke/lightgbm/branch/master) [![Travis Build Status](https://travis-ci.org/microsoft/LightGBM.svg?branch=master)](https://travis-ci.org/microsoft/LightGBM) [![Documentation Status](https://readthedocs.org/projects/lightgbm/badge/?version=latest)](https://lightgbm.readthedocs.io/) -[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/microsoft/LightGBM/blob/master/LICENSE) -[![Python Versions](https://img.shields.io/pypi/pyversions/lightgbm.svg)](https://pypi.org/project/lightgbm) -[![PyPI Version](https://img.shields.io/pypi/v/lightgbm.svg)](https://pypi.org/project/lightgbm) +[![License](https://img.shields.io/github/license/microsoft/lightgbm.svg)](https://github.com/microsoft/LightGBM/blob/master/LICENSE) +[![Python Versions](https://img.shields.io/pypi/pyversions/lightgbm.svg?logo=python&logoColor=white)](https://pypi.org/project/lightgbm) +[![PyPI Version](https://img.shields.io/pypi/v/lightgbm.svg?logo=pypi&logoColor=white)](https://pypi.org/project/lightgbm) [![Join Gitter at https://gitter.im/Microsoft/LightGBM](https://badges.gitter.im/Microsoft/LightGBM.svg)](https://gitter.im/Microsoft/LightGBM?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Slack](https://lightgbm-slack-autojoin.herokuapp.com/badge.svg)](https://lightgbm-slack-autojoin.herokuapp.com) diff --git a/python-package/README.rst b/python-package/README.rst index 02742565f55..ff44a82d6c6 100644 --- a/python-package/README.rst +++ b/python-package/README.rst @@ -207,11 +207,11 @@ E501 (line too long) and W503 (line break occurred before a binary operator) can Documentation strings (docstrings) are written in the NumPy style. -.. |License| image:: https://img.shields.io/badge/license-MIT-blue.svg +.. |License| image:: https://img.shields.io/github/license/microsoft/lightgbm.svg :target: https://github.com/microsoft/LightGBM/blob/master/LICENSE -.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/lightgbm.svg +.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/lightgbm.svg?logo=python&logoColor=white :target: https://pypi.org/project/lightgbm -.. |PyPI Version| image:: https://img.shields.io/pypi/v/lightgbm.svg +.. |PyPI Version| image:: https://img.shields.io/pypi/v/lightgbm.svg?logo=pypi&logoColor=white :target: https://pypi.org/project/lightgbm .. |Downloads| image:: https://pepy.tech/badge/lightgbm :target: https://pepy.tech/project/lightgbm