Skip to content

Commit

Permalink
Fix links on badges
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteel committed Jul 15, 2021
1 parent 11c9bcc commit c8f7c37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@
[![Build Status](https://github.com/netglue/prismic-client/workflows/Continuous%20Integration/badge.svg)](https://github.com/netglue/prismic-client/actions?query=workflow%3A"Continuous+Integration")
[![codecov](https://codecov.io/gh/netglue/prismic-client/branch/main/graph/badge.svg)](https://codecov.io/gh/netglue/prismic-client)
[![Psalm Type Coverage](https://shepherd.dev/github/netglue/prismic-client/coverage.svg)](https://shepherd.dev/github/netglue/prismic-client)
[![Latest Stable Version](https://poser.pugx.org/netglue/prismic-client/v/stable)](https://packagist.org/packages/netglue/primo)
[![Total Downloads](https://poser.pugx.org/netglue/prismic-client/downloads)](https://packagist.org/packages/netglue/primo)
[![Latest Stable Version](https://poser.pugx.org/netglue/prismic-client/v/stable)](https://packagist.org/packages/netglue/prismic-client)
[![Total Downloads](https://poser.pugx.org/netglue/prismic-client/downloads)](https://packagist.org/packages/netglue/prismic-client)

This is an unofficial PHP client for the [Prismic.io](https://prismic.io) headless CMS. In order to keep things simple, this library only supports version 2 of the api, so you'll have to make sure to specify your repository url in the format `https://my-repo.prismic.io/api/v2`

Expand Down

0 comments on commit c8f7c37

Please sign in to comment.