File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,10 @@ import {Theme} from "@mui/material";
21
21
import styled from "@mui/material/styles/styled" ;
22
22
23
23
const HomePage : React . FC = ( ) => {
24
- const latestVersion = "2.20" ;
25
-
26
24
const getStarted = (
27
25
< Button
28
26
variant = "contained"
29
- href = { `/docs/${ latestVersion } / quick-start/` }
27
+ href = { `/docs/quick-start/` }
30
28
sx = { {
31
29
marginY : "4em" ,
32
30
lineHeight : "2.5" ,
@@ -198,7 +196,7 @@ const HomePage: React.FC = () => {
198
196
) }
199
197
< Typography variant = "body1" >
200
198
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
202
200
join us in the #telepresence-oss channel on
203
201
the { link ( "CNCF Slack" , "https://slack.cncf.io/" ) } .
204
202
</ Typography >
You can’t perform that action at this time.
0 commit comments