From dfe9db5bc7fe531adb48b149cdcddce84329c636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Busqu=C3=A9?= Date: Fri, 21 Apr 2023 06:38:38 +0200 Subject: [PATCH] Update links from master to main for solidus_stripe repo Although GH would automatically take care of the redirection, it's better to just use the new name. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62f7abac..373551a4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ or if your tracking the github version please switch to the `v4` branch: # Solidus Stripe [![CircleCI](https://circleci.com/gh/solidusio/solidus_stripe.svg?style=shield)](https://circleci.com/gh/solidusio/solidus_stripe) -[![codecov](https://codecov.io/gh/solidusio/solidus_stripe/branch/master/graph/badge.svg)](https://codecov.io/gh/solidusio/solidus_stripe) +[![codecov](https://codecov.io/gh/solidusio/solidus_stripe/branch/main/graph/badge.svg)](https://codecov.io/gh/solidusio/solidus_stripe) [![yardoc](https://img.shields.io/badge/docs-rubydoc.info-informational)](https://rubydoc.info/gems/solidus_stripe) @@ -63,7 +63,7 @@ preference on the payment method. Before going to production, you'll need to [register the webhook endpoint with Stripe](https://stripe.com/docs/webhooks/go-live), and make sure to subscribe to the events listed in [the `SolidusStripe::Webhook::Event::CORE` -constant](https://github.com/solidusio/solidus_stripe/blob/master/lib/solidus_stripe/webhook/event.rb). +constant](https://github.com/solidusio/solidus_stripe/blob/main/lib/solidus_stripe/webhook/event.rb). On development, you can [test webhooks by using Stripe CLI](https://stripe.com/docs/webhooks/test).