mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
Fixed broken link to sequence diagram (#1102)
Changed spaces to "%20" and added correct image path
This commit is contained in:
parent
74ad195be8
commit
7ba1fe0b24
@ -9,7 +9,7 @@ description: Architecture overview
|
||||
|
||||
Here's the sequence diagram for starting a new compute job.
|
||||
|
||||
!\[Sequence Diagram for computing services]\(images/Starting New Compute Job.png)
|
||||
![Sequence Diagram for computing services](../images/Starting%20New%20Compute%20Job.png)
|
||||
|
||||
The Consumer calls the Provider with `start(did, algorithm, additionalDIDs)`. It returns job id `XXXX`. The Provider oversees the rest of the work. At any point, the Consumer can query the Provider for the job status via `getJobDetails(XXXX)`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user