From 3f7496e6e159726c3c5b6daa9af8828bed5c17b3 Mon Sep 17 00:00:00 2001 From: Markus Sabadello Date: Thu, 11 Apr 2024 16:51:55 +0200 Subject: [PATCH] Fix link --- docs/driver-development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/driver-development.md b/docs/driver-development.md index cbd33894..b521da57 100644 --- a/docs/driver-development.md +++ b/docs/driver-development.md @@ -47,7 +47,7 @@ It should return a DID state object like the following in the HTTP body: } ``` -A Swagger API definition is available [here](https://github.com/decentralized-identity/universal-registrar/blob/master/swagger/api-driver.yml). +A Swagger API definition is available [here](https://github.com/decentralized-identity/universal-registrar/blob/main/openapi/openapi.yaml). For more information about this interface, see the [DID Registration](https://identity.foundation/did-registration/) specification.