Skip to content

Commit 1db3d33

Browse files
authored
Update USER_GUIDE.adoc
Fix bullets in Access Token chapter
1 parent 1db3683 commit 1db3d33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/USER_GUIDE.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ image::images/screenshot-7.png[scaledwidth=90%]
126126
The plugin can make use of a repository, project or workspace access token (Bitbucket Cloud only).
127127

128128
First, create a new _access token_ in Bitbucket as instructed in one of the following links:
129-
.Bulleted
130-
. https://support.atlassian.com/bitbucket-cloud/docs/create-a-repository-access-token/[Repository Access Token | Atlassian Documentation];
131-
. https://support.atlassian.com/bitbucket-cloud/docs/create-a-project-access-token/[Project Access Token | Atlassian Documentation];
132-
. https://support.atlassian.com/bitbucket-cloud/docs/create-a-workspace-access-token/[Workspace Access Token | Atlassian Documentation];
129+
130+
* https://support.atlassian.com/bitbucket-cloud/docs/create-a-repository-access-token/[Repository Access Token | Atlassian Documentation];
131+
* https://support.atlassian.com/bitbucket-cloud/docs/create-a-project-access-token/[Project Access Token | Atlassian Documentation];
132+
* https://support.atlassian.com/bitbucket-cloud/docs/create-a-workspace-access-token/[Workspace Access Token | Atlassian Documentation];
133133

134134
At least allow _read_ access for repositories. If you want the plugin to install the webhooks, allow _Read and write_ access for Webhooks.
135135

@@ -247,4 +247,4 @@ In case of slow network, you can increase socket timeout using the link:https://
247247
[source,groovy]
248248
----
249249
System.setProperty("http.socket.timeout", "300") // 5 minutes
250-
----
250+
----

0 commit comments

Comments
 (0)