Skip to content

Commit

Permalink
fix: broken links and copy (#19)
Browse files Browse the repository at this point in the history
Fixes links to cli and client from the welcome page and the edit this
page links.

License: MIT

Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla authored Nov 14, 2023
1 parent c99f62c commit c268748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions src/pages/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { Cards, Card } from 'nextra/components'
import { Callout } from 'nextra/components'

**Under the hood, web3.storage is backed by the provable storage of [IPFS](https://ipfs.io) and [Filecoin](https://filecoin.io).**
**Under the hood** web3.storage uses [UCANs](https://github.com/ucan-wg/spec) for trustless, local-first authorization, and is backed by the provable storage of [IPFS](https://docs.ipfs.tech/) and [Filecoin](https://docs.filecoin.io/basics/what-is-filecoin).

When it comes down to building your next application, service, or website, web3.storage keeps it simple. You get all the benefits of decentralized storage technologies with the frictionless experience you expect in a modern dev workflow. **All you need to use web3.storage is a key pair and your data.**
When it comes down to building your next application, service, or website, web3.storage keeps it simple. You get all the benefits of decentralized storage technologies with the frictionless experience you expect in a modern dev workflow. **All you need to use web3.storage is a key-pair and your data.**

Building a **JavaScript** or **TypeScript** app? see our [guide to using w3up-client](./w3up-client.md).
Building a **JavaScript** or **TypeScript** app? see our [guide to using w3up-client](/docs/w3up-client).

Feeling terminal? Use the [w3cli](./w3cli.md) command!.
Feeling terminal? Use the [w3cli](/docs/w3cli) command!.

<Cards>
<Card icon='💾 ' title="CLI" href="./w3cli" />
Expand Down
4 changes: 2 additions & 2 deletions src/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import { DocsLogo } from './components/brand'
const config = {
logo: <DocsLogo>web3.storage/<span className='font-bold'>docs</span></DocsLogo>,
project: {
link: 'https://github.com/web3.storage/w3up'
link: 'https://github.com/web3-storage/w3up'
},
docsRepositoryBase: 'https://github.com/web3.storage/docs',
docsRepositoryBase: 'https://github.com/web3-storage/www/tree/main',
useNextSeoProps() {
return {
titleTemplate: '%s ⁂ web3.storage'
Expand Down

0 comments on commit c268748

Please sign in to comment.