mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 01:40:14 +01:00
ports: Standardise docs link in help text.
Updates all `help()` output to use the phrase: `For online docs please visit http://docs.micropython.org/` Some ports previously used different wording, some pointed to the wrong link. Also make all ports use `help.c` for consistency. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
This commit is contained in:
committed by
Damien George
parent
7a17596e1a
commit
1d4b4f0ce2
@@ -28,5 +28,5 @@
|
||||
#include "py/builtin.h"
|
||||
|
||||
const char cc3200_help_text[] = "Welcome to MicroPython!\n"
|
||||
"For online help please visit http://micropython.org/help/.\n"
|
||||
"For online docs please visit http://docs.micropython.org/\n"
|
||||
"For further help on a specific object, type help(obj)\n";
|
||||
|
||||
Reference in New Issue
Block a user