Skip to content

Commit a77e005

Browse files
committed
Sync metadata with problem specs.
1 parent dc2dae9 commit a77e005

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

exercises/practice/poker/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
},
2929
"blurb": "Pick the best hand(s) from a list of poker hands.",
3030
"source": "Inspired by the training course from Udacity.",
31-
"source_url": "https://www.udacity.com/course/viewer#!/c-cs212/"
31+
"source_url": "https://www.udacity.com/course/design-of-computer-programs--cs212"
3232
}

exercises/practice/spiral-matrix/.meta/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
".meta/example.py"
2121
]
2222
},
23-
"blurb": " Given the size, return a square matrix of numbers in spiral order.",
23+
"blurb": "Given the size, return a square matrix of numbers in spiral order.",
2424
"source": "Reddit r/dailyprogrammer challenge #320 [Easy] Spiral Ascension.",
2525
"source_url": "https://www.reddit.com/r/dailyprogrammer/comments/6i60lr/20170619_challenge_320_easy_spiral_ascension/"
2626
}

0 commit comments

Comments
 (0)