Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed 404 error for Examples Tab in Introductory Tutorial (#2662) #2664

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

aarav-shukla07
Copy link
Contributor

Summary

Fixes the issue where the backlink for the "Examples" tab in the Introductory Tutorial results in a 404 error.

Bug / Issue

Implementation

  • Updated the link for the "Examples" tab to point to the correct location.
  • Ensured that the link now directs users to a valid page.

Testing

Screenshot from 2025-02-05 01-14-51
After fixing it redirects to Examples Tab
Screenshot from 2025-02-05 01-15-16

@tpike3
Copy link
Member

tpike3 commented Feb 5, 2025

@aarav-shukla07 That is a good catch, thanks!

First, the link you updated is on the Mesa landing page actually works to go to the examples repository. However, I think linking to the examples tab like you did makes more sense, so we should merge it.

The link that needs to be fixed is in the introductory tutorial which is actually a jupyter notebook; To see the raw code specific line

Can you update that one as well and then we can merge this.

Thanks again.

@tpike3 tpike3 added the bug Release notes label label Feb 5, 2025
@aarav-shukla07
Copy link
Contributor Author

Hi @tpike3

Thanks for your valuable feedback!

I've now updated the link in the Introductory Tutorial Jupyter notebook as well, ensuring it points to the correct Examples Tab. I've tested the changes, and everything seems to be working fine.

Please let me know if there’s anything else you'd like me to adjust. Looking forward to your review!

Thanks again for your guidance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Release notes label
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Backlink for Examples Tab in Introductory Tutorial gives 404.
2 participants