Skip to content

Commit ec8252f

Browse files
committed
docs: fix readme links to sample output
1 parent 7b6c24a commit ec8252f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ matrix:
4242
- npm run release
4343
on:
4444
branch: master
45-
4645
if: "branch = master AND type = push AND commit_message !~ /^(?i:chore: release)|(?i:\[no-release\])/"
4746

4847
before_script:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Convert Sequelize models into various JSON Schema variants (using the Strategy P
1313

1414
## Supported Schemas
1515

16-
- JSON Schema Draft-07 - [sample output]('examples/json-schema-v7.md)
17-
- OpenAPI 3.0 - [sample output]('examples/openapi-v3.md)
16+
- JSON Schema Draft-07 - [sample output](examples/json-schema-v7.md)
17+
- OpenAPI 3.0 - [sample output](examples/openapi-v3.md)
1818

1919
> More welcome, [inspiration found here](https://github.com/alt3/sequelize-to-json-schemas/tree/master/lib/strategies)
2020

0 commit comments

Comments
 (0)