You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The images on the chapter pages appear to be using a relative url that is incorrect:
This seems to be because the markdown is ![](img\img.png), where that resolves to .../blob/gh-pages/chapters/img/todos_a.png, when it should resolve to .../blob/gh-pages/img/todos_a.png.
The text was updated successfully, but these errors were encountered:
The images on the chapter pages appear to be using a relative url that is incorrect:
This seems to be because the markdown is
![](img\img.png)
, where that resolves to.../blob/gh-pages/chapters/img/todos_a.png
, when it should resolve to.../blob/gh-pages/img/todos_a.png
.The text was updated successfully, but these errors were encountered: