Skip to content

Commit c5ea5bb

Browse files
committed
feat: update TOS links to point to the Storacha docs
rather than the web3.storage docs
1 parent 3449961 commit c5ea5bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/Authenticator.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export function AuthenticationForm (): JSX.Element {
3030
</div>
3131
</AuthCore.Form>
3232
<p className='text-xs text-black/80 italic max-w-xs text-center mt-6'>
33-
By registering with storacha.network, you agree to the storacha.network <a className='underline' href='https://web3.storage/docs/terms/'>Terms of Service</a>.
33+
By registering with storacha.network, you agree to the storacha.network <a className='underline' href='https://docs.storacha.network/terms/'>Terms of Service</a>.
3434
</p>
3535
</div>
3636
)

src/components/SidebarLayout.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ import { H2 } from './Text'
1414
import { SidebarMigrations } from './SidebarMigrations'
1515

1616
const navLinks = [
17-
{ name: 'Terms', href: 'https://web3.storage/docs/terms' },
18-
{ name: 'Docs', href: 'https://web3.storage/docs' },
17+
{ name: 'Terms', href: 'https://docs.storacha.network/terms/' },
18+
{ name: 'Docs', href: 'https://docs.storacha.network/' },
1919
{ name: 'Support', href: 'mailto:[email protected]' },
2020
]
2121

0 commit comments

Comments
 (0)