webmachinelearning / webnn

🧠 Web Neural Network API
https://www.w3.org/TR/webnn/
Other
397 stars 48 forks source link

Build fix: Correct link for "transferred" term #679

Closed inexorabletash closed 6 months ago

inexorabletash commented 6 months ago

Previously, a link to "transferred" was not scoped, and Bikeshed was silently linking to Verifiable Credentials Data Model v2.0's definition of the term. That term went away, so Bikeshed will now emit an error.

Fix by correctly scoping the link.


Preview | Diff

inexorabletash commented 6 months ago

@anssiko - can you review and merge if this seems harmless?

(Note: After some shenanigans, my in-progress lint tool will now validate that new normative references don't slip in.)

inexorabletash commented 6 months ago

I was hoping to catch @anssiko before EOD his time, but maybe you can merge this one @fdwr ?