We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762f59e commit 509e1beCopy full SHA for 509e1be
cmd/README.md
@@ -10,9 +10,9 @@ It's common to have a small `main` function that imports and invokes the code fr
10
11
Examples:
12
13
-* https://github.com/heptio/ark/tree/master/cmd (just a really small `main` function with everything else in packages)
+* https://github.com/vmware-tanzu/velero/tree/main/cmd (just a really small `main` function with everything else in packages)
14
* https://github.com/moby/moby/tree/master/cmd
15
-* https://github.com/prometheus/prometheus/tree/master/cmd
+* https://github.com/prometheus/prometheus/tree/main/cmd
16
* https://github.com/influxdata/influxdb/tree/master/cmd
17
* https://github.com/kubernetes/kubernetes/tree/master/cmd
18
* https://github.com/dapr/dapr/tree/master/cmd
0 commit comments