Commit 9738e85
committed
docs: Guard tutorial urls
When using a tutorial where we update the url to include the source, the
url can end in characters that some services misinterpret (e.g., if the
url ends in `.`, slack assumes that the `.` is not part of the url). If
the last `src` chunk added does not end in an alphanumeric value, add a
`_=_` property to guard the end of the url.1 parent a43155f commit 9738e85
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| |||
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| 299 | + | |
298 | 300 | | |
299 | 301 | | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
300 | 305 | | |
301 | 306 | | |
302 | 307 | | |
| |||
0 commit comments