Skip to content

Commit

Permalink
Merge pull request #364 from uc-cdis/pieterlukasse-patch-3
Browse files Browse the repository at this point in the history
fix: update README.md with correct dataguids URL
  • Loading branch information
pieterlukasse committed Nov 3, 2023
2 parents 952e3f7 + 8406095 commit bb3b1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -176,7 +176,7 @@ The additional usage of the Gen3 Auth services will enable data access through s

If you know the URL of a particular Data GUID resolution service (like Indexd), which is associated with a particular prefix, you can directly access that service to get the relevant record.

Otherwise, you can access a centralized resolver like [dataguid.org](dataguid.org), which will resolve you to the data GUID service associated with the GUID's prefix.
Otherwise, you can access a centralized resolver like [dataguids.org](dataguids.org), which will resolve you to the data GUID service associated with the GUID's prefix.

Indexd's distributed resolution logic for a given GUID/alias is roughly as follows:

Expand Down
2 changes: 1 addition & 1 deletion openapis/README.md
@@ -1,6 +1,6 @@
# TL;DR

[Swagger](https://swagger.io/getting-started-with-swagger-i-what-is-swagger/) specification of indexd's REST API
[Swagger](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/uc-cdis/indexd/master/openapis/swagger.yaml) specification of indexd's REST API

## Swagger Tools

Expand Down

0 comments on commit bb3b1d8

Please sign in to comment.