Skip to content

Commit 79c9f0a

Browse files
authored
fix: Fix capitalization issues (#1183)
1 parent cec5110 commit 79c9f0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webview-ui/src/components/settings/SkillsSettings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ export const SkillsSettings: React.FC = () => {
227227
components={{
228228
DocsLink: (
229229
<a
230-
href="https://docs.costrict.ai/product-features/Skills"
230+
href="https://docs.costrict.ai/product-features/skills"
231231
target="_blank"
232232
rel="noopener noreferrer"
233233
className="text-vscode-textLink-foreground hover:underline">

0 commit comments

Comments
 (0)