From 6bc30dbce4ed452ee2c492c3fe9d2190e9f4b57b Mon Sep 17 00:00:00 2001 From: John Wang Date: Tue, 20 Oct 2015 02:16:05 +0800 Subject: [PATCH] Fix bug of the wrong URL "https://rebuildinglaravel.com/". --- _posts/03-03-01-how-it-works.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/03-03-01-how-it-works.md b/_posts/03-03-01-how-it-works.md index fb60087..96715c8 100644 --- a/_posts/03-03-01-how-it-works.md +++ b/_posts/03-03-01-how-it-works.md @@ -5,6 +5,6 @@ anchor: howitworks ## How Laravel Works? {#howitworks_title} -Christopher Pitt has impressive explanation of the inner workings of Laravel, you can check it out in [https://rebuildinglaravel.com/] [rebuild-laravel-url] +Christopher Pitt has impressive explanation of the inner workings of Laravel, you can check it out in [http://rebuildinglaravel.com/] [rebuild-laravel-url] -[rebuild-laravel-url]: https://rebuildinglaravel.com/ \ No newline at end of file +[rebuild-laravel-url]: http://rebuildinglaravel.com/ \ No newline at end of file