Skip to content

Commit 40b6772

Browse files
committed
update root folder links
1 parent 2ab6f2d commit 40b6772

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ public function aliasActions(array $actions)
504504
* @return mixed
505505
* @throws Exception
506506
* @throws \yii\base\InvalidConfigException
507-
* @see http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html
507+
* @see https://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-update-settings.html
508508
* @since 2.0.4
509509
*/
510510
public function updateSettings($index, $setting, $options = [])

Connection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class Connection extends Component
108108
public $dslVersion = 5;
109109

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

@@ -434,7 +434,7 @@ protected function httpRequest($method, $url, $requestBody = null, $raw = false)
434434
CURLOPT_USERAGENT => 'Yii Framework ' . Yii::getVersion() . ' ' . __CLASS__,
435435
CURLOPT_RETURNTRANSFER => false,
436436
CURLOPT_HEADER => false,
437-
// http://www.php.net/manual/en/function.curl-setopt.php#82418
437+
// https://www.php.net/manual/en/function.curl-setopt.php#82418
438438
CURLOPT_HTTPHEADER => [
439439
'Expect:',
440440
'Content-Type: application/json',

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<br>
77
</p>
88

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

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

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

3434

3535
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "BSD-3-Clause",
77
"support": {
88
"issues": "https://github.com/yiisoft/yii2-elasticsearch/issues",
9-
"forum": "http://www.yiiframework.com/forum/",
10-
"wiki": "http://www.yiiframework.com/wiki/",
9+
"forum": "https://www.yiiframework.com/forum/",
10+
"wiki": "https://www.yiiframework.com/wiki/",
1111
"irc": "ircs://irc.libera.chat:6697/yii",
1212
"source": "https://github.com/yiisoft/yii2-elasticsearch"
1313
},

0 commit comments

Comments
 (0)