diff --git a/README.md b/README.md index 42b95000..c6374021 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- - + +

Sphinx Extension for Yii 2


-This extension adds [Sphinx](http://sphinxsearch.com/docs) full text search engine extension for the [Yii framework 2.0](http://www.yiiframework.com). -It supports all Sphinx features including [Real-time Indexes](http://sphinxsearch.com/docs/current.html#rt-indexes). +This extension adds [Sphinx](https://sphinxsearch.com/docs) full text search engine extension for the [Yii framework 2.0](https://www.yiiframework.com). +It supports all Sphinx features including [Real-time Indexes](https://sphinxsearch.com/docs/current.html#rt-indexes). For license information check the [LICENSE](LICENSE.md)-file. @@ -28,7 +28,7 @@ higher is required. 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/). Either run @@ -48,7 +48,7 @@ to the require section of your composer.json. Configuration ------------- -This extension interacts with Sphinx search daemon using MySQL protocol and [SphinxQL](http://sphinxsearch.com/docs/current.html#sphinxql) query language. +This extension interacts with Sphinx search daemon using MySQL protocol and [SphinxQL](https://sphinxsearch.com/docs/current.html#sphinxql) query language. In order to setup Sphinx "searchd" to support MySQL protocol following configuration should be added: ``` diff --git a/composer.json b/composer.json index aa9dc8b1..447f29a8 100644 --- a/composer.json +++ b/composer.json @@ -6,8 +6,8 @@ "license": "BSD-3-Clause", "support": { "issues": "https://github.com/yiisoft/yii2-sphinx/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-sphinx" },