Skip to content

Commit 1e719cf

Browse files
committed
Fix domain per 5f20643
1 parent 1071f1b commit 1e719cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/hack/21-XHP/16-extending.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ use namespace Facebook\XHP\Core as x;
387387
final xhp class ui_get_status extends x\element {
388388
389389
protected async function renderAsync(): Awaitable<x\node> {
390-
$ch = \curl_init('https://status.fb.com/graph-api');
390+
$ch = \curl_init('https://metastatus.com/graph-api');
391391
\curl_setopt($ch, \CURLOPT_USERAGENT, 'hhvm/user-documentation example');
392392
$status = await \HH\Asio\curl_exec($ch);
393393
return <x:frag>Status is: {$status}</x:frag>;

0 commit comments

Comments
 (0)