Skip to content

Commit 9166697

Browse files
committed
Update some older links to https
1 parent 0dc9797 commit 9166697

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Coding style
1414
(``:raise:`` if it may raise an error) in their docstring.
1515

1616
.. _flake8: https://gitlab.com/pycqa/flake8
17-
.. _PEP 8: www.python.org/dev/peps/pep-0008
17+
.. _PEP 8: https://www.python.org/dev/peps/pep-0008
1818

1919

2020
Tests
@@ -26,8 +26,8 @@ Tests
2626
- All commits will be tested by Travis_ (Linux) and
2727
AppVeyor_ (Windows).
2828

29-
.. _tox: http://tox.testrun.org/
30-
.. _Travis: http://travis-ci.org/sass/libsass-python
29+
.. _tox: https://tox.readthedocs.io/
30+
.. _Travis: https://travis-ci.org/sass/libsass-python
3131
.. _AppVeyor: https://ci.appveyor.com/project/asottile/libsass-python
3232

3333

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 Hong Minhee <http://hongminhee.org/>
1+
Copyright (c) 2015 Hong Minhee <https://hongminhee.org/>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Need no Ruby nor Node.js.
2626

2727
It currently supports CPython 2.7, 3.4--3.6, and PyPy 2.3+!
2828

29-
.. _Sass: http://sass-lang.com/
29+
.. _Sass: https://sass-lang.com/
3030
.. _Libsass: https://github.com/sass/libsass
3131

3232

@@ -114,4 +114,4 @@ reference implementation of it in Ruby.
114114

115115
The above three softwares are all distributed under `MIT license`_.
116116

117-
.. _MIT license: http://mit-license.org/
117+
.. _MIT license: https://mit-license.org/

docs/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ or Visual Studio 2013 Update 4+.
423423
:class:`~sassutils.distutils.build_sass` command. [:issue:`25`]
424424

425425
__ https://github.com/sass/libsass/releases/tag/3.0
426-
.. _partial import: http://sass-lang.com/documentation/file.SASS_REFERENCE.html#partials
426+
.. _partial import: https://sass-lang.com/documentation/file.SASS_REFERENCE.html#partials
427427

428428

429429
Version 0.5.1
@@ -539,7 +539,7 @@ Released on February 21, 2014.
539539
- Supports sourcemaps.
540540

541541
.. _57a2f62--v1.0.1: https://github.com/sass/libsass/compare/57a2f627b4d2fbd3cf1913b241f1d5aa31e35580...v1.0.1
542-
.. _variable arguments: http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html#variable_arguments
542+
.. _variable arguments: https://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html#variable_arguments
543543

544544

545545
Version 0.2.4

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@
250250

251251
# Example configuration for intersphinx: refer to the Python standard library.
252252
intersphinx_mapping = {
253-
'python': ('http://docs.python.org/', None),
254-
'setuptools': ('http://pythonhosted.org/setuptools/', None),
253+
'python': ('https://docs.python.org/', None),
254+
'setuptools': ('https://setuptools.readthedocs.io/', None),
255255
'flask': ('http://flask.pocoo.org/docs/', None)
256256
}
257257

docs/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ file.
1010

1111
It currently supports CPython 2.6, 2.7, 3.4--3.6, and PyPy 2.3+!
1212

13-
.. _Sass: http://sass-lang.com/
13+
.. _Sass: https://sass-lang.com/
1414
.. _Libsass: https://github.com/sass/libsass
1515

1616

@@ -123,7 +123,7 @@ reference implementation of it in Ruby.
123123

124124
The above three softwares are all distributed under `MIT license`_.
125125

126-
.. _MIT license: http://mit-license.org/
126+
.. _MIT license: https://mit-license.org/
127127

128128

129129
Open source

0 commit comments

Comments
 (0)