Skip to content

Commit 885bebb

Browse files
committed
Update extracted file for previous commit
1 parent 1e719cf commit 885bebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/extracted-examples/guides/hack/21-XHP/16-extending/xhp-async.inc.hack

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ use namespace Facebook\XHP\Core as x;
88
final xhp class ui_get_status extends x\element {
99

1010
protected async function renderAsync(): Awaitable<x\node> {
11-
$ch = \curl_init('https://status.fb.com/graph-api');
11+
$ch = \curl_init('https://metastatus.com/graph-api');
1212
\curl_setopt($ch, \CURLOPT_USERAGENT, 'hhvm/user-documentation example');
1313
$status = await \HH\Asio\curl_exec($ch);
1414
return <x:frag>Status is: {$status}</x:frag>;

0 commit comments

Comments
 (0)