From 2051461ed9c728a2ac6a132ac1cf4ad684b7fb2b Mon Sep 17 00:00:00 2001 From: Austin Poor <45295232+a-poor@users.noreply.github.com> Date: Tue, 24 May 2022 11:53:01 -0700 Subject: [PATCH] Fixing links to examples in `/pkg` examples Removing the following repositories that no longer include a `/pkg` directory: * [prometheus/prometheus](https://github.com/prometheus/prometheus) * [minio/minio](https://github.com/minio/minio) Updating the links to the following repositories with renamed main branches: * [jaegertracing/jaeger](https://github.com/jaegertracing/jaeger) (renamed `master` branch to `main`) * [GoogleContainerTools/kaniko](https://github.com/GoogleContainerTools/kaniko) (renamed `master` branch to `main`) * [helm/helm](https://github.com/helm/helm) (renamed `master` branch to `main`) * [grafana/grafana](https://github.com/grafana/grafana) (renamed `master` branch to `main`) * [etcd-io/etcd](https://github.com/etcd-io/etcd) (renamed `master` branch to `main`) * [GoogleContainerTools/skaffold](https://github.com/GoogleContainerTo]ols/skaffold) (renamed `master` branch to `main`) * [knative/serving](https://github.com/knative/serving) (renamed `master` branch to `main`) * [grafana/loki](https://github.com/grafana/loki) (renamed `master` branch to `main`) * [DataDog/datadog-agent](https://github.com/DataDog/datadog-agent) (renamed `master` branch to `main`) * [dapr/dapr](https://github.com/dapr/dapr) (renamed `master` branch to `main`) * [weaveworks/kured](https://github.com/weaveworks/kured) (renamed `master` branch to `main`) * [weaveworks/footloose](https://github.com/weaveworks/footloose) (renamed `master` branch to `main`) * [weaveworks/ignite](https://github.com/weaveworks/ignite) (renamed `master` branch to `main`) --- pkg/README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/pkg/README.md b/pkg/README.md index 633b8777..4764573d 100644 --- a/pkg/README.md +++ b/pkg/README.md @@ -13,46 +13,44 @@ The `pkg` directory origins: The old Go source code used to use `pkg` for its pa Examples: -* https://github.com/prometheus/prometheus/tree/master/pkg -* https://github.com/jaegertracing/jaeger/tree/master/pkg +* https://github.com/jaegertracing/jaeger/tree/main/pkg * https://github.com/istio/istio/tree/master/pkg -* https://github.com/GoogleContainerTools/kaniko/tree/master/pkg +* https://github.com/GoogleContainerTools/kaniko/tree/main/pkg * https://github.com/google/gvisor/tree/master/pkg * https://github.com/google/syzkaller/tree/master/pkg * https://github.com/perkeep/perkeep/tree/master/pkg -* https://github.com/minio/minio/tree/master/pkg * https://github.com/heptio/ark/tree/master/pkg * https://github.com/argoproj/argo/tree/master/pkg * https://github.com/heptio/sonobuoy/tree/master/pkg -* https://github.com/helm/helm/tree/master/pkg +* https://github.com/helm/helm/tree/main/pkg * https://github.com/kubernetes/kubernetes/tree/master/pkg * https://github.com/kubernetes/kops/tree/master/pkg * https://github.com/moby/moby/tree/master/pkg -* https://github.com/grafana/grafana/tree/master/pkg +* https://github.com/grafana/grafana/tree/main/pkg * https://github.com/influxdata/influxdb/tree/master/pkg * https://github.com/cockroachdb/cockroach/tree/master/pkg * https://github.com/derekparker/delve/tree/master/pkg -* https://github.com/etcd-io/etcd/tree/master/pkg +* https://github.com/etcd-io/etcd/tree/main/pkg * https://github.com/oklog/oklog/tree/master/pkg * https://github.com/flynn/flynn/tree/master/pkg * https://github.com/jesseduffield/lazygit/tree/master/pkg * https://github.com/gopasspw/gopass/tree/master/pkg * https://github.com/sosedoff/pgweb/tree/master/pkg -* https://github.com/GoogleContainerTools/skaffold/tree/master/pkg -* https://github.com/knative/serving/tree/master/pkg -* https://github.com/grafana/loki/tree/master/pkg +* https://github.com/GoogleContainerTools/skaffold/tree/main/pkg +* https://github.com/knative/serving/tree/main/pkg +* https://github.com/grafana/loki/tree/main/pkg * https://github.com/bloomberg/goldpinger/tree/master/pkg * https://github.com/Ne0nd0g/merlin/tree/master/pkg * https://github.com/jenkins-x/jx/tree/master/pkg -* https://github.com/DataDog/datadog-agent/tree/master/pkg -* https://github.com/dapr/dapr/tree/master/pkg +* https://github.com/DataDog/datadog-agent/tree/main/pkg +* https://github.com/dapr/dapr/tree/main/pkg * https://github.com/cortexproject/cortex/tree/master/pkg * https://github.com/dexidp/dex/tree/master/pkg * https://github.com/pusher/oauth2_proxy/tree/master/pkg * https://github.com/pdfcpu/pdfcpu/tree/master/pkg -* https://github.com/weaveworks/kured/tree/master/pkg -* https://github.com/weaveworks/footloose/tree/master/pkg -* https://github.com/weaveworks/ignite/tree/master/pkg +* https://github.com/weaveworks/kured/tree/main/pkg +* https://github.com/weaveworks/footloose/tree/main/pkg +* https://github.com/weaveworks/ignite/tree/main/pkg * https://github.com/tmrts/boilr/tree/master/pkg * https://github.com/kata-containers/runtime/tree/master/pkg * https://github.com/okteto/okteto/tree/master/pkg