Skip to content

Commit e2eadb5

Browse files
authored
Update link for openapi-format (#698)
1 parent 63e88b9 commit e2eadb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/ExternalArticle.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const ExternalArticle: React.FC<FeaturedArticle> = (props) => {
5656
<h3 className="mt-3 text-lg leading-6 font-semibold text-gray-900 group-hover:text-gray-600">
5757
<Link
5858
href={url}
59-
className="font-medium no-underline absolute inset-0"
59+
className="absolute inset-0 font-medium no-underline"
6060
toolSlug={toolSlug}
6161
linkType="featured_article"
6262
linkPlacementDescription="featured-article-card"

src/content/tools/openapi-format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ categories:
66
- misc
77
- parsers
88
- converters
9-
link: https://openapi-format-playground.vercel.app
9+
link: https://openapi-format.com
1010
languages:
1111
nodejs: true
1212
cli: true
@@ -49,6 +49,6 @@ featuredArticles:
4949
- **Generate elements**: Auto-generate `operationIds` using customizable templates based on method, path, and tags.
5050
- **Bundle and split**: Resolve all `$ref` references into a single file, or split large documents into modular multi-file structures for easier management.
5151
- **Strip unused components**: Automatically detect and remove schemas, parameters, examples, and other components that are no longer referenced.
52-
- **Online playground**: Experiment with formatting options interactively at https://openapi-format-playground.vercel.app.
52+
- **Online playground**: Experiment with formatting options interactively at https://playground.openapi-format.com.
5353

5454
Built to simplify maintaining OpenAPI documents and keep specifications clean, consistent, and automation-ready.

0 commit comments

Comments
 (0)