shanselman / SmallestDotNet

SmallestDotNet - SmallestDotNet.com is a single page site that does one thing. It tells you the smallest, easiest download you'd need to get the .NET Framework on your system.
MIT License
130 stars 64 forks source link

Fixed a link #19

Closed jphellemons closed 12 years ago

jphellemons commented 12 years ago

I have fixed a non working url. Somehow it shows a strange diff from the online github tool... only changed the url at line 114 from default.aspx

This will be the record for smallest and most useless pull request ever :)

msarchet commented 12 years ago

It looks like you changed the line endings with your commit. That why the whole file is being marked as changed.

shanselman commented 12 years ago

Which link? I'll fix it in the master,

jphellemons commented 12 years ago

Line 114 in Default.aspx, not a big deal. but here is the new line: < p>However, if the site breaks or tells you something that's not right, < a href="https://github.com/shanselman/SmallestDotNet/issues/new">file an issue.< /a>< /p> I have read https://help.github.com/articles/dealing-with-line-endings and it seems to be an issue with my windows github client. sorry for that! I have added spaces because of the html parsing.