From 41c1acdc6dc33fef04705386643a36dcc695f3be Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Fri, 20 Dec 2013 15:20:36 +0200 Subject: [PATCH] [doc] fix links --- Resources/docs/instant-payment-notification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/docs/instant-payment-notification.md b/Resources/docs/instant-payment-notification.md index bde9383..dd41798 100644 --- a/Resources/docs/instant-payment-notification.md +++ b/Resources/docs/instant-payment-notification.md @@ -55,7 +55,7 @@ class StoreNotificationAction implements ActionInterface In the code above we created payum custom action. The main purpose of the action to store notification that with a request. To do so it requires a storage. -Now we can update `config.php` described in [get it started](get_it-started.md). +Now we can update `config.php` described in [get it started](get-it-started.md). ```php