diff --git a/README.md b/README.md index bca0459..7363b72 100644 --- a/README.md +++ b/README.md @@ -51,14 +51,10 @@ Branches are created as demonstrated [here](https://gitlab.com/exadra37-docker/p This are the type of branches we can see at any moment in the repository: -* `master` - issues and milestones branches will be merged here. Don't use it in - production. -* `last-stable-release` - matches the last stable tag created. Useful for - automation tools. Doesn't guarantee backwards - compatibility. +* `master` - issues and milestones branches will be merged here. Don't use it in production. +* `last-stable-release` - matches the last stable tag created. Useful for automation tools. Doesn't guarantee backwards compatibility. * `4-fix-some-bug` - each issue will have is own branch for development. -* `milestone-12_add-some-new-feature` - all Milestone issues will start, tracked and merged - here. +* `milestone-12_add-some-new-feature` - all Milestone issues will start, tracked and merged here. Only `master` and `last-stable-release` branches will be permanent ones in the repository and all other ones will be removed once they are merged. diff --git a/docs/demos/laravel-5.5.md b/docs/demos/laravel-5.5.md index 80962d0..dacc822 100644 --- a/docs/demos/laravel-5.5.md +++ b/docs/demos/laravel-5.5.md @@ -112,7 +112,7 @@ Migrating: 2014_10_12_100000_create_password_resets_table Migrated: 2014_10_12_100000_create_password_resets_table ``` -Visit now the browser on http://localhost:8888/register to create an account. +Visit now the browser on http://localhost:8000/register to create an account. ## Logs diff --git a/docs/the-package/what_is_it.md b/docs/the-package/what_is_it.md index 00e9bf5..dd87972 100644 --- a/docs/the-package/what_is_it.md +++ b/docs/the-package/what_is_it.md @@ -37,7 +37,7 @@ This means we can choose the image that best suites our needs to attach to each --- -[<< previous]https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/why_exists.md) | [next >>](https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/when_to_use_it.md) +[<< previous](https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/why_exists.md) | [next >>](https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/docs/the-package/when_to_use_it.md) [HOME](https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/README.md)