Skip to content

Commit

Permalink
fix link to other sections
Browse files Browse the repository at this point in the history
  • Loading branch information
crgisch committed Sep 1, 2023
1 parent a0162c2 commit e553290
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/contributing/docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to follow this guide, you need to install and configure properly each t
1. [Docker][Docker - Install] (or [podman][Podman - Install])
2. [Docker Compose][Docker Compose - Install]
3. [Minikube][Minikube - Getting started] (or other similar tools such as [kind][kind - Getting started], [k3s][k3s - Getting started], etc)
4. [tsuru](/user_guides/install_client.md) (Tsuru CLI)
4. [tsuru](/docs/user_guides/install_client) (Tsuru CLI)
5. [yq][yq - Install]

You also need to checkout the [Tsuru][Tsuru's repository]'s source code from GitHub.
Expand Down Expand Up @@ -115,12 +115,12 @@ minikube delete --all

## Useful resources

* [Managing teams](/admin_guides/managing_teams)
* [Managing teams](/docs/admin_guides/managing_teams)
* [Managing pools](https://docs.tsuru.io/stable/managing/using-pools.html#adding-a-pool)
* [Managing users and permissions](https://docs.tsuru.io/stable/managing/users-and-permissions.html)
* [Managing platforms](https://docs.tsuru.io/stable/managing/create-platform.html)
* Deploy an app:
* [Deploy an app with Dockerfile](/user_guides/deploy_using_dockerfile/)
* [Deploy an app with Dockerfile](/docs/user_guides/deploy_using_dockerfile/)

## FAQ

Expand Down

0 comments on commit e553290

Please sign in to comment.