summaryrefslogtreecommitdiff
path: root/generator
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-03-14 07:40:33 -0700
committerGitHub <noreply@github.com>2019-03-14 07:40:33 -0700
commit1cd605b3c4db7149c4e1d86301ff8ab6c45fa3ce (patch)
treeae1d902092fd24cb9fd1fd91fd533900e6904555 /generator
parent304feb99dfa7653f3e60f21e765550ef1570bd73 (diff)
parent9f6dc887a8fcbed3b48a41b906e30f4820f5b75a (diff)
Merge pull request #3428 from dholbach/fix-weekly-meeting-link
fix link to weekly meeting
Diffstat (limited to 'generator')
-rw-r--r--generator/list.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/generator/list.tmpl b/generator/list.tmpl
index 5e7bc438..1299ee66 100644
--- a/generator/list.tmpl
+++ b/generator/list.tmpl
@@ -2,7 +2,7 @@
# SIGs and Working Groups
Most community activity is organized into Special Interest Groups (SIGs),
-time bounded Working Groups, and the [community meeting](communication.md#weekly-meeting).
+time bounded Working Groups, and the [community meeting](communication/README.md#weekly-meeting).
SIGs follow these [guidelines](governance.md) although each of these groups may operate a little differently
depending on their needs and workflow.
@@ -43,4 +43,4 @@ When the need arises, a [new SIG can be created](sig-wg-lifecycle.md)
{{- range .UserGroups}}
|[{{.Name}}]({{.Dir}}/README.md)|{{range .Leadership.Chairs}}* [{{.Name}}](https://github.com/{{.GitHub}}){{if .Company}}, {{.Company}}{{end}}<br>{{end}}|* [Slack](https://kubernetes.slack.com/messages/{{.Contact.Slack}})<br>* [Mailing List]({{.Contact.MailingList}})|{{range .Meetings}}* {{.Description}}: [{{.Day}}s at {{.Time}} {{.TZ}} ({{.Frequency}})]({{.URL}})<br>{{end}}
{{- end }}
-{{ end }} \ No newline at end of file
+{{ end }}