Documentation links result in "404 not found"

e.g. the gitlab_project resource: https://registry.terraform.io/providers/gitlabhq/gitlab/latest/docs/resources/project

Has a link to https://docs.gitlab.com/ce/api/projects/

Which is a 404.

It seems the correct address is https://docs.gitlab.com/api/projects/

May I suggest adding HTTP server redirects for the "/ce/" path, to 301 redirect (permanently) to the new path. Then fix all "/ce/" paths in your documentation links to remove that path.

Additionally, when trying to report this issue, I found the provider documentation links to GitHub still, such as links on: https://registry.terraform.io/providers/gitlabhq/gitlab/18.5.0

Please update these as well.

Implementation Guide

Edited by 🤖 GitLab Bot 🤖