Skip to content

Commit d08ef47

Browse files
committed
Access Intro guide cant use markdown links
1 parent b3ce4ac commit d08ef47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/getting_started/intros/Access.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ export default function Authentication() {
9191
},
9292
{
9393
parameter: 'response_type',
94-
description: 'Required. Either \'code\' for an [OAUTH Authorization Code Grant](' +
95-
'https://tools.ietf.org/html/rfc6749#section-4.1) or \'token\' for an [OAuth ' +
96-
'Implcit Grant token](https://tools.ietf.org/html/rfc6749#section-4.2).',
94+
description: 'Required. Either \'code\' for an OAUTH Authorization Code Grant (' +
95+
'https://tools.ietf.org/html/rfc6749#section-4.1) or \'token\' for an OAuth ' +
96+
'Implcit Grant token (https://tools.ietf.org/html/rfc6749#section-4.2).',
9797
},
9898
{
9999
parameter: 'state',

0 commit comments

Comments
 (0)