Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

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

オープン 初心者向け
#1,308 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
1/5
見積もり時間
1時間未満
初心者へのやさしさ
92/100
issue の種類
ドキュメント
明瞭さ
明確に書かれている
活発さ
静か
領域
documentation

調査の方向性

docs/base-account/guides/verify-social-accounts.mdx を 435 行目付近で開き、壊れている「Apps overview」リンクを確認します。リンク先を /apps/introduction/overview から /apps に変更し、その後、ガイドのリンクが正常に解決され、404 を返さなくなったことを確認します。

索引モデルが issue の本文から書いたものです。

説明

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

主要言語
JavaScript
スター
337
フォーク
798
平均マージ
13時間 7分
マージ済み PR(30日)
57

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

base/docs のほかの issue

base/docs の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。