Skip to content

Commit f43d884

Browse files
authored
EMAP moved to DHCT (#39)
1 parent 9b5f5e9 commit f43d884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Satellite
22

33
Satellite is a Python package for creating and populating an
4-
[EMAP star](https://github.com/UCLH-DHCT/emap/tree/main/emap-star) schema
4+
[EMAP star](https://github.com/SAFEHR-data/emap/tree/main/emap-star) schema
55
with completely synthetic/fake data.
66

77
The `Dockerfile` is suitable to build a postgres instance directly

satellite/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from satellite._settings import EnvVar
2020
from satellite._utils import call_every_n_seconds
2121

22-
REPO_URL = "https://github.com/UCLH-DHCT/emap"
22+
REPO_URL = "https://github.com/SAFEHR-data/emap"
2323

2424
star = DatabaseSchema(
2525
name=EnvVar("STAR_SCHEMA_NAME").or_default(),

0 commit comments

Comments
 (0)