Commit 61e14df
committed
Prevent linkification of URL in error message
GitHub Flavored Markdown automatically linkifies URLs and web addresses. A link is a "click me" signal to the reader. In
this case, there is no reason for the reader to visit the web address. The error message is only displaying it to make it
clear what is being referred to. So the linkification actually has a harmful effect on readability and might sidetrack
the reader.1 parent 91f8639 commit 61e14df
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
263 | | - | |
| 263 | + | |
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments