line / armeria

Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
https://armeria.dev
Apache License 2.0
4.82k stars 915 forks source link

Fix the outdated link for settings.jar in developer guide #4811

Open babjo opened 1 year ago

babjo commented 1 year ago

In https://armeria.dev/community/developer-guide/, the link for settings.jar currently points to the master branch. It needs to be updated to point to the main branch. image

The link has already been fixed but the code hasn't been released. https://github.com/line/armeria/blob/main/site/src/pages/community/developer-guide.mdx?plain=1#L50

ikhoon commented 1 year ago

Thanks for the report. We usually update https://armeria.dev when a new version is released. The link also be fixed when 1.23.0 is released.