Skip to content

Commit f32c97e

Browse files
committed
2 parents 4db6042 + fe56fe7 commit f32c97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can install `AsynchronousIterativeAlgorithms` by typing
2323
julia> ] add AsynchronousIterativeAlgorithms
2424
```
2525

26-
## [Quick start](@id quick_start)
26+
## Quick start
2727

2828
Say you want to implement a distributed version of *Stochastic Gradient Descent* (SGD). You'll need to define:
2929

@@ -32,7 +32,7 @@ Say you want to implement a distributed version of *Stochastic Gradient Descent*
3232
- the **worker step** performed by the workers when they receive a query `q::Q` from the central node
3333
- the asynchronous **central step** performed by the central node when it receives an answer `a::A` from a `worker`
3434

35-
![Sequence Diagram](docs/assets/sequence_diagram.png)
35+
![Sequence Diagram](docs/src/assets/sequence_diagram.png)
3636

3737
Let's first of all set up our distributed environment.
3838

0 commit comments

Comments
 (0)