From 1ef0556ea15c8c3decf616365eefa5544fd785f2 Mon Sep 17 00:00:00 2001 From: Michael Butler Date: Sun, 14 Mar 2021 16:10:19 -0400 Subject: [PATCH 1/2] Fix link to tutorial guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6450a8..ee47bae 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can also run the application using [nanobox.io][8]. Installation instruction Phalcon Tutorial is open-sourced software licensed under the [New BSD License][6]. © Phalcon Framework Team and contributors -[1]: https://docs.phalconphp.com/en/latest/tutorial-base +[1]: https://docs.phalcon.io/4.0/en/tutorial-basic [2]: http://httpd.apache.org/ [3]: http://httpd.apache.org/docs/current/mod/mod_rewrite.html [4]: http://nginx.org/ @@ -40,4 +40,4 @@ Phalcon Tutorial is open-sourced software licensed under the [New BSD License][6 [6]: https://github.com/phalcon/tutorial/blob/master/docs/LICENSE.md [7]: https://github.com/phalcon/phalcon-devtools [8]: https://nanobox.io -[9]: https://docs.nanobox.io/install/ \ No newline at end of file +[9]: https://docs.nanobox.io/install/ From a062b4f79b03b593166c882e8269c077d7467e4c Mon Sep 17 00:00:00 2001 From: Anton Vasiliev Date: Sun, 14 Mar 2021 22:39:58 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee47bae..bcd91e7 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can also run the application using [nanobox.io][8]. Installation instruction Phalcon Tutorial is open-sourced software licensed under the [New BSD License][6]. © Phalcon Framework Team and contributors -[1]: https://docs.phalcon.io/4.0/en/tutorial-basic +[1]: https://docs.phalcon.io/latest/en/tutorial-basic [2]: http://httpd.apache.org/ [3]: http://httpd.apache.org/docs/current/mod/mod_rewrite.html [4]: http://nginx.org/