|
@@ -338,7 +338,7 @@ Fired when Transloadit has received all uploads, and is currently executing the
|
|
|
|
|
|
**Parameters**
|
|
**Parameters**
|
|
|
|
|
|
- - `assembly` - The [Assembly Status](https://transloadit.com/docs/api-docs/#assembly-status-response) of the Assembly that is currently executing.
|
|
|
|
|
|
+ - `assembly` - The [Assembly Status](https://transloadit.com/docs/api/#assembly-status-response) of the Assembly that is currently executing.
|
|
|
|
|
|
### `transloadit:result`
|
|
### `transloadit:result`
|
|
|
|
|
|
@@ -379,4 +379,4 @@ uppy.on('transloadit:complete', (assembly) => {
|
|
})
|
|
})
|
|
```
|
|
```
|
|
|
|
|
|
-[assembly-status]: https://transloadit.com/docs/api-docs/#assembly-status-response
|
|
|
|
|
|
+[assembly-status]: https://transloadit.com/docs/api/#assembly-status-response
|