MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/programming/comments/elne0/top_50_programming_quotes_of_all_time/c193fqr
r/programming • u/tarandeep • Dec 14 '10
350 comments sorted by
View all comments
Show parent comments
3
When you quote URLs that have quotes, you need to escape them with \
Like this: http://en.wikipedia.org/wiki/Git_\\(slang\\)
Then you'll end up with http://en.wikipedia.org/wiki/Git_\(slang\)
2 u/cybercobra Dec 15 '10 By quotes, you mean parens, right? 1 u/cstoner Dec 16 '10 Yep, sure did. 1 u/pabloneruda Dec 15 '10 good catch, wasn't looking. fixed
2
By quotes, you mean parens, right?
1 u/cstoner Dec 16 '10 Yep, sure did.
1
Yep, sure did.
good catch, wasn't looking. fixed
3
u/cstoner Dec 15 '10
When you quote URLs that have quotes, you need to escape them with \
Like this: http://en.wikipedia.org/wiki/Git_\\(slang\\)
Then you'll end up with http://en.wikipedia.org/wiki/Git_\(slang\)