Skip to content

Commit c4bd0e3

Browse files
authored
s/RedisLabs/Redis/ in select places (#79)
s/RedisLabs/Redis/ in select places
1 parent 820da2c commit c4bd0e3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Redis Labs Modules
3+
Copyright (c) 2018, Redis Modules
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Codecov](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/RedisGraph/redisgraph-bulk-loader)
66

77
# redisgraph-bulk-loader
8-
[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redislabs.com/c/modules/redisgraph)
8+
[![Forum](https://img.shields.io/badge/Forum-RedisGraph-blue)](https://forum.redis.com/c/modules/redisgraph)
99
[![Discord](https://img.shields.io/discord/697882427875393627?style=flat-square)](https://discord.gg/gWBRT6P)
1010

1111
A Python utility for building RedisGraph databases from CSV inputs
@@ -14,7 +14,7 @@ A Python utility for building RedisGraph databases from CSV inputs
1414
The bulk loader utility requires a Python 3 interpreter.
1515

1616
A Redis server with the [RedisGraph](https://github.com/RedisLabsModules/RedisGraph) module must be running. Installation instructions may be found at:
17-
https://oss.redislabs.com/redisgraph/
17+
https://oss.redis.com/redisgraph/
1818

1919
## Installation
2020
The bulk loader can be installed using pip:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "redisgraph-bulk-loader"
33
version = "0.9.14"
44
description = "RedisGraph Bulk Import Tool"
5-
authors = ["RedisLabs <oss@redislabs.com>"]
5+
authors = ["Redis Inc <oss@redis.com>"]
66
license = "BSD-3-Clause"
77
readme = "README.md"
88

0 commit comments

Comments
 (0)