diff --git a/frontend/src/pages/GettingStarted.tsx b/frontend/src/pages/GettingStarted.tsx
index 1603e777e94c..943c36ce7979 100644
--- a/frontend/src/pages/GettingStarted.tsx
+++ b/frontend/src/pages/GettingStarted.tsx
@@ -50,7 +50,7 @@ const PAGE_CONTENT_MD = ({
## Build your own pipeline
-Build an end-to-end ML pipeline with TensorFlow Extended (TFX) [**Start Here!**](https://console.cloud.google.com/mlengine/notebooks/deploy-notebook?q=download_url%3Dhttps%253A%252F%252Fraw.githubusercontent.com%252Ftensorflow%252Ftfx%252Fmaster%252Fdocs%252Ftutorials%252Ftfx%252Ftemplate.ipynb)
+Build an end-to-end ML pipeline with TensorFlow Extended (TFX) [**Start Here!**](https://console.cloud.google.com/mlengine/notebooks/deploy-notebook?q=download_url%3Dhttps%253A%252F%252Fraw.githubusercontent.com%252Ftensorflow%252Ftfx%252Fmaster%252Fdocs%252Ftutorials%252Ftfx%252Ftemplate.ipynb) (Please make sure you pick a Tensorflow 2.1 notebook instance.)
diff --git a/frontend/src/pages/__snapshots__/GettingStarted.test.tsx.snap b/frontend/src/pages/__snapshots__/GettingStarted.test.tsx.snap
index 86347d1f9baa..1128db63c85c 100644
--- a/frontend/src/pages/__snapshots__/GettingStarted.test.tsx.snap
+++ b/frontend/src/pages/__snapshots__/GettingStarted.test.tsx.snap
@@ -5,7 +5,7 @@ exports[`GettingStarted page fallbacks to show pipeline list page if request fai
- First value
+ Second value
-@@ -69,11 +69,13 @@
+@@ -70,11 +70,13 @@
>
@@ -46,6 +46,7 @@ exports[`GettingStarted page initially renders documentation 1`] = `
Start Here!
+ (Please make sure you pick a Tensorflow 2.1 notebook instance.)
This section contains demo and tutorial pipelines.
Demos - Try an end-to-end demonstration pipeline.
@@ -274,7 +275,7 @@ exports[`GettingStarted page renders documentation with pipeline deep link after Classification pipeline with model analysis, based on a public BigQuery dataset of taxicab trips. @@ -289,7 +290,7 @@ exports[`GettingStarted page renders documentation with pipeline deep link after An example of end-to-end distributed training for an XGBoost model. Tutorials - Learn pipeline concepts by following a tutorial. @@ -304,7 +305,7 @@ exports[`GettingStarted page renders documentation with pipeline deep link after Shows how to pass data between python components.