Skip to content

Commit b225a3a

Browse files
committed
HELP_BUILD_ERROR: link to Learn Guide
1 parent 380d76b commit b225a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/mkrules.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ifeq ($(MICROPY_PREVIEW_VERSION_2),1)
1111
CFLAGS += -DMICROPY_PREVIEW_VERSION_2=1
1212
endif
1313

14-
HELP_BUILD_ERROR ?= "See \033[1;31mAdafruit \"Building CircuitPython\" Learn Guide; Adafruit Discord \#circuitpython-dev\033[0m"
14+
HELP_BUILD_ERROR ?= "See \033[1;31mhttps://learn.adafruit.com/building-circuitpython; Adafruit Discord \#circuitpython-dev\033[0m"
1515
HELP_MPY_LIB_SUBMODULE ?= "\033[1;31mError: micropython-lib submodule is not initialized.\033[0m Run 'make submodules'"
1616

1717
# Extra deps that need to happen before object compilation.

0 commit comments

Comments
 (0)