springdoc / springdoc.github.io

Library for OpenAPI 3 with spring-boot
https://springdoc.org
Apache License 2.0
9 stars 42 forks source link

Fix incorrect demo URL in v2 #48

Closed key-del-jeeinho closed 1 year ago

key-del-jeeinho commented 1 year ago

While looking at the springdoc v2 guide, I found that the demo is referring to v1 demo, not the demo of v2. Regarding this, I changed url to 2.x branch.

If this is a problem caused by a demo not yet updated on the master branch, it seems necessary to add a explanation to the official document.

Thank you.