Skip to content

Commit ad642f8

Browse files
committed
Fix bare URLs
1 parent 3c291ee commit ad642f8

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

CODE_OF_CONDUCT.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ members of the project's leadership.
6868
## Attribution
6969

7070
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
71+
available at [Contributor Covenant Code of Conduct][coc].
7272

73-
[homepage]: https://www.contributor-covenant.org
73+
For answers to common questions about this code of conduct, see the
74+
[Contributor Covenant FAQ][faq]
7475

75-
For answers to common questions about this code of conduct, see
76-
https://www.contributor-covenant.org/faq
76+
[homepage]: https://www.contributor-covenant.org
77+
[coc]: https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
78+
[faq]: https://www.contributor-covenant.org/faq

docs/bitbucket-development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,18 @@ The Access and Refresh Tokens will be stored against the username and the userna
6565

6666
# On-Premise Bitbucket
6767

68-
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, https://bitbucket.org.
68+
On-premise Bitbucket, more correctly known as Bitbucket Server or Bitbucket DC, has a number of differences compared to the cloud instance of Bitbucket, [bitbucket.org](https://bitbucket.org).
6969

7070
As far as GCMC is concerned the main difference it doesn't support OAuth so only Basic Authentication is available.
7171

7272
It is possible to test with Bitbucket Server by running it locally using the following command from the Atlassian SDK:
7373

7474
❯ atlas-run-standalone --product bitbucket
7575

76-
See https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/.
76+
See the devloper documentation for [atlas-run-standalone](https://developer.atlassian.com/server/framework/atlassian-sdk/atlas-run-standalone/).
7777

7878
This will download and run a standalone instance of Bitbucket Server which can be accessed using the credentials `admin`/`admin` at
7979

8080
https://localhost:7990/bitbucket
8181

82-
Instructions on how to download and install the Atlassian SDK can be found here: https://developer.atlassian.com/server/framework/atlassian-sdk/
82+
Atlassian has [documentation](https://developer.atlassian.com/server/framework/atlassian-sdk/) on how to download and install their SDK.

docs/gitlab.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ git config --global credential.gitlabauthmodes browser
4141

4242
Improved support requires changes in GitLab. Please vote for these issues if they affect you:
4343

44-
1. No support for OAuth device authorization (necessary for machines without web browser) https://gitlab.com/gitlab-org/gitlab/-/issues/332682
45-
2. Only domains with prefix `gitlab.` are recognised as GitLab remotes https://gitlab.com/gitlab-org/gitlab/-/issues/349464
46-
3. Username/password authentication is suggested even if disabled on server https://gitlab.com/gitlab-org/gitlab/-/issues/349463
44+
1. No support for OAuth device authorization (necessary for machines without web browser): [GitLab issue 332682](https://gitlab.com/gitlab-org/gitlab/-/issues/332682)
45+
2. Only domains with prefix `gitlab.` are recognised as GitLab remotes: [GitLab issue 349464](https://gitlab.com/gitlab-org/gitlab/-/issues/349464)
46+
3. Username/password authentication is suggested even if disabled on server: [GitLab issue 349463](https://gitlab.com/gitlab-org/gitlab/-/issues/349463)

0 commit comments

Comments
 (0)