@@ -222,36 +222,36 @@ import { FernFooter } from "../../../components/FernFooter";
222222 </div >
223223
224224 <div className = " specs-grid" >
225- <div className = " specs-card" >
225+ <a className = " specs-card" href = " /api-definitions/openapi/overview " >
226226 <img className = " m-0 dark:hidden" src = " ./images/openapi-light.svg" alt = " Github Preview" noZoom />
227227 <img className = " m-0 hidden dark:block" src = " ./images/openapi-dark.svg" alt = " Github Preview" noZoom />
228228
229229 <h3 className = " community-card-title" >OpenAPI</h3 >
230- </div >
231- <div className = " specs-card" >
230+ </a >
231+ <a className = " specs-card" href = " /api-definitions/asyncapi/overview " >
232232 <img className = " m-0 dark:hidden" src = " ./images/asyncapi-light.svg" alt = " Github Preview" noZoom />
233233 <img className = " m-0 hidden dark:block" src = " ./images/asyncapi-dark.svg" alt = " Github Preview" noZoom />
234234
235235 <h3 className = " community-card-title" >AsyncAPI</h3 >
236- </div >
237- <div className = " specs-card" >
236+ </a >
237+ <a className = " specs-card" href = " /api-definitions/openrpc/overview " >
238238 <img className = " m-0 dark:hidden" src = " ./images/openrpc-light.svg" alt = " Github Preview" noZoom />
239239 <img className = " m-0 hidden dark:block" src = " ./images/openrpc-dark.svg" alt = " Github Preview" noZoom />
240240
241241 <h3 className = " community-card-title" >OpenRPC</h3 >
242- </div >
243- <div className = " specs-card" >
242+ </a >
243+ <a className = " specs-card" href = " /api-definitions/grpc/overview " >
244244 <img className = " m-0 dark:hidden" src = " ./images/grpc-light.svg" alt = " Github Preview" noZoom />
245245 <img className = " m-0 hidden dark:block" src = " ./images/grpc-dark.svg" alt = " Github Preview" noZoom />
246246
247247 <h3 className = " community-card-title" >gRPC</h3 >
248- </div >
249- <div className = " specs-card" >
248+ </a >
249+ <a className = " specs-card" href = " /api-definitions/ferndef/overview " >
250250 <img className = " m-0 dark:hidden" src = " ./images/fern-definition-light.svg" alt = " Github Preview" noZoom />
251251 <img className = " m-0 hidden dark:block" src = " ./images/fern-definition-dark.svg" alt = " Github Preview" noZoom />
252252
253253 <h3 className = " community-card-title" >Fern Definition</h3 >
254- </div >
254+ </a >
255255 </div >
256256 </div >
257257 { /* Community Section */ }
0 commit comments