diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-01-07 14:28:41 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-07 14:28:41 +0100 |
| commit | 7c81b28ebcaebbc2e5bbca9a73427d81166ce3dc (patch) | |
| tree | 7f2c5870c682c2cdce61a571049d84ae2f403fe2 /docs/howto/initial-data.txt | |
| parent | 762bd34c3699875d315d478b3efb090155beb743 (diff) | |
Updated various links in docs to use HTTPS.
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: |
