Skip to content

Commit

Permalink
build: correct LLK URLs in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Feb 23, 2024
1 parent ab05a21 commit 753a881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
},
"repository": {
"type": "git",
"url": "https://github.com/LLK/scratchjr-website.git"
"url": "https://github.com/scratchfoundation/scratchjr-website.git"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/LLK/scratchjr-website/issues"
"url": "https://github.com/scratchfoundation/scratchjr-website/issues"
},
"homepage": "https://github.com/LLK/scratchjr-website",
"homepage": "https://github.com/scratchfoundation/scratchjr-website",
"devDependencies": {
"async": "1.5.2",
"autoprefixer": "7.1.3",
Expand Down

0 comments on commit 753a881

Please sign in to comment.