bencodezen / cssdevconf2017

A repo for my notes from CSS Dev Conf 2017
49 stars 14 forks source link

Whitespace character in file names #7

Closed bencodezen closed 7 years ago

bencodezen commented 7 years ago

When it comes to file names, it's not the best to have whitespaces in the file name. The most annoying issue to probably arise is that all the URLs generated then have a %20 in it.

bencodezen commented 7 years ago

I accidentally did it for the first talk and the link was already live by the time I realized my mistake. Unfortunately it breaks if I change the file name and I decided to preventing broken links and keeping it consistent was more important.