Skip to content

Commit

Permalink
Update FAQ link (vercel#11636)
Browse files Browse the repository at this point in the history
to new Data fetching documentation
  • Loading branch information
jansepke authored Apr 3, 2020
1 parent ed1aba0 commit 2bfbfea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ description: Get to know more about Next.js with the frequently asked questions.

<details>
<summary>How do I fetch data?</summary>
<p>It's up to you. You can use the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch">fetch API</a> inside your React components, or <a href="/docs/api-reference/data-fetching/getInitialProps.md">getInitialProps</a> for initial data population.</p>
<p>It's up to you. You can use the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch">fetch API</a> inside your React components, or <a href="/docs/basic-features/data-fetching.md">Data fetching</a> for initial data population.</p>
</details>

<details>
Expand Down

0 comments on commit 2bfbfea

Please sign in to comment.