1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-05 02:35:33 +02:00

CONTRIBUTING: update name collision link (#17354)

This commit is contained in:
Managor 2025-07-24 19:25:02 +03:00 committed by GitHub
parent b199fb0a31
commit 538ed871cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -281,7 +281,7 @@ For other cases, it is suggested to follow <https://www.conventionalcommits.org/
## Name collisions
When there are multiple commands sharing the same name, the existing page of the command and the new command can be renamed to `command.1` and so on following a numbering scheme or using a suffix relating to the program like the programming language i.e. `command.js`.
The base page can be updated to reference the newly renamed/created pages by following [this subcommand reference format](#subcommands).
The base page can be updated to reference the newly renamed/created pages by following [the disambiguation page format](contributing-guides/style-guide.md#disambiguations).
See the following page for reference: