From 52d67f927a06a4549e9f3c78d3f7c22dd0cc7abb Mon Sep 17 00:00:00 2001 From: Mintu Date: Thu, 29 Feb 2024 20:14:10 +0530 Subject: [PATCH] removed the link from bowtie-intro.md and change the version of `lycheeverse` action to 1 --- .github/workflows/link-check.yml | 4 ++-- pages/blog/posts/bowtie-intro.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 363a86738f..55df03dbfe 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -40,9 +40,9 @@ jobs: - uses: actions/checkout@v4 - name: Link Checker - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v1 with: fail: true - args: '--base http://localhost:3000 --verbose --no-progress **/*.md' + args: '--base https://json-schema.org --verbose --no-progress **/*.md' # we should add here deployment steps here \ No newline at end of file diff --git a/pages/blog/posts/bowtie-intro.md b/pages/blog/posts/bowtie-intro.md index 6a2dd519d4..1118118591 100644 --- a/pages/blog/posts/bowtie-intro.md +++ b/pages/blog/posts/bowtie-intro.md @@ -45,7 +45,7 @@ Bowtie attempts to bring these ideas to JSON Schema. From the existing [list of JSON Schema implementations](https://json-schema.org/implementations.html#validators), Bowtie already [supports](https://github.com/orgs/bowtie-json-schema/packages) *12* implementations across *9* programming languages, allowing anyone to run any of these implementations and see what they have to say about schemas and instances. -It ships with a [command line program](https://docs.bowtie.report/en/stable/cli/), but perhaps more excitingly, ongoing automated runs of this CLI have been set up, such that Bowtie emits a [report across all of its supported implementations](https://bowtie-json-schema.github.io/bowtie/draft2020). +It ships with a [command line program](https://bowtie-json-schema.readthedocs.io/en/latest/cli/), but perhaps more excitingly, ongoing automated runs of this CLI have been set up, such that Bowtie emits a [report across all of its supported implementations](https://bowtie-json-schema.github.io/bowtie/draft2020). To produce this report, Bowtie runs the [official JSON Schema Test Suite](https://github.com/json-schema-org/JSON-Schema-Test-Suite), which is our existing set of tests meant to exercise compliance with the JSON Schema specifications. Many implementations already [use the suite within their own continuous integration](https://github.com/json-schema-org/JSON-Schema-Test-Suite#who-uses-the-test-suite), but this is the first time both users of JSON Schema as well as implementers can see results of running the suite in a single place, across many implementations.