Skip to content

Conversation

@uniquepersun
Copy link

@uniquepersun uniquepersun commented Dec 4, 2025

This pull request updates the documentation links in the eink/tutorial.md file to ensure they correctly reference files within the eink directory. This improves navigation and prevents broken links for users following the tutorial.

Documentation fixes:

  • Updated the link to the examples folder from /examples to /eink/examples in the introduction section.
  • Changed references to the feature and function reference file from /2040reference.md to /eink/2040reference.md in both the loading program section and the closing suggestion to dig deeper.

This summary is generated by copilot.

Copilot AI review requested due to automatic review settings December 4, 2025 13:17
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR addresses issue #82 by fixing broken documentation links in eink/tutorial.md that were caused by the reorganization of the 2024 badge code into the eink/ folder. The changes update absolute path references to include the /eink/ prefix so they correctly point to the relocated documentation and examples.

Key changes:

  • Updated absolute links to reference files after they were moved to the eink/ directory
  • Fixed links to the examples folder and 2040 reference documentation

## Keep Playing

Now that you've loaded your first app, reconnect the badge to your computer and load some more! Each subfolder of this repository's [examples](examples) folder has a different app. Simply copy all the files from that subfolder directly into the "examples" directory on your badge. For example, open [examples/copilot](examples/copilot) here, and copy **copilot-book.txt**, **copilot.py**, and **icon-copilot.jpg** right into the **examples** folder of your badge. Now you have a GitHub Copilot cheat sheet available anytime you need it!

Copy link

Copilot AI Dec 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The relative links to examples, examples/copilot should be updated to absolute paths /eink/examples and /eink/examples/copilot for consistency with the other link fixes in this PR. The relative paths would not work correctly when viewed from the repository root.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant