Skip to content

Commit f59f8d0

Browse files
committed
updated url's
1 parent b99beb7 commit f59f8d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

connectors/postgres/demo/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Docker compatible [*nix OS](https://en.wikipedia.org/wiki/Unix-like) and [Docker
44
<br>Execute the following commands (copy & paste) to download and setup Redis Connect Postgres Connector and demo scripts.
55
i.e.</br>
66
```bash
7-
wget -c https://github.com/RedisLabs-Field-Engineering/redis-connect-dist/archive/main.zip && \
7+
wget -c https://github.com/redis-field-engineering/redis-connect-dist/archive/main.zip && \
88
mkdir -p redis-connect-postgres/demo && \
99
unzip main.zip "redis-connect-dist-main/connectors/postgres/demo/*" -d redis-connect-postgres/demo && \
1010
cp -R redis-connect-postgres/demo/redis-connect-dist-main/connectors/postgres/demo/* redis-connect-postgres/demo && \
@@ -465,7 +465,7 @@ Similarly `UPDATE` and `DELETE` records on Postgres source and see Redis target
465465

466466
-------------------------------
467467

468-
### [_Custom Stage_](https://github.com/RedisLabs-Field-Engineering/redis-connect-custom-stage-demo)
468+
### [_Custom Stage_](https://github.com/redis-field-engineering/redis-connect-custom-stage-demo)
469469

470470
Review the Custom Stage Demo then use the pre-built CustomStage function by passing it as an external library then follow the same [Initial Loader Steps](#initial-loader-steps) and [CDC Steps](#cdc-steps).
471471

0 commit comments

Comments
 (0)