V25 web component path

I’m trying to create a custom component and following this page How to package a Vaadin component as a reusable add-on. The information given here and here How to use web components in Vaadin are not in SYNC as per my understanding. In V25, the path has been changed and so the new path is src/main/resources/META-INF/resources/frontend/ but this page says differently

. So, please let me know which path is correct ?

Thank you for noticing. The correct path hasn’t changed in Vaadin 25 but it has always been src/main/resources/META-INF/resources/frontend/.

I’ve created a PR for updating this in the documentation: Use the right frontend location for add-ons by Legioth · Pull Request #5469 · vaadin/docs · GitHub