Fix broken or redirected documentation links

This merge request updates documentation links throughout the GitLab Terraform provider to point to more accurate and current API documentation pages. The changes fix broken or outdated links by redirecting them to the correct sections of GitLab's API documentation, such as updating references from generic "members" endpoints to more specific "group_members" or "project_members" endpoints. Additionally, some links are updated to reflect GitLab's documentation restructuring, like changing references from enterprise edition specific paths to general API paths, and updating user permission documentation links to point to the current location. These are purely documentation improvements that don't change any functionality - they just ensure users can find the right API documentation when they click on the provided links.

Merge request reports

Loading