Skip to content

Commit

Permalink
Merge pull request #36 from ESHARK22/master
Browse files Browse the repository at this point in the history
Fix download links on crownlte and starlte
  • Loading branch information
erikinkinen authored Feb 17, 2024
2 parents 24f81ef + b7e8385 commit ba063b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/devices/crownlte.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"type": "list",
"links": [
{
"to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip",
"to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-crownlte.zip",
"text": "Droidian's image",
"id": 1
},
Expand Down
2 changes: 1 addition & 1 deletion src/devices/starlte.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"type": "list",
"links": [
{
"to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-star2lte.zip",
"to": "https://images.droidian.org/droidian/nightly/arm64/samsung/image-fastboot-starlte.zip",
"text": "Droidian's image",
"id": 1
},
Expand Down

0 comments on commit ba063b8

Please sign in to comment.