Skip to content

Commit

Permalink
Merge pull request #40 from HiDeoo/hd-fix-getting-started-link
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Jul 6, 2024
2 parents 4e8da3a + da51684 commit 9dbd329
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.6.12

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.6.12

Expand Down
2 changes: 1 addition & 1 deletion packages/starlight-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## Getting Started

Want to get started immediately? Check out the [getting started guide](https://starlight-openapi.vercel.app/guides/getting-started/) or check out the [demo](https://starlight-openapi.vercel.app/api/petstore/operations/addpet/) to see the plugin in action.
Want to get started immediately? Check out the [getting started guide](https://starlight-openapi.vercel.app/getting-started/) or check out the [demo](https://starlight-openapi.vercel.app/api/petstore/operations/addpet/) to see the plugin in action.

## Features

Expand Down

0 comments on commit 9dbd329

Please sign in to comment.