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 c128e18 commit eb00e39Copy full SHA for eb00e39
src/components/api/ApiKey.tsx
@@ -113,7 +113,7 @@ const ApiKeyManager = () => {
113
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px', marginRight: '5px' }}>
114
test your API
115
</a>
116
- or read the <a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none' }}>
+ or read the <a href="https://docs.maxun.dev/category/api-docs" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none' }}>
117
API documentation
118
</a> for setup instructions.
119
</Typography>
0 commit comments