mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Fix link to FAQ sections (#3642)
* Fix link to FAQ sections Use consistently the same host and url and fix one unmatched anchor. * Update HISTORY.rst Co-authored-by: Ivan Kravets <me@ikravets.com>
This commit is contained in:
@ -55,8 +55,8 @@ class InvalidUdevRules(PlatformioException):
|
|||||||
class MissedUdevRules(InvalidUdevRules):
|
class MissedUdevRules(InvalidUdevRules):
|
||||||
|
|
||||||
MESSAGE = (
|
MESSAGE = (
|
||||||
"Warning! Please install `99-platformio-udev.rules`. \nMode details: "
|
"Warning! Please install `99-platformio-udev.rules`. \nMore details: "
|
||||||
"https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules"
|
"https://docs.platformio.org/page/faq.html#platformio-udev-rules"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
@ -64,8 +64,8 @@ class OutdatedUdevRules(InvalidUdevRules):
|
|||||||
|
|
||||||
MESSAGE = (
|
MESSAGE = (
|
||||||
"Warning! Your `{0}` are outdated. Please update or reinstall them."
|
"Warning! Your `{0}` are outdated. Please update or reinstall them."
|
||||||
"\n Mode details: https://docs.platformio.org"
|
"\nMore details: "
|
||||||
"/en/latest/faq.html#platformio-udev-rules"
|
"https://docs.platformio.org/page/faq.html#platformio-udev-rules"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ def after_upgrade(ctx):
|
|||||||
click.secho("Please remove multiple PIO Cores from a system:", fg="yellow")
|
click.secho("Please remove multiple PIO Cores from a system:", fg="yellow")
|
||||||
click.secho(
|
click.secho(
|
||||||
"https://docs.platformio.org/page/faq.html"
|
"https://docs.platformio.org/page/faq.html"
|
||||||
"#multiple-pio-cores-in-a-system",
|
"#multiple-platformio-cores-in-a-system",
|
||||||
fg="cyan",
|
fg="cyan",
|
||||||
)
|
)
|
||||||
click.secho("*" * terminal_width, fg="yellow")
|
click.secho("*" * terminal_width, fg="yellow")
|
||||||
|
Reference in New Issue
Block a user