diff --git a/doc/redirects.csv b/doc/redirects.csv
index de69d0168835d..475e5bbdae9be 100644
--- a/doc/redirects.csv
+++ b/doc/redirects.csv
@@ -5,6 +5,9 @@
whatsnew,whatsnew/index
release,whatsnew/index
+# web
+getting_started,docs/getting_started/index
+
# getting started
install,getting_started/install
comparison_with_r,getting_started/comparison/comparison_with_r
diff --git a/web/pandas/config.yml b/web/pandas/config.yml
index 9a178d26659c3..bc0dea2a97486 100644
--- a/web/pandas/config.yml
+++ b/web/pandas/config.yml
@@ -34,7 +34,7 @@ navbar:
- name: "Citing and logo"
target: /about/citing.html
- name: "Getting started"
- target: /getting_started.html
+ target: /docs/getting_started/index.html
- name: "Documentation"
target: /docs/
- name: "Community"
diff --git a/web/pandas/getting_started.md b/web/pandas/getting_started.md
deleted file mode 100644
index d4f40a1153fb4..0000000000000
--- a/web/pandas/getting_started.md
+++ /dev/null
@@ -1,57 +0,0 @@
-# Getting started
-
-## Installation instructions
-
-The next steps provides the easiest and recommended way to set up your
-environment to use pandas. Other installation options can be found in
-the [advanced installation page]({{ base_url}}/docs/getting_started/install.html).
-
-1. Download [Anaconda](https://www.anaconda.com/distribution/) for your operating system and
- the latest Python version, run the installer, and follow the steps. Please note:
-
- - It is not needed (and discouraged) to install Anaconda as root or administrator.
- - When asked if you wish to initialize Anaconda3, answer yes.
- - Restart the terminal after completing the installation.
-
- Detailed instructions on how to install Anaconda can be found in the
- [Anaconda documentation](https://docs.anaconda.com/anaconda/install/).
-
-2. In the Anaconda prompt (or terminal in Linux or MacOS), start JupyterLab:
-
-
-
-3. In JupyterLab, create a new (Python 3) notebook:
-
-
-
-4. In the first cell of the notebook, you can import pandas and check the version with:
-
-
-
-5. Now you are ready to use pandas, and you can write your code in the next cells.
-
-## Tutorials
-
-You can learn more about pandas in the [tutorials]({{ base_url }}/docs/getting_started/intro_tutorials/),
-and more about JupyterLab in the
-[JupyterLab documentation](https://jupyterlab.readthedocs.io/en/stable/user/interface.html).
-
-## Books
-
-The book we recommend to learn pandas is [Python for Data Analysis](https://amzn.to/2KI5JJw),
-by [Wes McKinney](https://wesmckinney.com/), creator of pandas.
-
-
-
-
-
-## Videos
-
-
-
-## Cheat sheet
-
-[pandas cheat sheet](https://pandas.pydata.org/Pandas_Cheat_Sheet.pdf)