Skip to content

Commit a4f3f38

Browse files
authored
Update image links in channel documentation
1 parent 8fd0356 commit a4f3f38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/design/concurrent/channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,13 @@ current thread under two conditions:
114114
#### Channel Send
115115

116116
<p align="center">
117-
<img src="https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/channel_send.png"/><br/>
117+
<img src="https://raw.githubusercontent.com/PaddlePaddle/docs/blob/develop/docs/design/concurrent/images/channel_send.png"/><br/>
118118
</p>
119119

120120
#### Channel Receive
121121

122122
<p align="center">
123-
<img src="https://raw.githubusercontent.com/PaddlePaddle/Paddle/develop/doc/fluid/images/channel_recv.png"/><br/>
123+
<img src="https://raw.githubusercontent.com/PaddlePaddle/docs/blob/develop/docs/design/concurrent/images/channel_recv.png"/><br/>
124124
</p>
125125

126126
## Limitations and Considerations

0 commit comments

Comments
 (0)