Skip to content

Commit

Permalink
Update links to Katacoda tutorial to use the official Tekton profile
Browse files Browse the repository at this point in the history
Also update link to `kubectl proxy` instructions since the previous link
is dead and breaking the PR status checks
  • Loading branch information
AlanGreene authored and tekton-robot committed Aug 21, 2020
1 parent a235991 commit b2e4c9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ in their creation, execution, and completion

## Tutorial

Try out the [tutorial](https://katacoda.com/ncskier/scenarios/tekton-dashboard)
Try out the [tutorial](https://katacoda.com/tektoncd/scenarios/tekton-dashboard)
on Katacoda to install the Dashboard in a guided sandbox environment and explore
some of its features.

Expand Down Expand Up @@ -85,7 +85,7 @@ Confirm that every component listed has the status `Running`.
## Usage

Tekton Dashboard is accessible through its `cluster IP` type service with
a [reverse proxy](https://kubernetes.io/docs/tasks/access-kubernetes-api/http-proxy-access-api/).
a [reverse proxy](https://kubernetes.io/docs/tasks/extend-kubernetes/http-proxy-access-api/).
Run the following command:

```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ The above command assumes that the latest version was installed, refer to [Insta

## Next steps

To get started with Tekton Dashboard, see the [Tekton Dashboard katacoda tutorial](https://katacoda.com/ncskier/scenarios/tekton-dashboard).
To get started with Tekton Dashboard, see the [Tekton Dashboard katacoda tutorial](https://katacoda.com/tektoncd/scenarios/tekton-dashboard).

To add more functionality to your Tekton Dashboard, see the [Tekton Dashboard extensions](./extensions.md)

Expand Down

0 comments on commit b2e4c9b

Please sign in to comment.