diff --git a/content/docs/dissemination/_index.md b/content/docs/dissemination/_index.md
index e429a7f..92925d1 100644
--- a/content/docs/dissemination/_index.md
+++ b/content/docs/dissemination/_index.md
@@ -30,7 +30,7 @@ flowchart TD
end
Distribution[Decentralized Distribution]
- Torrent["Accelerated Peer-to-Peer (P2P)"]
+ Torrent["P2P Technology"]
subgraph Consumers [Consumption]
Users[Data People & Developers]
@@ -61,22 +61,16 @@ flowchart TD
a8@{animate: true, animation: slow}
%% Mirror Connections
- mirrors a12@--> Users
+ mirrors a12@--> Consumers
a12@{animate: true, animation: slow}
- mirrors a13@--> Systems
- a13@{animate: true, animation: slow}
-
mirrors a9@-.->|Pooled| Torrent
a9@{animate: true, animation: fast}
%% Torrent Connections
- Torrent a10@--> Users
+ Torrent a10@--> Consumers
a10@{animate: true, animation: fast}
- Torrent a11@--> Systems
- a11@{animate: true, animation: fast}
-
%% Click Actions
click Sources "https://www.dataforcanada.org/#high-level-overview" _blank
click Processes "https://www.dataforcanada.org/docs/processes/" _blank
@@ -146,7 +140,7 @@ graph TD
BTNetwork(["P2P Network
(Massive Data Pool)"])
%% The Process Flow
- Catalog -->|"1. Syncs metadata & identifies 'at-risk' data"| SmartNode
+ Catalog -->|"1. Syncs metadata"| SmartNode
note["Note: The Node does NOT
download the whole file."]
SmartNode -.- note