Skip to content

Commit

Permalink
Merge pull request #34 from john29917958/fixes/rebuilding-laravel-url
Browse files Browse the repository at this point in the history
Issue #33 - Fix bug of wrong URL "https://rebuildinglaravel.com/".
  • Loading branch information
buonzz committed Oct 20, 2015
2 parents e5e3904 + 6bc30db commit cc80e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/03-03-01-how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
[rebuild-laravel-url]: http://rebuildinglaravel.com/

0 comments on commit cc80e5a

Please sign in to comment.