docs(c, cpp): add specific link to file an issue (#6829)

This commit is contained in:
Justin Su
2025-08-17 10:48:29 -04:00
committed by GitHub
parent 547336a5f7
commit 6d717b20ae
+2 -2
View File
@@ -695,7 +695,7 @@ The `commands` option accepts a list of commands to determine the compiler versi
Each command is represented as a list of the executable name, followed by its arguments, usually something like `['mycc', '--version']`. Starship will try executing each command until it gets a result on STDOUT.
If a C compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/).
If a C compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/issues/new/choose).
### Example
@@ -744,7 +744,7 @@ The `commands` option accepts a list of commands to determine the compiler versi
Each command is represented as a list of the executable name, followed by its arguments, usually something like `['mycpp', '--version']`. Starship will try executing each command until it gets a result on STDOUT.
If a C++ compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/).
If a C++ compiler is not supported by this module, you can request it by [raising an issue on GitHub](https://github.com/starship/starship/issues/new/choose).
### Example