Skip to content

Commit b5e46ce

Browse files
authored
Update README.md to fix broken link to flow-worker (#1)
* Update README.md * another URL
1 parent 4d1ee35 commit b5e46ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#### Frustratingly simple ETL for Postgres
77

8-
[![ElV2 License](https://badgen.net/badge/License/Elv2/green?icon=github)](https://github.com/PeerDB-io/enterprise/blob/main/LICENSE.md)
8+
[![ElV2 License](https://badgen.net/badge/License/Elv2/green?icon=github)](https://github.com/PeerDB-io/peerdb-enterprise/blob/main/LICENSE.md)
99
[![Slack Community](https://img.shields.io/badge/slack-peerdb-brightgreen.svg?logo=slack)](https://join.slack.com/t/peerdb-public/shared_invite/zt-1wo9jydev-EXInbMtCtpAKFFWdi7QvLQ)
1010

1111
</div>
@@ -20,7 +20,7 @@ At PeerDB, we are building a fast, simple and the most cost effective way to str
2020

2121
PeerDB itself has 5 main services:
2222

23-
1. `flow-worker`: The service that actually runs mirrors and does all the data movement. Written in Golang, source code [here](https://github.com/PeerDB-io/peerdb/tree/main/nexus).
23+
1. `flow-worker`: The service that actually runs mirrors and does all the data movement. Written in Golang, source code [here](https://github.com/PeerDB-io/peerdb/tree/main/flow).
2424
2. `flow-snapshot-worker`: Helps `flow-worker` perform initial snapshot of mirrors. Needs to be available at all times during this phase of a mirror. Shares source code with `flow-worker`.
2525
3. `flow-api`: Hosts the gRPC API that actually creates and manages mirrors. `peerdb-ui` and `peerdb-server` depend on this. Shares source code with `flow-worker` and `flow-snapshot-worker`.
2626
4. `peerdb-ui`: Intuitive web UI for interacting with peers and mirrors. Written in Next.js, source code [here](https://github.com/PeerDB-io/peerdb/tree/main/ui).

0 commit comments

Comments
 (0)