Skip to content

Commit

Permalink
Fix identation and some links in docs.
Browse files Browse the repository at this point in the history
Signed-off-by: Exadra37 <[email protected]>
  • Loading branch information
Exadra37 committed Nov 3, 2017
1 parent 8d4945f commit 0bae850
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/demos/laravel-5.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/the-package/what_is_it.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0bae850

Please sign in to comment.