diff --git a/README.md b/README.md index 4babe4354..b629a53ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # python.org [![Build Status](https://travis-ci.org/python/pythondotorg.svg?branch=master)](https://travis-ci.org/python/pythondotorg) -[![Documentation Status](https://readthedocs.org/projects/pythondotorg/badge/?version=latest)](http://pythondotorg.readthedocs.org/?badge=latest) +[![Documentation Status](https://readthedocs.org/projects/pythondotorg/badge/?version=latest)](https://pythondotorg.readthedocs.io/?badge=latest) ### General information diff --git a/blogs/models.py b/blogs/models.py index f521101eb..590256099 100644 --- a/blogs/models.py +++ b/blogs/models.py @@ -9,7 +9,7 @@ class BlogEntry(models.Model): """ Model to store Blog entries from Blogger - Specificially http://blog.python.org/ + Specificially https://blog.python.org/ Feed URL is defined in settings.PYTHON_BLOG_FEED_URL """ title = models.CharField(max_length=200) diff --git a/codesamples/factories.py b/codesamples/factories.py index b90b29655..fe8715fd7 100644 --- a/codesamples/factories.py +++ b/codesamples/factories.py @@ -42,7 +42,7 @@ def initial_data():

Experienced programmers in any other language can pick up Python very quickly, and beginners find the clean syntax and indentation structure easy to learn. - Whet your appetite + Whet your appetite with our Python overview.

""" ), @@ -64,7 +64,7 @@ def initial_data(): straightforward: the operators +, -, * and / work as expected; parentheses () can be used for grouping. - More about simple math functions.

""" @@ -86,7 +86,7 @@ def initial_data():

Lists (known as arrays in other languages) are one of the compound data types that Python understands. Lists can be indexed, sliced and manipulated with other built-in functions. - More about lists

""" ), @@ -111,7 +111,7 @@ def initial_data(): languages speak — if, for, while and range — with some of its own twists, of course. - + More control flow tools

""" ), @@ -136,7 +136,7 @@ def initial_data():

The core of extensible programming is defining functions. Python allows mandatory and optional arguments, keyword arguments, and even arbitrary argument lists. - More about defining functions

""" ), diff --git a/docs/source/install.rst b/docs/source/install.rst index 6dad6dea0..29bc47453 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -36,7 +36,7 @@ will need to set a password before using it:: You will also need to run ``./manage.py create_initial_data`` to create initial data for the most used applications. -.. _Ansible: http://docs.ansible.com/ansible/intro_installation.html +.. _Ansible: https://docs.ansible.com/ansible/intro_installation.html .. _manual-setup: diff --git a/static/fonts/index.html b/static/fonts/index.html index 631ba253a..00caa833f 100644 --- a/static/fonts/index.html +++ b/static/fonts/index.html @@ -85,7 +85,7 @@

Your font contains the following glyphs

-

The generated SVG font can be imported back to IcoMoon for modification.

+

The generated SVG font can be imported back to IcoMoon for modification.

@@ -399,7 +399,7 @@

Class Names

+ +