Skip to content

Commit 9b41f77

Browse files
authored
Change image source in select_op documentation
Updated the image source for the select_op workflow.
1 parent a4f3f38 commit 9b41f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/concurrent/select_op.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ only one case will be executed.
254254
### select_op flow
255255

256256
<p align="center">
257-
<img src="https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/select_op_workflow.png"/><br/>
257+
<img src="https://raw.githubusercontent.com/PaddlePaddle/docs/blob/develop/docs/design/concurrent/images/select_op_workflow.png"/><br/>
258258
</p>
259259

260260
The select algorithm is inspired by golang's select routine. Please refer to

0 commit comments

Comments
 (0)