fix: docs url

This commit is contained in:
amhsirak
2025-05-29 00:00:10 +05:30
parent c128e187f3
commit eb00e39863

View File

@@ -113,7 +113,7 @@ const ApiKeyManager = () => {
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px', marginRight: '5px' }}>
test your API
</a>
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' }}>
API documentation
</a> for setup instructions.
</Typography>