Skip to content

Commit

Permalink
[MINOR] docs: fix rest page (#1124)
Browse files Browse the repository at this point in the history
### What changes were proposed in this pull request?

- fix reset API version to 0.3.0
- fix rest API page link

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

local test

Co-authored-by: mchades <[email protected]>
Co-authored-by: Jerry Shao <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2023
1 parent 4a6ddec commit 5332341
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ to learn how to use the playground.
* [Manage metadata using Gravitino](./manage-metadata-using-gravitino): provides the complete
functionalities of Gravitino metadata management. Including metalake, catalog, schema and
table management.
* [Gravitino Open API](./api/rest/gravitino-rest-api): provides the complete Open API definition of
* [Gravitino Open API](pathname:///docs/0.3.0/api/rest/index.html): provides the complete Open API definition of
Gravitino.
* [Gravitino Javadoc](pathname:///docs/0.3.0/api/java/index.html): provides the Javadoc for Gravitino API.

Expand Down
2 changes: 1 addition & 1 deletion docs/open-api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0.html
version: 0.0.1
version: 0.3.0
description: |
Defines the specification for the first version of the Gravitino REST API.
Expand Down

0 comments on commit 5332341

Please sign in to comment.