Skip to content

Commit

Permalink
Merge pull request #343 from Arhell/root
Browse files Browse the repository at this point in the history
update root folder links
  • Loading branch information
Bizley committed Jun 23, 2023
2 parents 2ab6f2d + 40b6772 commit 70baa03
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Command.php
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public function aliasActions(array $actions)
* @return mixed
* @throws Exception
* @throws \yii\base\InvalidConfigException
* @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html
* @see https://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html
* @since 2.0.4
*/
public function updateSettings($index, $setting, $options = [])
Expand Down
4 changes: 2 additions & 2 deletions Connection.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class Connection extends Component
public $dslVersion = 5;

/**
* @var resource the curl instance returned by [curl_init()](http://php.net/manual/en/function.curl-init.php).
* @var resource the curl instance returned by [curl_init()](https://php.net/manual/en/function.curl-init.php).
*/
private $_curl;

Expand Down Expand Up @@ -434,7 +434,7 @@ protected function httpRequest($method, $url, $requestBody = null, $raw = false)
CURLOPT_USERAGENT => 'Yii Framework ' . Yii::getVersion() . ' ' . __CLASS__,
CURLOPT_RETURNTRANSFER => false,
CURLOPT_HEADER => false,
// http://www.php.net/manual/en/function.curl-setopt.php#82418
// https://www.php.net/manual/en/function.curl-setopt.php#82418
CURLOPT_HTTPHEADER => [
'Expect:',
'Content-Type: application/json',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<br>
</p>

This extension provides the [Elasticsearch](https://www.elastic.co/products/elasticsearch) integration for the [Yii framework 2.0](http://www.yiiframework.com).
This extension provides the [Elasticsearch](https://www.elastic.co/products/elasticsearch) integration for the [Yii framework 2.0](https://www.yiiframework.com).
It includes basic querying/search support and also implements the `ActiveRecord` pattern that allows you to store active
records in Elasticsearch.

Expand All @@ -29,7 +29,7 @@ Depending on the version of Elasticsearch you are using you need a different ver
Installation
------------

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/):


```
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2-elasticsearch/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2-elasticsearch"
},
Expand Down

0 comments on commit 70baa03

Please sign in to comment.