From 599a4202c48cea6ab0733b72f86349a7fe215559 Mon Sep 17 00:00:00 2001 From: alexweissman Date: Tue, 11 Jul 2017 12:47:48 -0400 Subject: [PATCH] update README --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ba6ae35a9..2b8b3b158 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # UserFrosting 4.1 -[http://www.userfrosting.com](http://www.userfrosting.com) +[https://www.userfrosting.com](https://www.userfrosting.com) If you simply want to show that you like this project, or want to remember it for later, you should **star**, not **fork**, this repository. Forking is only for when you are ready to create your own copy of the code to work on. @@ -10,7 +10,7 @@ If you simply want to show that you like this project, or want to remember it fo ## By [Alex Weissman](https://alexanderweissman.com) -Copyright (c) 2017, free to use in personal and commercial software as per the [license](licenses/UserFrosting.md). +Copyright (c) 2017, free to use in personal and commercial software as per the [license](LICENSE.md). UserFrosting is a secure, modern user management system written in PHP and built on top of the [Slim Microframework](http://www.slimframework.com/), [Twig](http://twig.sensiolabs.org/) templating engine, and [Eloquent](https://laravel.com/docs/5.4/eloquent#introduction) ORM. @@ -29,13 +29,13 @@ UserFrosting is a secure, modern user management system written in PHP and built ## Installation -Please see our [installation guide](https://learn.userfrosting.com/basics/installation). +Please see our [installation guide](https://learn.userfrosting.com/installation). ## Troubleshooting If you are having trouble installing UserFrosting, please [join us in chat](https://chat.userfrosting.com). -If you are generally confused about the structure and layout of the code, or it doesn't look like the kind of PHP code that you're used to, please [start from the beginning](https://learn.userfrosting.com/basics/overview). +If you are generally confused about the structure and layout of the code, or it doesn't look like the kind of PHP code that you're used to, please [start from the beginning](https://learn.userfrosting.com/background). ## Mission Objectives @@ -54,6 +54,8 @@ UserFrosting seeks to balance modern programming principles, like DRY and MVC, w ### [API documentation](http://api.userfrosting.com) +### [Change log](CHANGELOG.md) + ## Running tests Run `php bakery test` from the root project directory. Any tests included in `sprinkles/*/tests` will be run.