Skip to content

Commit

Permalink
Update developer.md (#497)
Browse files Browse the repository at this point in the history
Add urls for missing or broken links in developer.md page.

Co-authored-by: jankaspar <2270833+jankaspar@users.noreply.github.com>
  • Loading branch information
c-rindi and jankaspar committed Jan 21, 2021
1 parent 90481e3 commit 2805bb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/developer.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ There are many ways you can setup you local environment, this is just a basic qu

### Pre-requisites
To follow this section it is assumed you have:
* Golang >= 1.12 installed (https://golang.org/doc/install)
* `kubectl` installed (https://kubernetes.io/docs/tasks/tools/install-kubectl/)
* Golang >= 1.12 installed [https://golang.org/doc/install](https://golang.org/doc/install)
* `kubectl` installed [https://kubernetes.io/docs/tasks/tools/install-kubectl/](https://kubernetes.io/docs/tasks/tools/install-kubectl/)
* Docker installed, configured for the current user
* This repository cloned. The guide will assume you are in the root directory of this repository

Expand Down Expand Up @@ -137,7 +137,7 @@ go run ./cmd/armadactl/main.go submit ./example/jobs.yaml
go run ./cmd/armadactl/main.go watch test job-set-1
```

For more details on submitting jobs to Armada, see [here](usage.md#submitting-jobs).
For more details on submitting jobs to Armada, see [here](https://github.com/G-Research/armada/blob/master/docs/user.md).

Once you submit jobs, you should be able to see pods appearing in your cluster(s), running what you submitted.

Expand Down Expand Up @@ -194,7 +194,7 @@ kubectl apply -f https://gist.githubusercontent.com/hjacobs/69b6844ba8442fcbc200

### Command-line tools

Our command-line tools used the cobra framework (https://github.com/spf13/cobra).
Our command-line tools used the cobra framework [https://github.com/spf13/cobra](https://github.com/spf13/cobra).

You can use the cobra cli to add new commands, the below will describe how to add new commands for `armadactl` but it can be applied to any of our command line tools.

Expand Down

0 comments on commit 2805bb3

Please sign in to comment.