Skip to content

fix: typo and broken anchor in legal docs#1450

Open
memosr wants to merge 2 commits into
base:masterfrom
memosr:fix/typo-and-broken-anchor-legal-docs
Open

fix: typo and broken anchor in legal docs#1450
memosr wants to merge 2 commits into
base:masterfrom
memosr:fix/typo-and-broken-anchor-legal-docs

Conversation

@memosr
Copy link
Copy Markdown

@memosr memosr commented May 14, 2026

Summary

Fixes two unrelated but small issues in documentation:

  1. Duplicate word "is is" in the Holocene upgrade derivation spec
  2. Broken anchor link in the Terms of Service pointing to a Google Docs bookmark ID that has no equivalent in the rendered Markdown

Changes

1. docs/base-chain/specs/upgrades/holocene/derivation.mdx (line 230)

- or is is being processed by later stages
+ or is being processed by later stages

2. docs/terms-of-service.mdx

The intro section links to #bookmark=id.9q2273ceqaa4 — a Google Docs internal bookmark ID copied during migration. The target section "APPENDIX 1: ARBITRATION AGREEMENT" is bold text without an HTML anchor, so this link 404s.

- [ARBITRATION AGREEMENT IN APPENDIX 1 BELOW](#bookmark=id.9q2273ceqaa4)
+ [ARBITRATION AGREEMENT IN APPENDIX 1 BELOW](#appendix-1)

Added an HTML anchor before the appendix heading:

+ <a id="appendix-1"></a>
**APPENDIX 1: ARBITRATION AGREEMENT**

Why

  • The "is is" duplicate is unambiguous and worth fixing in a technical spec doc
  • The arbitration agreement anchor is in a legal document — broken self-references undermine the document's usability and trust

memosr added 2 commits May 14, 2026 11:47
Updates 8 instances of http:// URLs to https:// across 5 documentation files
to prevent mixed-content warnings and ensure secure connections to external
and internal Base resources.

Files updated:
- docs/terms-of-service.mdx (Privacy Policy link)
- docs/base-account/basenames/basenames-faq.mdx (3 links)
- docs/apps/builder-codes/app-developers.mdx (2 base.dev links)
- docs/base-account/more/troubleshooting/usage-details/wallet-library-support.mdx (ThirdWeb)
- docs/get-started/base-mentorship-program.mdx (X/Twitter link)
- Fix 'is is' duplicate word in derivation.mdx (Holocene upgrade spec)
- Fix broken Google Docs anchor (#bookmark=id...) in terms-of-service.mdx
  by adding proper HTML anchor for 'APPENDIX 1: ARBITRATION AGREEMENT' section

The terms-of-service link previously pointed to a Google Docs internal
bookmark ID that has no equivalent in the rendered Markdown, causing the
in-page navigation to fail.
@cb-heimdall
Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/2
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

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.

2 participants