From 58e791135922f7155cc87aaf1f331e7b5389c8c6 Mon Sep 17 00:00:00 2001 From: pedromsousalima <32345730+pedromsousalima@users.noreply.github.com> Date: Wed, 19 Jun 2024 10:51:59 +0200 Subject: [PATCH] The "next chapter" text to was fixed change "Next chapter: An Introduction to MicroPython " with the correct one "Next chapter: Python Crash Course" --- .../course/02.introduction-python/02.intro-to-micropython.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md b/content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md index b995901451..ec5b1ad155 100644 --- a/content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md +++ b/content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md @@ -253,4 +253,4 @@ If the error persists, you can try to "soft-reset" the board, by clicking the ** In this chapter, we learned a little bit about the key components in the MicroPython environment. -- [Next chapter: An Introduction to MicroPython](/micropython/micropython-course/course/python-cc) \ No newline at end of file +- [Next chapter: Python Crash Course](/micropython/micropython-course/course/python-cc) \ No newline at end of file