Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

fix(docs): broken /apps/introduction/overview link in verify-social-accounts guide

Open Beginner friendly
#1,308 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
92/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Quiet
Domain
documentation

Research direction

Open docs/base-account/guides/verify-social-accounts.mdx around line 435 and inspect the broken “Apps overview” link. Change its destination from /apps/introduction/overview to /apps, then verify the guide link resolves successfully and no longer returns 404.

Written by the indexing model from the issue text.

Description

Bug

docs/base-account/guides/verify-social-accounts.mdx line 435 links to /apps/introduction/overview which returns 404 on the live site.

Steps to reproduce:

  1. Visit https://docs.base.org/base-account/guides/verify-social-accounts
  2. Scroll to the end — click 'Apps overview' link
  3. Gets 404

Root cause:
docs/apps/introduction/overview.mdx has hidden: true in frontmatter so it is not publicly accessible.

Fix:
Replace /apps/introduction/overview with /apps which returns 200.

Affected file:
docs/base-account/guides/verify-social-accounts.mdx line 435

Dominant language
JavaScript
Stars
337
Forks
798
Avg merge
13h 7m
Merged PRs (30d)
57

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from base/docs

All issues in base/docs

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.