diff --git a/RELEASE.md b/RELEASE.md index e2dd552..2b05ffd 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Rails LTS fork -Please see [LTS](LTS) for LTS release details. +Please see [LTS](LTS.md) for LTS release details. ## Releasing jquery-ujs diff --git a/package.json b/package.json index 1055a5e..de6e6d1 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/rails/jquery-ujs.git" + "url": "https://github.com/rails-lts/jquery-ujs.git" }, "author": [ "Stephen St. Martin", @@ -17,9 +17,9 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/rails/jquery-ujs/issues" + "url": "https://github.com/rails-lts/jquery-ujs/issues" }, - "homepage": "https://github.com/rails/jquery-ujs#readme", + "homepage": "https://github.com/rails-lts/jquery-ujs#readme", "peerDependencies": { "jquery": ">=1.8.0" }