Skip to content

Commit 48c997d

Browse files
Merge pull request #561 from sudhanshutech/fix/link/schema
Fix docs link in import design schema
2 parents 79708a8 + 6b39030 commit 48c997d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schemas/importDesign/schema.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const importDesignSchema = {
1515
default: 'Meshery Design',
1616
'x-rjsf-grid-area': '6',
1717
description:
18-
"Select the type of design you are uploading. The 'Design Type' determines the format, structure, and content of the file you are uploading. Choose the appropriate design type that matches the nature of your file. Checkout https://docs.meshery.io/guides/meshery-design to learn more about designs"
18+
"Select the type of design you are uploading. The 'Design Type' determines the format, structure, and content of the file you are uploading. Choose the appropriate design type that matches the nature of your file. Checkout https://docs.meshery.io/guides/configuration-management/creating-a-meshery-design to learn more about designs"
1919
}
2020
},
2121
allOf: [

0 commit comments

Comments
 (0)