Skip to content

Commit e30a4ff

Browse files
committed
fix: docker page: switch to coupon service
1 parent 1b5b67b commit e30a4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
//UDEMY COUPONS
5757
$archlinux = $DPCM = "";
5858

59-
$json_data = file_get_contents('udemy_coupons.json');
59+
$json_data = file_get_contents('http://udemy-coupon-dump');
6060
$data = json_decode($json_data, true);
6161

6262
$DPCM = $data["Docker"];

0 commit comments

Comments
 (0)