Skip to content

Commit

Permalink
Update some older links to https
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover committed Feb 11, 2018
1 parent 0dc9797 commit 9166697
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Coding style
(``:raise:`` if it may raise an error) in their docstring.

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


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

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


Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2015 Hong Minhee <http://hongminhee.org/>
Copyright (c) 2015 Hong Minhee <https://hongminhee.org/>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Need no Ruby nor Node.js.

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

.. _Sass: http://sass-lang.com/
.. _Sass: https://sass-lang.com/
.. _Libsass: https://github.com/sass/libsass


Expand Down Expand Up @@ -114,4 +114,4 @@ reference implementation of it in Ruby.

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

.. _MIT license: http://mit-license.org/
.. _MIT license: https://mit-license.org/
4 changes: 2 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ or Visual Studio 2013 Update 4+.
:class:`~sassutils.distutils.build_sass` command. [:issue:`25`]

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


Version 0.5.1
Expand Down Expand Up @@ -539,7 +539,7 @@ Released on February 21, 2014.
- Supports sourcemaps.

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


Version 0.2.4
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'python': ('http://docs.python.org/', None),
'setuptools': ('http://pythonhosted.org/setuptools/', None),
'python': ('https://docs.python.org/', None),
'setuptools': ('https://setuptools.readthedocs.io/', None),
'flask': ('http://flask.pocoo.org/docs/', None)
}

Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ file.

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

.. _Sass: http://sass-lang.com/
.. _Sass: https://sass-lang.com/
.. _Libsass: https://github.com/sass/libsass


Expand Down Expand Up @@ -123,7 +123,7 @@ reference implementation of it in Ruby.

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

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


Open source
Expand Down

0 comments on commit 9166697

Please sign in to comment.