Skip to content

Commit 4c1e4df

Browse files
authored
Add missing '[' in external link.
1 parent 2c5565a commit 4c1e4df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ server.auth.sign_in(tableau_auth)
7373
```py
7474
PersonalAccessTokenAuth(token_name, personal_access_token, site_id='')
7575
```
76-
The `PersonalAccessTokenAuth` class serves the same purpose and is used in the same way as `TableauAuth`, but using Personal Access Tokens](https://help.tableau.com/current/server/en-us/security_personal_access_tokens.htm) instead of username and password.
76+
The `PersonalAccessTokenAuth` class serves the same purpose and is used in the same way as `TableauAuth`, but using [Personal Access Tokens](https://help.tableau.com/current/server/en-us/security_personal_access_tokens.htm) instead of username and password.
7777

7878
**Attributes**
7979

0 commit comments

Comments
 (0)