Skip to content

Commit 88846dd

Browse files
committed
fix schema url
1 parent 8617c5f commit 88846dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/Manifest-1-0-0.json",
2+
"$schema": "https://qooxdoo.org/schema/Manifest-1-0-0.json",
33
"info": {
44
"name": "Qooxdoo Package Browser",
55
"summary": "This qooxdoo application lets you browse the available packages",

compile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://raw.githubusercontent.com/qooxdoo/qooxdoo-compiler/master/source/resource/qx/tool/schema/compile-1-0-0.json",
2+
"$schema": "https://qooxdoo.org/schema/compile-1-0-0.json",
33
"targets": [
44
{
55
"type": "source",

0 commit comments

Comments
 (0)