From c76a6de585f8f85fd9cd11b970a9dc64a8b25502 Mon Sep 17 00:00:00 2001 From: Fischer Moseley <42497969+fischermoseley@users.noreply.github.com> Date: Tue, 25 Jul 2023 08:21:05 -0700 Subject: [PATCH] fix broken link in io core tutorial --- doc/tutorial_io_core.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial_io_core.md b/doc/tutorial_io_core.md index 1d7b32a..06b29f3 100644 --- a/doc/tutorial_io_core.md +++ b/doc/tutorial_io_core.md @@ -61,4 +61,4 @@ print(my_io_core.btnc.get()) This creates a Manta object from the same configuration file we used earlier, which contains all of the cores we specified. In this case it's just the single IO core, which can have its outputs registers written to (and input registers read from) with the methods above. The [`examples/api_example.py`](https://github.com/fischermoseley/manta/tree/main/examples/nexys_a7/io_core_uart/api_example.py) script uses this to display a pattern on the onboard LEDs, and report the status of the onboard buttons and switches. -This is just a quick example! More details about the IO core can be found on [its page](./io_core). \ No newline at end of file +This is just a quick example! More details about the IO core can be found on [its page](./io_core.md). \ No newline at end of file