Skip to content

Commit

Permalink
fix(docs): improve developer docs (#4227)
Browse files Browse the repository at this point in the history
- fix typo in e2e test tips link inside `DEVELOPER.md` file
- add unzip to the CLI section and fix typo in e2e test tips link

Signed-off-by: Pouriya <[email protected]>
  • Loading branch information
pouriyajamshidi authored May 2, 2022
1 parent b14dd18 commit 22f2093
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ for any tools/libraries that you may be missing.
### Command line tool

- [`curl`](https://curl.haxx.se/)
- [`git`](https://git-scm.com/)
- [`git`](https://git-scm.com/)
- [`unzip`](http://infozip.sourceforge.net/UnZip.html)
- [`make`](https://www.gnu.org/software/make/)
- [`go`](https://golang.org/)
- [`clang-format`](https://clang.llvm.org/docs/ClangFormat.html) # normally included in
Expand Down Expand Up @@ -77,7 +78,7 @@ There's a large set of integration tests that can be run with:
make test/e2e
```

These tests are big and slow, it is recommended to read [e2e-test-tips](docs/guideds/e2e-test-tips.md) before running them.
These tests are big and slow, it is recommended to read [e2e-test-tips](docs/guides/e2e-test-tips.md) before running them.

## Building

Expand Down

0 comments on commit 22f2093

Please sign in to comment.