Skip to content

Commit 9c9861a

Browse files
committed
Update README.md files
1 parent 0b6060c commit 9c9861a

File tree

17 files changed

+34
-34
lines changed

17 files changed

+34
-34
lines changed

src/Cli/Core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
It's the CLI core of Berlioz Framework.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/cli)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/cli-core
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/cli).

src/Config/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
**Berlioz Configuration** is a PHP library to manage your configuration files.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/components/config)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/config
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/components/config).

src/Core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
It's the core of Berlioz Framework.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/getting-started)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/core
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/getting-started).

src/EventManager/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
**Berlioz Event Manager** is a PHP event manager/dispatcher, respecting PSR-14 (Event Dispatcher) standard.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/components/event-manager)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/event-manager
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/components/event-manager).

src/FlashBag/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
**Berlioz FlashBag** is a PHP library to manage flash messages to showed to the user.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/components/flash-bag)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/flash-bag
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/components/flash-bag).

src/Form/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
**Berlioz Form** is a PHP library to manage your forms.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/components/form)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/form
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/components/form).

src/HtmlSelector/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
**Berlioz HTML Selector** is a PHP library to do queries on HTML files with CSS selectors like *jQuery* on DOM.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/components/html-selector)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/html-selector
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/components/html-selector).

src/Http/Client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
**Berlioz HTTP Client** is a PHP library to request HTTP server with continuous navigation, including cookies,
2020
sessions... Implements PSR-18 (HTTP Client), PSR-7 (HTTP message interfaces) and PSR-17 (HTTP Factories) standards.
2121

22-
📖 **[Full documentation](https://getberlioz.com/)**
22+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/components/http-client)**
2323

2424
## Installation
2525

@@ -31,4 +31,4 @@ $ composer require berlioz/http-client
3131

3232
## Documentation
3333

34-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
34+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/components/http-client).

src/Http/Core/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
It's the HTTP core of Berlioz Framework.
2020

21-
📖 **[Full documentation](https://getberlioz.com/)**
21+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/http)**
2222

2323
## Installation
2424

@@ -30,4 +30,4 @@ $ composer require berlioz/http-core
3030

3131
## Documentation
3232

33-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
33+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/http).

src/Http/Message/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
**Berlioz HTTP Message** is a PHP library whose implements PSR-7 (HTTP message interfaces) and PSR-17 (HTTP Factories)
2020
standards.
2121

22-
📖 **[Full documentation](https://getberlioz.com/)**
22+
📖 **[Full documentation](https://getberlioz.com/docs/3.x/components/http-message)**
2323

2424
## Installation
2525

@@ -31,4 +31,4 @@ $ composer require berlioz/http-message
3131

3232
## Documentation
3333

34-
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/).
34+
For usage and examples, visit the [official documentation on **getberlioz.com**](https://getberlioz.com/docs/3.x/components/http-message).

0 commit comments

Comments
 (0)