Skip to content

Commit 4a5aa9c

Browse files
committed
Update YamlEditor.tsx
1 parent 122d0e9 commit 4a5aa9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/YamlEditor/YamlEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const YamlEditor = (props: YamlEditorProps) => {
5454
{
5555
schema: schema as JSONSchema,
5656
fileMatch: ['*'],
57-
uri: 'http://kubernetesjsonschema.dev/master-standalone/all.json',
57+
uri: 'https://kubernetesjsonschema.dev/master-standalone/all.json',
5858
},
5959
],
6060
});

0 commit comments

Comments
 (0)