From 4fa5e28eab4abfd7e798b54c9b3d091ae7712ee3 Mon Sep 17 00:00:00 2001 From: Himenon Date: Wed, 7 Apr 2021 15:42:14 +0900 Subject: [PATCH] docs: fix --- README.md | 2 +- docs/ja/README-ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5030ce8c..74e4cafb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This library provides TypeScript type definitions and extracted parameters from TypeScript AST is used to generate the code, which is accurately converted to TypeScript code. Since the parameters extracted from OpenAPI can be used freely, it can be used for automatic generation of API Client and Server Side code, load balancer configuration files, etc. -## Usage +## Playground - [Playground](https://himenon.github.io/openapi-typescript-code-generator-playground/index.html) diff --git a/docs/ja/README-ja.md b/docs/ja/README-ja.md index 716f88b4..0e4a3f8d 100644 --- a/docs/ja/README-ja.md +++ b/docs/ja/README-ja.md @@ -10,7 +10,7 @@ OpenAPI から抽出したパラメーターは自由に使うことができる ## DEMO -- [DEMO](./example/README.md) +- [DEMO](../example/README.md) - [DEMO: github/rest-api-client code generate](https://github.com/Himenon/github-rest-api-client/tree/master/source) - https://github.com/github/rest-api-description