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

Commit

Permalink
[docs]: correct the links to fix the Page not found issue.
Browse files Browse the repository at this point in the history
adresses gitpod-io/website#842
  • Loading branch information
nisarhassan12 committed Dec 4, 2020
1 parent f8f61ae commit d587fad
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/docs/bitbucket-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ To start a workspace from a Bitbucket project, prefix the Bitbucket URL with `gi

## Enabling Prebuilds

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.
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.

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).
4 changes: 2 additions & 2 deletions src/docs/gitlab-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ To launch new Gitpod workspaces for issues, branches, specific commits, etc. you

## Enabling Prebuilds

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.
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.

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).

Expand Down Expand Up @@ -46,4 +46,4 @@ Here's how to do that:

Congrats you have setup the GitLab integration. 🎉

Next up you should install the browser extension and [configure it with your Gitpod installation URL](/docs/browser-extension/#use-with-gitpod-self-hosted).
Next up you should install the browser extension and [configure it with your Gitpod installation URL](/docs/browser-extension/#use-with-gitpod-self-hosted).
3 changes: 1 addition & 2 deletions src/docs/languages-and-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ Below is a list of language and framework specific tips & tricks.
- [Julia](/docs/languages/julia/)
- [LaTeX](/docs/languages/latex/)
- [R](/docs/languages/r/)
- [Kotlin](/docs/kotlin-in-gitpod/)
- [Pandas](/docs/frameworks/pandas/)
- [Kotlin](/docs/languages/kotlin/)
2 changes: 1 addition & 1 deletion src/docs/languages/dart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Here are a few Dart example projects that are already automated with Gitpod:

## Installing Dart

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

```Dockerfile
RUN brew tap dart-lang/dart && brew install dart
Expand Down
2 changes: 1 addition & 1 deletion src/docs/languages/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Gitpod comes equipped with the following VS Code extensions:
- [Debugger for Java](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-debug)
- [Java Dependency Viewer](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-dependency)

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

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.

Expand Down

0 comments on commit d587fad

Please sign in to comment.