We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecafd7b commit f373193Copy full SHA for f373193
src/pages/index.js
@@ -41,7 +41,7 @@ const IndexPage = () => {
41
<article className="w-full md:w-1/2 px-4 mb-4 md:mb-8">
42
<div className="px-8 py-20 h-full bg-ThemeCell tile flex flex-col justify-center items-center">
43
<h2 className="mt-0 font-normal text-center">
44
- <a href="/api/v4" className="text-black tile-link">
+ <a href="https://www.linode.com/docs/api" className="text-black tile-link">
45
API Documentation
46
</a>
47
</h2>
0 commit comments