I followed this migration guide: https://strapi.io/documentation/v3.x/migration-guide/migration-guide-3.0.x-to-3.1.x.html
Everything is still working but my “Roles & Permissions” link has gone missing from the admin menu. Can someone help me to put it back?
(image below just shows where the link is missing)
@sethpkendall
This is normal, it was moved to the settings menu in v3.1.5 (hence no link in the migration guide)
Note : Please note that the Users & Permissions on the left menu has been moved into the Settings menu per PR: #7467
Something I generally suggest to everyone making large jumps is you review the change logs we post on Github: Releases · strapi/strapi · GitHub
Thanks Derrick! This makes sense.