Skip to content

Commit

Permalink
update docs folder links (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jun 19, 2023
1 parent 740e5b8 commit fc78a20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/guide-fr/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Elasticsearch version 1.0 ou supérieure est requis.

## Installer via Composer

La manière conseillée pour installer cette extension est de le faire via [composer](http://getcomposer.org/download/).
La manière conseillée pour installer cette extension est de le faire via [composer](https://getcomposer.org/download/).

Vous pouvez soit exécuter

Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ja/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Elasticsearch 5.x, 6.x, そして 7.x のブランチでテストされていま

## Composer パッケージを取得する

このエクステンションをインストールするのに推奨される方法は [composer](http://getcomposer.org/download/) によるものです。
このエクステンションをインストールするのに推奨される方法は [composer](https://getcomposer.org/download/) によるものです。

```
composer require --prefer-dist yiisoft/yii2-elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion docs/guide-ru/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Установка через Composer

Предпочтительный способ установки расширения - с помощью [composer](http://getcomposer.org/download/).
Предпочтительный способ установки расширения - с помощью [composer](https://getcomposer.org/download/).

```
composer require --prefer-dist yiisoft/yii2-elasticsearch
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ for details.

## Getting Composer package

The preferred way to install this extension is through [composer](http://getcomposer.org/download/):
The preferred way to install this extension is through [composer](https://getcomposer.org/download/):

```
composer require --prefer-dist yiisoft/yii2-elasticsearch
Expand Down

0 comments on commit fc78a20

Please sign in to comment.