Merge pull request #3438 from dholbach/fix-communication-link
Fix links to communication page.
This commit is contained in:
commit
7832a9f550
|
|
@ -87,21 +87,16 @@ Kubernetes is the main focus of KubeCon + CloudNativeCon, held every spring in E
|
||||||
[Blog]: https://kubernetes.io/blog/
|
[Blog]: https://kubernetes.io/blog/
|
||||||
[calendar.google.com]: https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles
|
[calendar.google.com]: https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles
|
||||||
[Kubernetes code of conduct]: /code-of-conduct.md
|
[Kubernetes code of conduct]: /code-of-conduct.md
|
||||||
[communication]: /communication.md
|
|
||||||
[community meeting]: /communication.md#weekly-meeting
|
|
||||||
[events]: https://www.cncf.io/events/
|
[events]: https://www.cncf.io/events/
|
||||||
[file an issue]: https://github.com/kubernetes/kubernetes/issues/new
|
[file an issue]: https://github.com/kubernetes/kubernetes/issues/new
|
||||||
[Google+]: https://plus.google.com/u/0/b/116512812300813784482/116512812300813784482
|
|
||||||
[iCal url]: https://calendar.google.com/calendar/ical/cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com/public/basic.ics
|
[iCal url]: https://calendar.google.com/calendar/ical/cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com/public/basic.ics
|
||||||
[Kubernetes Community Meeting Agenda]: https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit#
|
[Kubernetes Community Meeting Agenda]: https://docs.google.com/document/d/1VQDIAB0OqiSjIHI8AWMvSdceWhnz56jNpZrLs6o7NJY/edit#
|
||||||
[kubernetes-community-video-chat]: https://groups.google.com/forum/#!forum/kubernetes-community-video-chat
|
[kubernetes-community-video-chat]: https://groups.google.com/forum/#!forum/kubernetes-community-video-chat
|
||||||
[kubernetes-announce]: https://groups.google.com/forum/#!forum/kubernetes-announce
|
[kubernetes-announce]: https://groups.google.com/forum/#!forum/kubernetes-announce
|
||||||
[kubernetes-dev]: https://groups.google.com/forum/#!forum/kubernetes-dev
|
[kubernetes-dev]: https://groups.google.com/forum/#!forum/kubernetes-dev
|
||||||
[Discuss Kubernetes]: https://discuss.kubernetes.io
|
[Discuss Kubernetes]: https://discuss.kubernetes.io
|
||||||
[kubernetes.slack.com]: https://kubernetes.slack.com
|
|
||||||
[Join Slack]: http://slack.k8s.io
|
[Join Slack]: http://slack.k8s.io
|
||||||
[Slack Guidelines]: /communication/slack-guidelines.md
|
[Slack Guidelines]: /communication/slack-guidelines.md
|
||||||
[Special Interest Group]: /README.md#SIGs
|
|
||||||
[Stack Overflow]: https://stackoverflow.com/questions/tagged/kubernetes
|
[Stack Overflow]: https://stackoverflow.com/questions/tagged/kubernetes
|
||||||
[timezone table]: https://www.google.com/search?q=1000+am+in+pst
|
[timezone table]: https://www.google.com/search?q=1000+am+in+pst
|
||||||
[troubleshooting guide]: https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
|
[troubleshooting guide]: https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
|
||||||
|
|
|
||||||
|
|
@ -173,7 +173,7 @@ For quick reference on contributor resources, we have a handy [contributor cheat
|
||||||
|
|
||||||
It is best to contact your [SIG](#learn-about-sigs) for issues related to the SIG's topic. Your SIG will be able to help you much more quickly than a general question would.
|
It is best to contact your [SIG](#learn-about-sigs) for issues related to the SIG's topic. Your SIG will be able to help you much more quickly than a general question would.
|
||||||
|
|
||||||
For general questions and troubleshooting, use the [standard lines of communication](/communication.md) and work through the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
|
For general questions and troubleshooting, use the [standard lines of communication](/communication/README.md) and work through the [troubleshooting guide](https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/).
|
||||||
|
|
||||||
## GitHub workflow
|
## GitHub workflow
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue