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
- Read the CONTRIBUTING.md guide to get your local development environment set up.
- Update the documentation URL in https://gitlab.com/gitlab-org/terraform-provider-gitlab/-/blob/main/internal/provider/sdk/resource_gitlab_project.go#L896 to https://docs.gitlab.com/api/projects/
- Run
make reviewableto regenerate the documentation
Edited by 🤖 GitLab Bot 🤖