From 5337ed42d3962d7f843fb3b9ef28f384e6c77052 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Wed, 15 Apr 2020 09:33:59 -0700 Subject: [PATCH] docs: Fix CONTRIBUTING.md and running-locally.md. Fixes #2682 --- docs/CONTRIBUTING.md | 2 +- docs/running-locally.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index e7da6f72341f..71c78d6ee241 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -22,7 +22,7 @@ To run Argo Workflows locally for development: [running locally](running-locally ### Test Policy -Changes without either unit or e2e tests are unlikely to be accepted. See [the pull request template](../.github/pull_request_template.md.) +Changes without either unit or e2e tests are unlikely to be accepted. See [the pull request template](../.github/pull_request_template.md). ### Running Sonar Locally diff --git a/docs/running-locally.md b/docs/running-locally.md index 136afa5838fc..e8ccc5b1e026 100644 --- a/docs/running-locally.md +++ b/docs/running-locally.md @@ -8,7 +8,6 @@ * [Kustomize](https://github.com/kubernetes-sigs/kustomize/blob/master/docs/INSTALL.md) * [protoc](http://google.github.io/proto-lens/installing-protoc.html) `brew install protobuf` * `jq` -* [Swagger codegen](https://swagger.io/docs/open-source-tools/swagger-codegen/) `brew install swagger-codegen` * Kubernetes Cluster (we recommend Docker for Desktop + K3D, as this will allow you to test RBAC set-up, and is also fast) Useful: