File tree 2 files changed +6
-6
lines changed
site/src/components/FeatureStageBadge
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
"title" : " Screenshots" ,
17
17
"description" : " View screenshots of the Coder platform" ,
18
18
"path" : " ./start/screenshots.md"
19
- },
20
- {
21
- "title" : " Feature stages" ,
22
- "description" : " Information about pre-GA stages." ,
23
- "path" : " ./about/feature-stages.md"
24
19
}
25
20
]
26
21
},
112
107
"description" : " Learn about the Coder release channels and schedule" ,
113
108
"path" : " ./install/releases.md" ,
114
109
"icon_path" : " ./images/icons/star.svg"
110
+ },
111
+ {
112
+ "title" : " Feature stages" ,
113
+ "description" : " Information about pre-GA stages." ,
114
+ "path" : " ./about/feature-stages.md"
115
115
}
116
116
]
117
117
},
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export const FeatureStageBadge: FC<FeatureStageBadgeProps> = ({
61
61
</ p >
62
62
63
63
< Link
64
- href = { docs ( "/about /feature-stages" ) }
64
+ href = { docs ( "/install /feature-stages" ) }
65
65
target = "_blank"
66
66
rel = "noreferrer"
67
67
css = { styles . tooltipLink }
You can’t perform that action at this time.
0 commit comments