Skip to content

Commit e799c49

Browse files
authored
fix links for contributing docs (#537)
1 parent c83c63d commit e799c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/adding_a_payment_processor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ We recommend copying FakeProcessor as the basis for your new payment processor a
2020

2121
Each payment processer can define it's own controller for processing any required webhooks.
2222

23-
For example, `stripe` has [app/controllers/pay/webhooks/stripe_controller.rb](../app/controllers/pay/webhooks/stripe_controller.rb)
23+
For example, `stripe` has [app/controllers/pay/webhooks/stripe_controller.rb](../../app/controllers/pay/webhooks/stripe_controller.rb)
2424

25-
See also [config/routes.rb](../config/routes.rb) for defining routes.
25+
See also [config/routes.rb](../../config/routes.rb) for defining routes.
2626

2727
The webhook controller is responsible for verifying the webhook payload for authenticity and then sending to the Pay Webhook Delegator
2828

0 commit comments

Comments
 (0)