Update InstanceActor model

This commit is contained in:
Daniel Supernault 2021-01-17 14:03:32 -07:00
parent 1450f54f65
commit c91891b457
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class InstanceActor extends Model
'publicKeyPem' => $this->public_key
],
'manuallyApprovesFollowers' => true,
'url' => route('help.instance-actor')
'url' => url('/site/kb/instance-actor')
];
}
}