Skip to content

Commit

Permalink
update to new url path (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwaits authored Feb 5, 2024
1 parent 989575e commit c6280dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const OpenApiSchemaOptions: SwaggerOptions = {
info: {
title: 'Token Metadata API',
description:
'Service that indexes metadata for every SIP-009, SIP-010, and SIP-013 Token in the Stacks blockchain and exposes it via REST API endpoints.',
'Welcome to the API reference overview for the [Token Metadata API](https://docs.hiro.so/token-metadata-api). Service that indexes metadata for every SIP-009, SIP-010, and SIP-013 Token in the Stacks blockchain and exposes it via REST API endpoints.',
version: SERVER_VERSION.tag,
},
externalDocs: {
Expand Down

0 comments on commit c6280dc

Please sign in to comment.