Skip to content

fix: Fixing broken URL

Ian Pedowitz requested to merge ipedowitz-main-patch-a27f into main

Description

The URL was pointing to https://docs.gitlab.com/ee/user/project/repository/code_suggestions.html#supported-languages, which isn't valid. Updated to point to https://docs.gitlab.com/ee/user/project/repository/code_suggestions/supported_extensions.html#supported-languages

Related Issues

Resolves #[issue_number]

How has this been tested?

Screenshots (if appropriate)

What CHANGELOG entry will this MR create?

  • fix: Bug fix fixes - a user-facing issue in production - included in changelog
  • feature: New feature - a user-facing change which adds functionality - included in changelog
  • BREAKING CHANGE: (fix or feature that would cause existing functionality to change) - should bump major version, mentioned in the changelog
  • None - other non-user-facing changes

Merge request reports