1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Fix broken links (#53973)

This commit is contained in:
Siara
2025-01-16 15:30:43 -08:00
committed by GitHub
parent 8fde1c90b9
commit 5122e49f13
2 changed files with 2 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ body:
## Labels are too similar
Similar labels may be processed into identical references. If an `id` attribute is not provided for an `input`, the `label` attribute is used to generate a reference to the `input` field. To do this, we process the `label` by leveraging the Rails [parameterize](https://apidock.com/rails/ActiveSupport/Inflector/parameterize) method. In some cases, two labels that are distinct can be processed into the same parameterized string.
Similar labels may be processed into identical references. If an `id` attribute is not provided for an `input`, the `label` attribute is used to generate a reference to the `input` field. To do this, we process the `label` by leveraging the Rails [parameterize](https://www.rubydoc.info/docs/rails/ActiveSupport/Inflector#parameterize-instance_method) method. In some cases, two labels that are distinct can be processed into the same parameterized string.
### Example of "labels are too similar" error

View File

@@ -1,3 +1,3 @@
>[!NOTE]
>Issue types, sub-issues, and advanced issue search are currently in {% data variables.release-phases.public_preview %} for organizations. See the [GitHub Blog](https://github.blog/changelog/2025-01-13-evolving-github-issues).
>Issue types, sub-issues, and advanced issue search are currently in {% data variables.release-phases.public_preview %} for organizations. See the [GitHub Blog](https://github.blog/changelog/2025-01-13-evolving-github-issues-public-preview/).
<!-- also update the tip in search-github/searching-on-github/searching-issues-and-pull-requests -->