Skip to content

Commit a08c58b

Browse files
authored
Do auto redirect for old getting started page (#9135)
The new page name (getting-started.html) is strictly better than the old one (getting-started-setup.html) Let's make a redirect so that we don't force users to make an unnecessary click. Test Plan: https://docs-preview.pytorch.org/pytorch/executorch/9135/getting-started-setup.html
1 parent f680c44 commit a08c58b

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

docs/source/getting-started-setup.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/source/getting-started-setup.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Setting Up ExecuTorch
2+
=====================
3+
4+
This page is re-organized into the following pages:
5+
6+
* `Getting Started with ExecuTorch <getting-started.html>`_
7+
* `Building from Source <using-executorch-building-from-source.html>`_
8+
9+
It will redirect in 3 seconds
10+
11+
.. raw:: html
12+
13+
<meta http-equiv="Refresh" content="3; url='./getting-started.html'" />

0 commit comments

Comments
 (0)