Skip to content

Commit 972a594

Browse files
authored
Fix GitHub Marketplace link for SpecSync
Corrected the GitHub Marketplace link for SpecSync in multiple sections of the README.
1 parent 5b501e3 commit 972a594

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# SpecSync
22

3-
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-SpecSync-blue?logo=github)](https://github.com/marketplace/actions/specsync)
3+
[![GitHub Marketplace](https://img.shields.io/badge/Marketplace-SpecSync-blue?logo=github)](https://github.com/marketplace/actions/spec-sync)
44

55
Bidirectional spec-to-code validation. Keep your module specs and source code in sync with CI-enforced contract checking.
66

77
**Written in Rust. Language-agnostic. Blazing fast.**
88

9-
> **Now available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync)** — add spec validation to any repo in one step.
9+
> **Now available on the [GitHub Marketplace](https://github.com/marketplace/actions/spec-sync)** — add spec validation to any repo in one step.
1010
1111
## What it does
1212

@@ -38,7 +38,7 @@ Language is auto-detected from file extensions. The same spec format works for a
3838

3939
### GitHub Action (recommended)
4040

41-
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync). Add to any workflow:
41+
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/spec-sync). Add to any workflow:
4242

4343
```yaml
4444
- uses: CorvidLabs/spec-sync@v1
@@ -231,7 +231,7 @@ Flags:
231231

232232
## GitHub Action
233233

234-
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/specsync). Use SpecSync as a reusable GitHub Action — no manual binary download needed.
234+
Available on the [GitHub Marketplace](https://github.com/marketplace/actions/spec-sync). Use SpecSync as a reusable GitHub Action — no manual binary download needed.
235235

236236
### Basic usage
237237

0 commit comments

Comments
 (0)