mirror of https://github.com/docker/docs.git
Update link in service accounts docs (#18326)
* fix link path * follow same pattern as the other links
This commit is contained in:
parent
74f5394dfa
commit
ab1be42f8b
|
@ -45,7 +45,7 @@ To create a new service account for your Team account:
|
|||
2. Create a [team](manage-a-team.md) in your organization and grant it read-only access to your private repositories.
|
||||
3. Add the new Docker ID to your [organization](orgs.md).
|
||||
4. Add the new Docker ID to the [team](manage-a-team.md) you created earlier.
|
||||
5. Create a new [personal access token (PAT)](/access-tokens.md) from the user account and use it for CI.
|
||||
5. Create a new [personal access token (PAT)](access-tokens.md) from the user account and use it for CI.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue