From 04a8fa9992f27807b450c2451daeedc2f18cec3b Mon Sep 17 00:00:00 2001 From: Kotlyar Maksim Date: Wed, 30 Jul 2014 07:59:57 +0000 Subject: [PATCH] [doc] fix link to basic get it started. --- Resources/docs/get-it-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/docs/get-it-started.md b/Resources/docs/get-it-started.md index c114dd6..33a9f45 100644 --- a/Resources/docs/get-it-started.md +++ b/Resources/docs/get-it-started.md @@ -1,7 +1,7 @@ # Get it started. In this chapter we are going to talk about offline payments. The offline payments is all about cash or cheque. -We assume you already read [payum's get it started documentation](https://github.com/Payum/Payum/blob/master/docs/get-it-started.md). +We assume you already read [payum's get it started documentation](https://github.com/Payum/Payum/blob/master/src/Payum/Core/Resources/docs/get-it-started.md). This chapter is based on that one. _**Note**: If you are working with symfony2 framework look at the bundle [documentation instead](https://github.com/Payum/PayumBundle/blob/master/Resources/doc/index.md)._