Skip to content

docs: fix broken Postman collection markdown link (#319) - #379

Open
maxifwortman wants to merge 1 commit into
mainfrom
fix/319-postman-markdown-link
Open

docs: fix broken Postman collection markdown link (#319)#379
maxifwortman wants to merge 1 commit into
mainfrom
fix/319-postman-markdown-link

Conversation

@maxifwortman

Copy link
Copy Markdown
Contributor

What

The Postman collection link in the API description had a stray space between the label and the URL:

[Postman collection] (https://www.getpostman.com/collections/7a9397ce69ff246f74d0)

so it did not render as a link. Removed the space:

[Postman collection](https://www.getpostman.com/collections/7a9397ce69ff246f74d0)

Validation

swagger.yml still parses as valid YAML.

Fixes #319

Removed the stray space in `[Postman collection] (...)` so the link renders
correctly in the rendered API docs.

Fixes #319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrong Markdown link format in main page

1 participant