Skip to content

Commit 0bae850

Browse files
committed
Fix identation and some links in docs.
Signed-off-by: Exadra37 <exadra37@gmail.com>
1 parent 8d4945f commit 0bae850

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,10 @@ Branches are created as demonstrated [here](https://gitlab.com/exadra37-docker/p
5151

5252
This are the type of branches we can see at any moment in the repository:
5353

54-
* `master` - issues and milestones branches will be merged here. Don't use it in
55-
production.
56-
* `last-stable-release` - matches the last stable tag created. Useful for
57-
automation tools. Doesn't guarantee backwards
58-
compatibility.
54+
* `master` - issues and milestones branches will be merged here. Don't use it in production.
55+
* `last-stable-release` - matches the last stable tag created. Useful for automation tools. Doesn't guarantee backwards compatibility.
5956
* `4-fix-some-bug` - each issue will have is own branch for development.
60-
* `milestone-12_add-some-new-feature` - all Milestone issues will start, tracked and merged
61-
here.
57+
* `milestone-12_add-some-new-feature` - all Milestone issues will start, tracked and merged here.
6258

6359
Only `master` and `last-stable-release` branches will be permanent ones in the
6460
repository and all other ones will be removed once they are merged.

docs/demos/laravel-5.5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Migrating: 2014_10_12_100000_create_password_resets_table
112112
Migrated: 2014_10_12_100000_create_password_resets_table
113113
```
114114

115-
Visit now the browser on http://localhost:8888/register to create an account.
115+
Visit now the browser on http://localhost:8000/register to create an account.
116116

117117

118118
## Logs

docs/the-package/what_is_it.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ This means we can choose the image that best suites our needs to attach to each
3737

3838
---
3939

40-
[<< 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)
40+
[<< 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)
4141

4242
[HOME](https://gitlab.com/exadra37-docker/php/docker-stack/blob/master/README.md)
4343

0 commit comments

Comments
 (0)