Skip to content

Commit

Permalink
Merge pull request #561 from sudhanshutech/fix/link/schema
Browse files Browse the repository at this point in the history
Fix docs link in import design schema
  • Loading branch information
Yashsharma1911 authored Apr 3, 2024
2 parents 79708a8 + 6b39030 commit 48c997d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemas/importDesign/schema.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const importDesignSchema = {
default: 'Meshery Design',
'x-rjsf-grid-area': '6',
description:
"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"
"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"
}
},
allOf: [
Expand Down

0 comments on commit 48c997d

Please sign in to comment.