Skip to content

Commit f19dafc

Browse files
ahpookjmeridth
andauthored
Fix collections import 500s (#4366)
The collection rebuild action in biztools 500s when it hits this file, with no further info available :( There are a couple of potential failure points I fixed here: a bare http url instead of https and a org without a repo listed. Co-authored-by: Jason Meridth <[email protected]>
1 parent c96248b commit f19dafc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

collections/playdate-rust/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ created_by: boozook
44
image: playdate-rust.png
55
items:
66
- https://sdk.play.date/Inside%20Playdate%20with%20C.html
7-
- pd-rs
7+
- pd-rs/crankstart
88
- boozook/playdate
99
- adamsoutar/playboy
1010
- jcornaz/play-jam-4
@@ -18,6 +18,6 @@ items:
1818
- pomettini/starfield-playdate-rs
1919
- sayhiben/awesome-playdate
2020
- https://devforum.play.date
21-
- http://playdate-wiki.com/wiki/Developing_for_Playdate
21+
- https://playdate-wiki.com/wiki/Developing_for_Playdate
2222
---
2323
Packages, tools, and examples that are helpful to make games for Playdate in the Rust programming language.

0 commit comments

Comments
 (0)