Skip to content

Update category slugs in URLs #498

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2024
Merged

Update category slugs in URLs #498

merged 1 commit into from
Dec 23, 2024

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Dec 23, 2024

Some of the forum categories were renamed. The subcategories have the slug of the parent category in their URL. Some of these slugs were not updated at the time of the category renaming.

The slug component of the URL is completely ignored by the forum software, with the ID component being the only technically relevant part. So the link check did not catch these missed updates.

Some of the forum categories were renamed. The subcategories have the slug of the parent category in their URL. Some of
these slugs were not updated at the time of the category renaming.

The slug component of the URL is completely ignored by the forum software, with the ID component being the only
technically relevant part. So the link check did not catch these missed updates.
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: code Related to content of the project itself labels Dec 23, 2024
@per1234 per1234 self-assigned this Dec 23, 2024
@per1234 per1234 merged commit 06a86da into arduino:main Dec 23, 2024
13 checks passed
@per1234 per1234 deleted the fix-urls branch December 23, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant