From a5011adda43dc1852d528405009a3c7b874e5705 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Thu, 16 May 2024 07:37:27 +0300 Subject: [PATCH] update docs folder links (#139) --- docs/en/intl-formatter.md | 2 +- docs/en/simple-formatter.md | 2 +- docs/pt-BR/intl-formatter.md | 2 +- docs/pt-BR/simple-formatter.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/intl-formatter.md b/docs/en/intl-formatter.md index eb3d9a7..0d6828d 100644 --- a/docs/en/intl-formatter.md +++ b/docs/en/intl-formatter.md @@ -9,7 +9,7 @@ ## Configuration -In case you use [`yiisoft/config`](http://github.com/yiisoft/config), you will get configuration automatically. If not, +In case you use [`yiisoft/config`](https://github.com/yiisoft/config), you will get configuration automatically. If not, the following DI container configuration is necessary: ```php diff --git a/docs/en/simple-formatter.md b/docs/en/simple-formatter.md index 2a25d64..f6eb786 100644 --- a/docs/en/simple-formatter.md +++ b/docs/en/simple-formatter.md @@ -2,7 +2,7 @@ ## Configuration -In case of using [yiisoft/config](http://github.com/yiisoft/config), the configuration is added automatically. If not, +In case of using [yiisoft/config](https://github.com/yiisoft/config), the configuration is added automatically. If not, add the following mapping: ```php diff --git a/docs/pt-BR/intl-formatter.md b/docs/pt-BR/intl-formatter.md index 597055e..f7a6baa 100644 --- a/docs/pt-BR/intl-formatter.md +++ b/docs/pt-BR/intl-formatter.md @@ -9,7 +9,7 @@ O formatador de mensagens `intl` utiliza recursos de formatação de mensagens d ## Configuração -Caso use [`yiisoft/config`](http://github.com/yiisoft/config), você obterá a configuração automaticamente. Se não, +Caso use [`yiisoft/config`](https://github.com/yiisoft/config), você obterá a configuração automaticamente. Se não, a seguinte configuração do contêiner DI é necessária: ```php diff --git a/docs/pt-BR/simple-formatter.md b/docs/pt-BR/simple-formatter.md index 2274668..408dbec 100644 --- a/docs/pt-BR/simple-formatter.md +++ b/docs/pt-BR/simple-formatter.md @@ -2,7 +2,7 @@ ## Configuração -No caso de usar [yiisoft/config](http://github.com/yiisoft/config), a configuração é adicionada automaticamente. Se não, +No caso de usar [yiisoft/config](https://github.com/yiisoft/config), a configuração é adicionada automaticamente. Se não, adicione o seguinte mapeamento: ```php