adobe / brackets.io

brackets.io website
111 stars 80 forks source link

Update index.html #86

Closed Denisov21 closed 10 years ago

Denisov21 commented 10 years ago

Correct a small error!

marcelgerber commented 10 years ago

It doesn't make any difference, does it?

Denisov21 commented 10 years ago

In HTML, the file path should be, for example href = "img/test.jpg" or href ="../test.jpg"

marcelgerber commented 10 years ago

Actually, /img/test.jpg is also valid and commonly used. It's relative to root. (http://stackoverflow.com/a/5559597/3455922)

Denisov21 commented 10 years ago

@SAPlayer Hi, ok. I think close this PR!