diff --git a/expressions/package.json b/expressions/package.json index 469d296..fbc46fa 100755 --- a/expressions/package.json +++ b/expressions/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageservices/actions-expressions" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json", diff --git a/languageserver/package.json b/languageserver/package.json index d80f167..e47f92b 100644 --- a/languageserver/package.json +++ b/languageserver/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageserver/" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json", diff --git a/languageservice/package.json b/languageservice/package.json index be8c21b..374ec09 100644 --- a/languageservice/package.json +++ b/languageservice/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageservice/" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json", diff --git a/workflow-parser/package.json b/workflow-parser/package.json index a379f35..24fe3cf 100644 --- a/workflow-parser/package.json +++ b/workflow-parser/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/github/actions-languageservices/actions-workflow-parser" + "url": "https://github.com/actions/languageservices" }, "scripts": { "build": "tsc --build tsconfig.build.json",