diff --git a/README.md b/README.md index 2166462..24b95ed 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ [![Known Vulnerabilities](https://snyk.io/test/github/RedisJSON/redisjson-py/badge.svg?targetFile=pyproject.toml)](https://snyk.io/test/github/RedisJSON/redisjson-py?targetFile=pyproject.toml) # redisgears-py -[![Forum](https://img.shields.io/badge/Forum-RedisGears-blue)](https://forum.redislabs.com/c/modules/redisgears) +[![Forum](https://img.shields.io/badge/Forum-RedisGears-blue)](https://forum.redis.com/c/modules/redisgears) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/6yaVTtp) [RedisGears](http://redisgears.io) python client (support python3 only!) diff --git a/pyproject.toml b/pyproject.toml index ad7dec4..e9fb14a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "gearsclient" version = "1.0.2" description = "RedisGears Python Client" -authors = ["RedisLabs "] +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.md"