Skip to content

Commit 4f92c5e

Browse files
authored
Update README.rst (robotframework#1408)
More links to HTTPS
1 parent 13edae9 commit 4f92c5e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ different versions and the overall project history.
2525
:target: https://pypi.python.org/pypi/robotframework-seleniumlibrary
2626

2727
.. image:: https://img.shields.io/pypi/l/robotframework-seleniumlibrary.svg
28-
:target: http://www.apache.org/licenses/LICENSE-2.0
28+
:target: https://www.apache.org/licenses/LICENSE-2.0
2929

3030
.. image:: https://api.travis-ci.org/robotframework/SeleniumLibrary.png
31-
:target: http://travis-ci.org/robotframework/SeleniumLibrary
31+
:target: https://travis-ci.org/robotframework/SeleniumLibrary
3232

3333
Keyword documentation
3434
---------------------
@@ -260,24 +260,24 @@ SeleniumLibrary. This decision basically meant following changes:
260260
Going forward, all new development will happen in the new SeleniumLibrary
261261
project.
262262

263-
.. _Robot Framework: http://robotframework.org
264-
.. _Selenium: http://seleniumhq.org
263+
.. _Robot Framework: https://robotframework.org
264+
.. _Selenium: https://seleniumhq.org
265265
.. _SeleniumLibrary: https://github.com/robotframework/SeleniumLibrary
266266
.. _Selenium2Library: https://github.com/robotframework/Selenium2Library
267267
.. _Old SeleniumLibrary: https://github.com/robotframework/OldSeleniumLibrary
268268
.. _pip: http://pip-installer.org
269269
.. _PyPI: https://pypi.python.org/pypi/robotframework-seleniumlibrary
270270
.. _GitHub: https://github.com/robotframework/SeleniumLibrary
271271
.. _Keyword Documentation: https://robotframework.org/SeleniumLibrary/SeleniumLibrary.html
272-
.. _Python: http://python.org
273-
.. _PyPy: http://pypy.org
274-
.. _Jython: http://jython.org
275-
.. _IronPython: http://ironpython.net
272+
.. _Python: https://python.org
273+
.. _PyPy: https://pypy.org
274+
.. _Jython: https://jython.org/
275+
.. _IronPython: https://ironpython.net/
276276
.. _demo project: https://github.com/robotframework/WebDemo
277-
.. _Robot Framework User Guide: http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html
277+
.. _Robot Framework User Guide: https://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html
278278
.. _Robot Framework installation instructions: https://github.com/robotframework/robotframework/blob/master/INSTALL.rst
279-
.. _robotframework-users: http://groups.google.com/group/robotframework-users
279+
.. _robotframework-users: https://groups.google.com/group/robotframework-users
280280
.. _extending documentation: https://github.com/robotframework/SeleniumLibrary/blob/master/docs/extending/EXTENDING_SELENIUMLIBRARY.rst
281281
.. _Slack community: https://robotframework-slack-invite.herokuapp.com
282282
.. _issue tracker: https://github.com/robotframework/SeleniumLibrary/issues
283-
.. _Other support forums: http://robotframework.org/#support
283+
.. _Other support forums: https://robotframework.org/#support

0 commit comments

Comments
 (0)