1
0
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:
Kashish Khullar 2022-08-09 05:34:24 -07:00 committed by GitHub
parent 74ad195be8
commit 7ba1fe0b24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)`.