Skip to content

Commit 1ef1328

Browse files
mhlas7mvdkleijn
authored andcommitted
Update Authentik API documentation URL
1 parent f8edea9 commit 1ef1328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Authentik/config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{!! Form::text('config[override_url]', isset($item) ? $item->getconfig()->override_url : null, ['placeholder' => __('app.apps.override'), 'id' => 'override_url', 'class' => 'form-control']) !!}
66
</div>
77
<div class="input">
8-
<label>{{ __('app.apps.apikey') }} (<a href="https://docs.goauthentik.io/developer-docs/api/#authentication" target="_blank">help?</a>)</label>
8+
<label>{{ __('app.apps.apikey') }} (<a href="https://docs.goauthentik.io/docs/developer-docs/api/#api-token" target="_blank">help?</a>)</label>
99
{!! Form::text('config[apikey]', isset($item) ? $item->getconfig()->apikey : null, ['placeholder' => __('app.apps.apikey'), 'data-config' => 'apikey', 'class' => 'form-control config-item']) !!}
1010
<div>
1111
<small>User needs two permissions</small>

0 commit comments

Comments
 (0)