Skip to content

Commit 8860e90

Browse files
committed
Update outdated URLs in READMEs
1 parent 9d99ddb commit 8860e90

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ image:https://coveralls.io/repos/github/Yubico/java-webauthn-server/badge.svg["C
99

1010
Server-side https://www.w3.org/TR/webauthn/[Web Authentication] library for
1111
Java. Provides implementations of the
12-
https://www.w3.org/TR/webauthn/#rp-operations[Relying Party operations] required
12+
https://www.w3.org/TR/webauthn/#sctn-rp-operations[Relying Party operations] required
1313
for a server to support Web Authentication. This includes registering
1414
authenticators and authenticating registered authenticators.
1515

@@ -68,7 +68,7 @@ In addition to the main `webauthn-server-core` module, there are also:
6868
- Generates request objects suitable as parameters to
6969
`navigator.credentials.create()` and `.get()`
7070
- Performs all necessary
71-
https://www.w3.org/TR/webauthn/#rp-operations[validation logic] on the
71+
https://www.w3.org/TR/webauthn/#sctn-rp-operations[validation logic] on the
7272
response from the client
7373
- No mutable state or side effects - everything (except builders) is thread safe
7474
- Optionally integrates with a "metadata service" to verify

webauthn-server-core/README

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ it.
1313

1414
== Unimplemented features
1515

16-
* https://www.w3.org/TR/webauthn/#ecdaa[ECDAA] attestation type
16+
* https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#ecdaa[ECDAA] attestation type
1717
* Attestation statement formats:
18-
** https://www.w3.org/TR/webauthn/#tpm-attestation[`tpm`]
19-
** https://www.w3.org/TR/webauthn/#android-key-attestation[`android-key`]
18+
** https://www.w3.org/TR/webauthn/#sctn-tpm-attestation[`tpm`]
19+
** https://www.w3.org/TR/webauthn/#sctn-android-key-attestation[`android-key`]
2020
* Extensions:
21-
** https://www.w3.org/TR/webauthn/#sctn-simple-txauth-extension[`txAuthSimple`]
22-
** https://www.w3.org/TR/webauthn/#sctn-generic-txauth-extension[`txAuthGeneric`]
23-
** https://www.w3.org/TR/webauthn/#sctn-authenticator-selection-extension[`authnSel`]
24-
** https://www.w3.org/TR/webauthn/#sctn-supported-extensions-extension[`exts`]
25-
** https://www.w3.org/TR/webauthn/#sctn-uvi-extension[`uvi`]
26-
** https://www.w3.org/TR/webauthn/#sctn-location-extension[`loc`]
21+
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-simple-txauth-extension[`txAuthSimple`]
22+
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-generic-txauth-extension[`txAuthGeneric`]
23+
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-authenticator-selection-extension[`authnSel`]
24+
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-supported-extensions-extension[`exts`]
25+
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-uvi-extension[`uvi`]
26+
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-location-extension[`loc`]
2727
** https://www.w3.org/TR/webauthn/#sctn-uvm-extension[`uvm`]
28-
** https://www.w3.org/TR/webauthn/#sctn-authenticator-biometric-criteria-extension[`biometricPerfBounds`]
28+
** https://www.w3.org/TR/2019/REC-webauthn-1-20190304/#sctn-authenticator-biometric-criteria-extension[`biometricPerfBounds`]

webauthn-server-demo/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ would be specific to a particular Relying Party (RP) would go in this layer.
5858
class.
5959
+
6060
This layer implements the Web Authentication
61-
https://www.w3.org/TR/webauthn/#rp-operations[Relying Party Operations], and
61+
https://www.w3.org/TR/webauthn/#sctn-rp-operations[Relying Party Operations], and
6262
takes care of all RP-agnostic parts of the Web Authentication logic: generating
6363
challenges and verifying all aspects of the responses. It is mostly stateless,
6464
and exposes integration points for storage of challenges and credentials. Some

0 commit comments

Comments
 (0)