diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:28:41 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:35:06 +0100 |
| commit | 07fb89b420e08d1517e9ae13c2dbbefa869e6ac0 (patch) | |
| tree | 464542520c4cf2c8f34cc6b73afd567778e9a9ad /docs/howto/initial-data.txt | |
| parent | 5bef73301471ededfe6ff4464196760b91c124c7 (diff) | |
[2.0.x] Updated various links in docs to use HTTPS.
Backport of 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc from master
Diffstat (limited to 'docs/howto/initial-data.txt')
| -rw-r--r-- | docs/howto/initial-data.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt index 5945073889..0568d36262 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -19,7 +19,7 @@ Or, you can write fixtures by hand; fixtures can be written as JSON, XML or YAML </topics/serialization>` has more details about each of these supported :ref:`serialization formats <serialization-formats>`. -.. _PyYAML: http://www.pyyaml.org/ +.. _PyYAML: https://www.pyyaml.org/ As an example, though, here's what a fixture for a simple ``Person`` model might look like in JSON: |
