Skip to content

Fix broken 'Tutorials' link in footer #17

@ahmed-abdat

Description

@ahmed-abdat

📝 Description

The 'Tutorials' link in the footer currently goes nowhere (href="#"). We need to point it to a real resource.

📍 Location

File: index.html
Line: 497

🔍 Current Code

<a href="#" class="hover:text-primary-500 transition-colors">Tutorials</a>

✅ What to Do

Change the href to point to GitHub Docs or learning resources.

Option 1 (Recommended):

<a href="https://docs.github.com/en/get-started" class="hover:text-primary-500 transition-colors">Tutorials</a>

Option 2:

<a href="https://github.com/Mauritania-Programmers-Community/.github/discussions" class="hover:text-primary-500 transition-colors">Tutorials</a>

📝 Acceptance Criteria

  • Link no longer points to "#"
  • Link opens in a relevant tutorial page
  • Link works when clicked
  • Hover effect still works

⏱️ Estimated Time

5 minutes

🆘 Need Help?

Just change href="#" to a real URL! Super easy 😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    beginner friendlyEasy tasks, no coding experience requiredcontentUpdate text, images, or contentgood first issueGood for newcomershtmlHTML structure changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions