Skip to content

Commit eb00e39

Browse files
committed
fix: docs url
1 parent c128e18 commit eb00e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/api/ApiKey.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ const ApiKeyManager = () => {
113113
<a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none', marginLeft: '5px', marginRight: '5px' }}>
114114
test your API
115115
</a>
116-
or read the <a href={`${apiUrl}/api-docs/`} target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none' }}>
116+
or read the <a href="https://docs.maxun.dev/category/api-docs" target="_blank" rel="noopener noreferrer" style={{ textDecoration: 'none' }}>
117117
API documentation
118118
</a> for setup instructions.
119119
</Typography>

0 commit comments

Comments
 (0)