From 6b5b7b8c04b2beb35ca6a08fa5f84fc0a087ded8 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Wed, 29 Sep 2021 13:45:35 +0300 Subject: [PATCH 1/2] s/RedisLabs/Redis/ in select places --- LICENSE | 2 +- README.md | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/LICENSE b/LICENSE index a9e8715..331f6c9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018, Redis Labs Modules +Copyright (c) 2018, Redis Modules All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index 950940d..328a953 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Codecov](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader) # redisgraph-bulk-loader -[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redislabs.com/c/modules/redisgraph) +[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum..com/c/modules/redisgraph) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P) A Python utility for building RedisGraph databases from CSV inputs @@ -14,7 +14,7 @@ A Python utility for building RedisGraph databases from CSV inputs The bulk loader utility requires a Python 3 interpreter. A Redis server with the [RedisGraph](https://github.com/RedisLabsModules/RedisGraph) module must be running. Installation instructions may be found at: -https://oss.redislabs.com/redisgraph/ +https://oss..com/redisgraph/ ## Installation The bulk loader can be installed using pip: diff --git a/pyproject.toml b/pyproject.toml index f19c9f8..2e73153 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisgraph-bulk-loader" version = "0.9.14" description = "RedisGraph Bulk Import Tool" -authors = ["RedisLabs "] +authors = ["Redis "] license = "BSD-3-Clause" readme = "README.md" From f3031a2e5ca010a3e9f6b48d63b6c608189b3897 Mon Sep 17 00:00:00 2001 From: "Chayim I. Kirshen" Date: Thu, 18 Nov 2021 17:03:47 +0200 Subject: [PATCH 2/2] fixes --- README.md | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 328a953..2005f19 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Codecov](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader) # redisgraph-bulk-loader -[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum..com/c/modules/redisgraph) +[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redis.com/c/modules/redisgraph) [![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P) A Python utility for building RedisGraph databases from CSV inputs @@ -14,7 +14,7 @@ A Python utility for building RedisGraph databases from CSV inputs The bulk loader utility requires a Python 3 interpreter. A Redis server with the [RedisGraph](https://github.com/RedisLabsModules/RedisGraph) module must be running. Installation instructions may be found at: -https://oss..com/redisgraph/ +https://oss.redis.com/redisgraph/ ## Installation The bulk loader can be installed using pip: diff --git a/pyproject.toml b/pyproject.toml index 2e73153..f83f9b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "redisgraph-bulk-loader" version = "0.9.14" description = "RedisGraph Bulk Import Tool" -authors = ["Redis "] +authors = ["Redis Inc "] license = "BSD-3-Clause" readme = "README.md"