Skip to content

Commit 9f48754

Browse files
fix: use relative paths for schema ref
Signed-off-by: Matthias <[email protected]>
1 parent cdb7713 commit 9f48754

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/call-http-query-parameters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.yaml
1+
# yaml-language-server: $schema=../schema/workflow.yaml
22
document:
33
dsl: 1.0.0-alpha2
44
namespace: examples

examples/star-wars-homeworld.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# yaml-language-server: $schema=https://serverlessworkflow.io/schemas/1.0.0-alpha2/workflow.yaml
1+
# yaml-language-server: $schema=../schema/workflow.yaml
22
document:
33
dsl: 1.0.0-alpha2
44
namespace: examples

0 commit comments

Comments
 (0)