From 194f5420678856b4a0c23b67ada5db2962a13c1d Mon Sep 17 00:00:00 2001
From: Evan Anderson
Date: Tue, 12 Jan 2021 06:23:30 -0800
Subject: [PATCH] Update calendar and drive links (#3127)
* Update calendar and drive links
* Switch link to web published version
---
CONTRIBUTING.md | 2 +-
community/calendar/_index.md | 4 ++--
community/meetup/README.md | 2 +-
docs/eventing/samples/writing-event-source/01-theory.md | 2 +-
docs/reference/api/serving.md | 2 +-
docs/serving/tag-resolution.md | 5 +----
6 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index baa28fc53..7af440d4c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -76,7 +76,7 @@ issue in the [`knative/website` repo](https://github.com/knative/website/issues)
The
[Knative Documentation Working Group](https://github.com/knative/community/blob/master/working-groups/WORKING-GROUPS.md#documentation)
meets biweekly on Tuesdays at 9:30am PT.
-[Click here](https://calendar.google.com/calendar/embed?src=google.com_18un4fuh6rokqf8hmfftm5oqq4%40group.calendar.google.com)
+[Click here](https://calendar.google.com/calendar/embed?src=knative.team_9q83bg07qs5b9rrslp5jor4l6s%40group.calendar.google.com)
to see the exact dates on the Knative working group calendar.
If you're interested in becoming more involved in Knative's documentation, start
diff --git a/community/calendar/_index.md b/community/calendar/_index.md
index f937a8c0d..392be1ca5 100644
--- a/community/calendar/_index.md
+++ b/community/calendar/_index.md
@@ -6,8 +6,8 @@ showlandingtoc: "false"
type: "docs"
---
-The [Knative Community Calendar](https://calendar.google.com/calendar/u/0/embed?src=c_tcut0tbk016g22csq1ced9lqd8@group.calendar.google.com) contain events that provides the opportunity to learn more about Knative and meet other Knative users and contributors.
+The [Knative Community Calendar](https://calendar.google.com/calendar/embed?src=knative.team_9q83bg07qs5b9rrslp5jor4l6s%40group.calendar.google.com) contain events that provides the opportunity to learn more about Knative and meet other Knative users and contributors.
Events don't have to be organized by the Knative project to be added to the calendar. If you want to add an event to the calendar please send an email to [knative-steering@googlegroups.com](mailto:knative-steering@googlegroups.com) or post to the #community channel in the Knative [Slack](https://slack.knative.dev) workspace.
-
+
diff --git a/community/meetup/README.md b/community/meetup/README.md
index 45bf5ed8b..87cf2033b 100644
--- a/community/meetup/README.md
+++ b/community/meetup/README.md
@@ -6,7 +6,7 @@ Catch up with past community meetups on our [YouTube channel](https://www.youtub
Here we will list all the information related to past and future events.
-Stay tuned for new events by subscribing to our [calendar](https://calendar.google.com/calendar/embed?src=google.com_18un4fuh6rokqf8hmfftm5oqq4%40group.calendar.google.com) ([iCal export file](https://calendar.google.com/calendar/ical/google.com_18un4fuh6rokqf8hmfftm5oqq4@group.calendar.google.com/public/basic.ics)) and following us on [Twitter](https://twitter.com/KnativeProject).
+Stay tuned for new events by subscribing to our [calendar](https://calendar.google.com/calendar/embed?src=knative.team_9q83bg07qs5b9rrslp5jor4l6s%40group.calendar.google.com&ctz=America%2FLos_Angeles) ([iCal export file](https://calendar.google.com/calendar/ical/knative.team_9q83bg07qs5b9rrslp5jor4l6s%40group.calendar.google.com/public/basic.ics)) and following us on [Twitter](https://twitter.com/KnativeProject).
---
diff --git a/docs/eventing/samples/writing-event-source/01-theory.md b/docs/eventing/samples/writing-event-source/01-theory.md
index a589728e4..caef6041d 100644
--- a/docs/eventing/samples/writing-event-source/01-theory.md
+++ b/docs/eventing/samples/writing-event-source/01-theory.md
@@ -61,7 +61,7 @@ To ease writing a new event source, the eventing subsystem has offloaded several

-Fig 1. - Via shared [Knative Dependency Injection](https://docs.google.com/presentation/d/1aK5xCBv7wbfdDZAvnUE4vGWGk77EYZ6AbL0OR1vKPq8/edit#slide=id.g596dcbbefb_0_40)
+Fig 1. - Via shared [Knative Dependency Injection](https://docs.google.com/presentation/d/e/2PACX-1vQbpISBvY7jqzu2wy2t1_0R4LSBEBS0JrUS7M7V3BMVqy2K1Zk_0Xhy7WPPaeANLHE0yqtz1DuWlSAl/pub?resourcekey=0-mf6dN2vu9SS3bo2TUeCk9Q&slide=id.g596dcbbefb_0_40)
Specifically, the `clientset`, `cache`, `informers`, and `listers` can all be generated and shared. Thus, they can be generated, imported, and assigned to the underlying reconciler when creating a new controller source implementation:
diff --git a/docs/reference/api/serving.md b/docs/reference/api/serving.md
index 366e623d4..9f07f4d95 100644
--- a/docs/reference/api/serving.md
+++ b/docs/reference/api/serving.md
@@ -24,7 +24,7 @@ Resource Types:
PodAutoscaler is a Knative abstraction that encapsulates the interface by which Knative
components instantiate autoscalers. This definition is an abstraction that may be backed
by multiple definitions. For more information, see the Knative Pluggability presentation:
-https://docs.google.com/presentation/d/10KWynvAJYuOEWy69VBa6bHJVCqIsz1TNdEKosNvcpPY/edit
+https://docs.google.com/presentation/d/e/2PACX-1vQ4kT92QNXvBF9dJzVfF_zqUROoG1wZXf-ATMKi8d43htvt3Osq6k-1YUWAO9M27gZ8C-cGBQA8-bwJ/pub
diff --git a/docs/serving/tag-resolution.md b/docs/serving/tag-resolution.md
index 8db46c2e8..bb04aedd8 100644
--- a/docs/serving/tag-resolution.md
+++ b/docs/serving/tag-resolution.md
@@ -9,10 +9,7 @@ Knative serving resolves image tags to a digest when you create a revision. This
gives knative revisions some very nice properties, e.g. your deployments will be
consistent, you don't have to worry about "immutable tags", etc. For more info,
see
-[Why we resolve tags in Knative](https://docs.google.com/presentation/d/1gjcVniYD95H1DmGM_n7dYJ69vD9d6KgJiA-D9dydWGU/edit?usp=sharing)
-(join
-[`knative-users@googlegroups.com`](https://groups.google.com/d/forum/knative-users)
-for access).
+[Why we resolve tags in Knative](https://docs.google.com/presentation/d/e/2PACX-1vTgyp2lGDsLr_bohx3Ym_2mrTcMoFfzzd6jocUXdmWQFdXydltnraDMoLxvEe6WY9pNPpUUvM-geJ-g/pub).
Unfortunately, this means that the knative serving controller needs to be
configured to access your container registry.