Just migrating a site from 2 to 3 and stuck on this little call, cannot find anything in the docs at all.
Matrix field, Entries.
<a href="{{ entry.featuredProjectLink.getUrl() }}">
Cannot for the life of me find the equivalent/new way in the docs.
TIA
featuredProjectLinka field of type Matrix? if so you won't receive a url because matrix blocks don't have an URL. You need to either select a field of typeCategories, Entries, Assetsor a field inside your matrix – Robin Schambach May 22 '18 at 18:32