Skip to content

Commit af8f4b6

Browse files
committed
Use full absolute URL for cart pole visualization iframe
1 parent 2ace059 commit af8f4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/tutorials/cart-pole.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ The interactive graph displays:
464464

465465
<div style={{textAlign: 'center', margin: '1rem 0'}}>
466466
<iframe
467-
src="/amigo/img/cart_pole_graph.html"
467+
src="https://smdogroup.github.io/amigo/img/cart_pole_graph.html"
468468
width="100%"
469469
height="800"
470470
style={{border: 'none'}}

0 commit comments

Comments
 (0)