Skip to content

Commit ab486bf

Browse files
committed
docs: correct image path
1 parent 5402b58 commit ab486bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fundamentals/the-angular-httpclient-and-interceptors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ And immutability ensures that the interceptor chain can re-process the same requ
3434
You can use multiple interceptors but keep this in mind that Angular applies interceptors in the order that you provide them.
3535
If you provide interceptors A, then B, then C, requests will flow in A->B->C and responses will flow out C->B->A.
3636

37-
![alt text](images/interceptors-flow.png 'Interceptors flow')
37+
![Interceptors flow](/images/interceptors-flow.png 'Interceptors flow')
3838

3939
Another nice thing about interceptors is that they can process the request and response together.
4040
This gives the possibility to combine a feature on the whole event.

0 commit comments

Comments
 (0)