This is actually already fixed—there was just a deployment issue which will hopefully be resolved shortly. :)
In Markdown, [foo][] is actually shorthand for [foo][foo], and will resolve to [foo]: ... when it's processed. (The problem here wasn't that [Webpack][] was wrong, it's that I was actually missing a corresponding [webpack]: ... URL in the version that's deployed on the web site!)
This is actually already fixed—there was just a deployment issue which will hopefully be resolved shortly. :)
In Markdown,
[foo][]
is actually shorthand for[foo][foo]
, and will resolve to[foo]: ...
when it's processed. (The problem here wasn't that[Webpack][]
was wrong, it's that I was actually missing a corresponding[webpack]: ...
URL in the version that's deployed on the web site!)