Skip to content

Commit 47e216f

Browse files
authored
Drop incorrect "lastVersion" (no longer needed). (#213)
Signed-off-by: Thomas Hallgren <thomas@tada.se>
1 parent 8a2cdc2 commit 47e216f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/pages/index.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,10 @@ import {Theme} from "@mui/material";
2121
import styled from "@mui/material/styles/styled";
2222

2323
const HomePage: React.FC = () => {
24-
const latestVersion = "2.20";
25-
2624
const getStarted = (
2725
<Button
2826
variant="contained"
29-
href={`/docs/${latestVersion}/quick-start/`}
27+
href={`/docs/quick-start/`}
3028
sx={{
3129
marginY: "4em",
3230
lineHeight: "2.5",
@@ -198,7 +196,7 @@ const HomePage: React.FC = () => {
198196
)}
199197
<Typography variant="body1">
200198
To find out more about the Telepresence Architecture, check out
201-
the {link("docs", `/docs/${latestVersion}/reference/architecture/`)} or
199+
the {link("docs", `/docs/reference/architecture/`)} or
202200
join us in the #telepresence-oss channel on
203201
the {link("CNCF Slack", "https://slack.cncf.io/")}.
204202
</Typography>

0 commit comments

Comments
 (0)