Skip to content

Commit

Permalink
docs/openapi.yml -> spec/openapi.yml (#848)
Browse files Browse the repository at this point in the history
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Dec 1, 2020
1 parent bc969b5 commit fd18cef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ $ git commit -s -m "This is my commit message"
To bundle:

```bash
$ redoc-cli bundle docs/openapi.yml -o docs/openapi.html --title "Marquez API Reference"
$ redoc-cli bundle spec/openapi.yml -o docs/openapi.html --title "Marquez API Reference"
```

To serve:

```bash
$ redoc-cli serve docs/openapi.yml
$ redoc-cli serve spec/openapi.yml
```

Then browse to: http:https://localhost:8080
Expand Down
File renamed without changes.

0 comments on commit fd18cef

Please sign in to comment.