Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit 79fb835

Browse files
committed
[docs]: correct the links to fix the Page not found issue.
adresses gitpod-io/website#842
1 parent 1e43ff8 commit 79fb835

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/docs/bitbucket-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ To start a workspace from a Bitbucket project, prefix the Bitbucket URL with `gi
88

99
## Enabling Prebuilds
1010

11-
To enable [prebuilt workspaces](/docs/prebuilds/) for your Bitbucket project you need to grant `install webhooks` in Gitpod's [Access Control](/access-control/) page. This allows Gitpod to install a webhook. The webhook creates a new prebuild for every push event.
11+
To enable [prebuilt workspaces](/docs/prebuilds/) for your Bitbucket project you need to grant `install webhooks` in Gitpod's [Access Control](https://gitpod.io/access-control/) page. This allows Gitpod to install a webhook. The webhook creates a new prebuild for every push event.
1212

1313
The webhook will be automatically installed when you trigger the first prebuild manually. For this, prefix your Bitbucket project URL with `gitpod.io/#prebuild/` as described in the [prebuilds page](/docs/prebuilds/#on-gitlab-and-bitbucket).

src/docs/gitlab-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To launch new Gitpod workspaces for issues, branches, specific commits, etc. you
1212

1313
## Enabling Prebuilds
1414

15-
To enable [prebuilt workspaces](/docs/prebuilds/) for your GitLab project you need to grant `allow api calls` in Gitpod's [Access Control](/access-control/) page. This allows Gitpod to install a webhook. The webhook creates a new prebuild for every push event.
15+
To enable [prebuilt workspaces](/docs/prebuilds/) for your GitLab project you need to grant `allow api calls` in Gitpod's [Access Control](https://gitpod.io/access-control/) page. This allows Gitpod to install a webhook. The webhook creates a new prebuild for every push event.
1616

1717
The webhook will be automatically installed when you trigger the first prebuild manually. For this, prefix your GitLab project URL with `gitpod.io/#prebuild/` as described in the [prebuilds page](/docs/prebuilds/#on-gitlab-and-bitbucket).
1818

@@ -46,4 +46,4 @@ Here's how to do that:
4646

4747
Congrats you have setup the GitLab integration. 🎉
4848

49-
Next up you should install the browser extension and [configure it with your Gitpod installation URL](/docs/browser-extension/#use-with-gitpod-self-hosted).
49+
Next up you should install the browser extension and [configure it with your Gitpod installation URL](/docs/browser-extension/#use-with-gitpod-self-hosted).

src/docs/languages/dart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here are a few Dart example projects that are already automated with Gitpod:
1212

1313
## Installing Dart
1414

15-
To install the Dart SDK in Gitpod one must add the following to your [.gitpod.Dockerfile](https://gitpod.io/docs/config-docker)
15+
To install the Dart SDK in Gitpod one must add the following to your [.gitpod.Dockerfile](/docs/config-docker)
1616

1717
```Dockerfile
1818
RUN brew tap dart-lang/dart && brew install dart

src/docs/languages/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Gitpod comes equipped with the following VS Code extensions:
128128
- [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)
129129
- [Java Dependency Viewer](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)
130130

131-
You can [install additional extensions](/docs/vscode_extensions/) for your project if you want.
131+
You can [install additional extensions](/docs/vscode-extensions/) for your project if you want.
132132

133133
Most of the information you find in the [Java for VS Code](https://code.visualstudio.com/docs/languages/java) documentation applies to Gitpod as well.
134134

0 commit comments

Comments
 (0)