Skip to content

Commit f59ed4c

Browse files
committed
Changed to relative link
1 parent 0243d95 commit f59ed4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/docs/Intro.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const Intro = () => {
3131
</p>
3232

3333
<p>
34-
<img src="http://www.allaneagle.com/react-spaces/react-spaces-demo.gif" alt="Screen demo" width="100%" style={{ maxWidth: 1000 }} />
34+
<img src="/react-spaces/react-spaces-demo.gif" alt="Screen demo" width="100%" style={{ maxWidth: 1000 }} />
3535
</p>
3636
</>
3737
)

0 commit comments

Comments
 (0)