Skip to content

Commit fb2b01f

Browse files
authored
DOC update links to https in the README (scikit-learn#16774)
1 parent e5a1ba0 commit fb2b01f

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Diff for: README.rst

+13-13
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ SciPy and is distributed under the 3-Clause BSD license.
3131

3232
The project was started in 2007 by David Cournapeau as a Google Summer
3333
of Code project, and since then many volunteers have contributed. See
34-
the `About us <http://scikit-learn.org/dev/about.html#authors>`__ page
34+
the `About us <https://scikit-learn.org/dev/about.html#authors>`__ page
3535
for a list of core contributors.
3636

3737
It is currently maintained by a team of volunteers.
3838

39-
Website: http://scikit-learn.org
39+
Website: https://scikit-learn.org
4040

4141

4242
Installation
@@ -73,21 +73,21 @@ or ``conda``::
7373

7474
conda install scikit-learn
7575

76-
The documentation includes more detailed `installation instructions <http://scikit-learn.org/stable/install.html>`_.
76+
The documentation includes more detailed `installation instructions <https://scikit-learn.org/stable/install.html>`_.
7777

7878

7979
Changelog
8080
---------
8181

82-
See the `changelog <http://scikit-learn.org/dev/whats_new.html>`__
82+
See the `changelog <https://scikit-learn.org/dev/whats_new.html>`__
8383
for a history of notable changes to scikit-learn.
8484

8585
Development
8686
-----------
8787

8888
We welcome new contributors of all experience levels. The scikit-learn
8989
community goals are to be helpful, welcoming, and effective. The
90-
`Development Guide <http://scikit-learn.org/stable/developers/index.html>`_
90+
`Development Guide <https://scikit-learn.org/stable/developers/index.html>`_
9191
has detailed information about contributing code, documentation, tests, and
9292
more. We've included some basic information in this README.
9393

@@ -120,7 +120,7 @@ source directory (you will need to have ``pytest`` >= 3.3.0 installed)::
120120

121121
pytest sklearn
122122

123-
See the web page http://scikit-learn.org/dev/developers/advanced_installation.html#testing
123+
See the web page https://scikit-learn.org/dev/developers/advanced_installation.html#testing
124124
for more information.
125125

126126
Random number generation can be controlled during testing by setting
@@ -131,15 +131,15 @@ Submitting a Pull Request
131131

132132
Before opening a Pull Request, have a look at the
133133
full Contributing page to make sure your code complies
134-
with our guidelines: http://scikit-learn.org/stable/developers/index.html
134+
with our guidelines: https://scikit-learn.org/stable/developers/index.html
135135

136136

137137
Project History
138138
---------------
139139

140140
The project was started in 2007 by David Cournapeau as a Google Summer
141141
of Code project, and since then many volunteers have contributed. See
142-
the `About us <http://scikit-learn.org/dev/about.html#authors>`__ page
142+
the `About us <https://scikit-learn.org/dev/about.html#authors>`__ page
143143
for a list of core contributors.
144144

145145
The project is currently maintained by a team of volunteers.
@@ -153,19 +153,19 @@ Help and Support
153153
Documentation
154154
~~~~~~~~~~~~~
155155

156-
- HTML documentation (stable release): http://scikit-learn.org
157-
- HTML documentation (development version): http://scikit-learn.org/dev/
158-
- FAQ: http://scikit-learn.org/stable/faq.html
156+
- HTML documentation (stable release): https://scikit-learn.org
157+
- HTML documentation (development version): https://scikit-learn.org/dev/
158+
- FAQ: https://scikit-learn.org/stable/faq.html
159159

160160
Communication
161161
~~~~~~~~~~~~~
162162

163163
- Mailing list: https://mail.python.org/mailman/listinfo/scikit-learn
164164
- IRC channel: ``#scikit-learn`` at ``webchat.freenode.net``
165165
- Stack Overflow: https://stackoverflow.com/questions/tagged/scikit-learn
166-
- Website: http://scikit-learn.org
166+
- Website: https://scikit-learn.org
167167

168168
Citation
169169
~~~~~~~~
170170

171-
If you use scikit-learn in a scientific publication, we would appreciate citations: http://scikit-learn.org/stable/about.html#citing-scikit-learn
171+
If you use scikit-learn in a scientific publication, we would appreciate citations: https://scikit-learn.org/stable/about.html#citing-scikit-learn

0 commit comments

Comments
 (0)