Skip to content

Commit

Permalink
docs: Update homepage links:
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Sep 12, 2023
1 parent 3ba41e3 commit 36b398c
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions website/src/components/Demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Demo = props => (
data consistency and integrity globally
</Link>{' '}
including even the most challenging{' '}
<Link to="/rest/guides/optimistic-updates#example-race-condition">
<Link to="/docs/getting-started/mutations#optimistic-updates">
<strike>race conditions</strike>
</Link>
.
Expand All @@ -51,9 +51,14 @@ const Demo = props => (
data becomes more complex.
</p>
<p>
<Link to="/docs/concepts/atomic-mutations#create">Creates</Link> and{' '}
<Link to="/docs/concepts/atomic-mutations#delete">deletes</Link>{' '}
reactively update the correct lists, even when those lists are{' '}
<Link to="/docs/getting-started/mutations">
Creates and deletes
</Link>{' '}
reactively update the{' '}
<Link to="/rest/api/Collection#nonfilterargumentkeys">
correct lists
</Link>
, even when those lists are{' '}
<Link to="/rest/api/Collection">nested inside other objects</Link>.
</p>
<p>
Expand Down

0 comments on commit 36b398c

Please sign in to comment.