diff --git a/README.rst b/README.rst index 3d05052..056ee48 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ redisai-py :target: https://redisai-py.readthedocs.io/en/latest/?badge=latest .. image:: https://img.shields.io/badge/Forum-RedisAI-blue - :target: https://forum.redislabs.com/c/modules/redisai + :target: https://forum.redis.com/c/modules/redisai .. image:: https://img.shields.io/discord/697882427875393627?style=flat-square :target: https://discord.gg/rTQm7UZ diff --git a/docs/conf.py b/docs/conf.py index d098b8d..0d5acc9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -1,6 +1,6 @@ project = "redisai-py" -copyright = "2020, RedisLabs" -author = "RedisLabs" +copyright = "2020, Redis" +author = "Redis" release = "1.0.2" extensions = [ "sphinx.ext.autodoc", diff --git a/pyproject.toml b/pyproject.toml index 138a9f5..d6f8596 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisai" version = "1.2.1" description = "RedisAI Python Client" -authors = ["RedisLabs "] +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.rst" @@ -53,7 +53,7 @@ scikit-image = "==0.16.2" "Project URL" = "https://redisai.io" Repository = "https://github.com/RedisAI/redisai-py" Documentation = "https://redisai.readhtedocs.io" -Homepage = "https://oss.redislabs.com/redisai/" +Homepage = "https://oss..com/redisai/" Tracker = "https://github.com/RedisAI/redisai-py/issues" [build-system]