Skip to content

Commit

Permalink
Fix broken links (#53973)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiaraMist authored Jan 16, 2025
1 parent 8fde1c9 commit 5122e49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion data/reusables/issues/release-stage.md
Original file line number Diff line number Diff line change
@@ -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 -->

0 comments on commit 5122e49

Please sign in to comment.