mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Docs: refactor installation guide and FAQ
This commit is contained in:
2
docs
2
docs
Submodule docs updated: b2c2a76d48...a443af8c11
@ -120,7 +120,7 @@ An unexpected error occurred. Further steps:
|
||||
`pip install -U platformio` command
|
||||
|
||||
* Try to find answer in FAQ Troubleshooting section
|
||||
https://docs.platformio.org/page/faq.html
|
||||
https://docs.platformio.org/page/faq/index.html
|
||||
|
||||
* Report this problem to the developers
|
||||
https://github.com/platformio/platformio-core/issues
|
||||
|
@ -56,7 +56,7 @@ class MissedUdevRules(InvalidUdevRules):
|
||||
|
||||
MESSAGE = (
|
||||
"Warning! Please install `99-platformio-udev.rules`. \nMore details: "
|
||||
"https://docs.platformio.org/page/faq.html#platformio-udev-rules"
|
||||
"https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
|
||||
)
|
||||
|
||||
|
||||
@ -65,7 +65,7 @@ class OutdatedUdevRules(InvalidUdevRules):
|
||||
MESSAGE = (
|
||||
"Warning! Your `{0}` are outdated. Please update or reinstall them."
|
||||
"\nMore details: "
|
||||
"https://docs.platformio.org/page/faq.html#platformio-udev-rules"
|
||||
"https://docs.platformio.org/en/latest/core/installation/udev-rules.html"
|
||||
)
|
||||
|
||||
|
||||
|
@ -142,8 +142,8 @@ def after_upgrade(ctx):
|
||||
)
|
||||
click.secho("Please remove multiple PIO Cores from a system:", fg="yellow")
|
||||
click.secho(
|
||||
"https://docs.platformio.org/page/faq.html"
|
||||
"#multiple-platformio-cores-in-a-system",
|
||||
"https://docs.platformio.org/en/latest/core"
|
||||
"/installation/troubleshooting.html",
|
||||
fg="cyan",
|
||||
)
|
||||
click.secho("*" * terminal_width, fg="yellow")
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
# INSTALLATION
|
||||
#
|
||||
# Please visit > https://docs.platformio.org/en/latest/faq.html#platformio-udev-rules
|
||||
# Please visit > https://docs.platformio.org/en/latest/core/installation/udev-rules.html
|
||||
#
|
||||
#####################################################################################
|
||||
|
||||
|
@ -338,7 +338,7 @@ Packages
|
||||
.. warning::
|
||||
**Linux Users**:
|
||||
|
||||
* Install "udev" rules :ref:`faq_udev_rules`
|
||||
* Install "udev" rules :ref:`platformio_udev_rules`
|
||||
* Raspberry Pi users, please read this article
|
||||
`Enable serial port on Raspberry Pi <https://hallard.me/enable-serial-port-on-raspberry-pi/>`__.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user