Skip to content

Commit 57321c0

Browse files
committed
Fixing the relative link in the include
1 parent ad73c1f commit 57321c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/content/how-a-sync-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ When Segment loads data into your warehouse, each sync goes through the followin
22
1. **Ping:** Segment servers try to connect to your warehouse.
33
2. **Scan:** Segment finds new events and updated objects.
44
3. **Download:** Segment pulls events and objects from AWS S3 or Dynamo into a staging area.
5-
4. **Process:** The raw Segment event and object archive files are pulled from the staging area and transformed into database-specific formats. The [warehouse schema](schema/) is also defined in this step.
5+
4. **Process:** The raw Segment event and object archive files are pulled from the staging area and transformed into database-specific formats. The [warehouse schema](/docs/connections/storage/warehouses/schema/) is also defined in this step.
66
5. **Load:** Segment de-duplicates the transformed data and loads it into your warehouse. If you have queries set up in your warehouse, they run after the data was loaded into your warehouse.

0 commit comments

Comments
 (0)