Use HTTPS in README.md
This commit is contained in:
parent
e6a281ed4f
commit
87c44d75a3
|
@ -3,7 +3,7 @@ Project DeepSpeech
|
||||||
|
|
||||||
|
|
||||||
.. image:: https://readthedocs.org/projects/deepspeech/badge/?version=latest
|
.. image:: https://readthedocs.org/projects/deepspeech/badge/?version=latest
|
||||||
:target: http://deepspeech.readthedocs.io/?badge=latest
|
:target: https://deepspeech.readthedocs.io/?badge=latest
|
||||||
:alt: Documentation
|
:alt: Documentation
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ Project DeepSpeech
|
||||||
|
|
||||||
DeepSpeech is an open-source Speech-To-Text engine, using a model trained by machine learning techniques based on `Baidu's Deep Speech research paper <https://arxiv.org/abs/1412.5567>`_. Project DeepSpeech uses Google's `TensorFlow <https://www.tensorflow.org/>`_ to make the implementation easier.
|
DeepSpeech is an open-source Speech-To-Text engine, using a model trained by machine learning techniques based on `Baidu's Deep Speech research paper <https://arxiv.org/abs/1412.5567>`_. Project DeepSpeech uses Google's `TensorFlow <https://www.tensorflow.org/>`_ to make the implementation easier.
|
||||||
|
|
||||||
Documentation for installation, usage, and training models are available on `deepspeech.readthedocs.io <http://deepspeech.readthedocs.io/?badge=latest>`_.
|
Documentation for installation, usage, and training models are available on `deepspeech.readthedocs.io <https://deepspeech.readthedocs.io/?badge=latest>`_.
|
||||||
|
|
||||||
For the latest release, including pre-trained models and checkpoints, `see the latest release on GitHub <https://github.com/mozilla/DeepSpeech/releases/latest>`_.
|
For the latest release, including pre-trained models and checkpoints, `see the latest release on GitHub <https://github.com/mozilla/DeepSpeech/releases/latest>`_.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue