File tree Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Expand file tree Collapse file tree 2 files changed +4
-20
lines changed Original file line number Diff line number Diff line change @@ -88,20 +88,12 @@ export default function AccessibilityPage() {
88
88
</ p >
89
89
< ul >
90
90
< li >
91
- < Link
92
- to = { `${ baseUrl } /doc/Harness_CD_VPAT_Report.pdf` }
93
- className = { styles . link }
94
- >
95
- Harness CD VPAT Report
96
- </ Link >
97
- </ li >
98
- < li >
99
- < Link
100
- to = { `${ baseUrl } /doc/Harness_CI_VPAT_Report.pdf` }
91
+ < a href = { `/doc/Harness_CI_CD_Platform_VPAT_Report_2025.pdf` }
101
92
className = { styles . link }
93
+ target = "_blank"
102
94
>
103
- Harness CI VPAT Report
104
- </ Link >
95
+ Harness CI/CD/Platform VPAT Report
96
+ </ a >
105
97
</ li >
106
98
< li >
107
99
< Link
@@ -143,14 +135,6 @@ export default function AccessibilityPage() {
143
135
Harness Chaos Engineering VPAT Report
144
136
</ Link >
145
137
</ li >
146
- < li >
147
- < Link
148
- to = { `${ baseUrl } /doc/Harness_Platform_VPAT_Report.pdf` }
149
- className = { styles . link }
150
- >
151
- Harness Platform VPAT Report
152
- </ Link >
153
- </ li >
154
138
< li >
155
139
< Link
156
140
to = { `${ baseUrl } /doc/Harness_IaCM_VPAT_Report.pdf` }
You can’t perform that action at this time.
0 commit comments