diff --git a/project.json b/project.json index 865bec0..d5afac9 100644 --- a/project.json +++ b/project.json @@ -1,5 +1,5 @@ { - "$schema": "https://schemas.major.tech/project.json", + "$schema": "https://schemas.major.build/project.json", "name": "My Project", "srcDir": "src/" } diff --git a/src/agents/example/agent.json b/src/agents/example/agent.json index 584fed1..1cb2518 100644 --- a/src/agents/example/agent.json +++ b/src/agents/example/agent.json @@ -1,5 +1,5 @@ { - "$schema": "https://schemas.major.tech/agent.json", + "$schema": "https://schemas.major.build/agent.json", "slug": "example", "name": "Example Agent", "description": "A starter agent. Rename the directory and edit this file.",