Yubico / java-webauthn-server

Server-side Web Authentication library for Java https://www.w3.org/TR/webauthn/#rp-operations
Other
457 stars 142 forks source link

404 attestation migration guide link on DYC #368

Closed elukewalker closed 3 days ago

elukewalker commented 1 month ago

Steps to repo:

  1. Click the webauthn-server-attestation "its own migration guide" on link on https://developers.yubico.com/java-webauthn-server/Migrating_from_v1.html (https://github.com/Yubico/java-webauthn-server/blob/362f1b401186a7e9e18011b5dc0c6fbf9786e8ad/doc/Migrating_from_v1.adoc?plain=1#L14)

Expectation:

  1. webauthn-server-attestation migration page is displayed

Actual:

  1. 404

Actions taken:

Open question:

emlun commented 1 month ago

Good catch, thanks!

I guess we could just hard-link to the developers page, even if you're reading the migration guide on GitHub?

emlun commented 3 days ago

This is now fixed as far as I can tell. Thanks!