diff options
| author | CHI Cheng <cloudream@gmail.com> | 2018-12-27 20:48:37 +1100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2018-12-27 10:48:37 +0100 |
| commit | b7dbd5ff68bb9d2235ca081c0bd0b8baa65f8c77 (patch) | |
| tree | 727807b5da190df599f8aded31d43f70446704b6 /docs/howto/initial-data.txt | |
| parent | 277de2298465496b58808d22f67963544c76b16a (diff) | |
Fixed broken links to PyYAML page.
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 fcfecc82a1..4ec2b0bae3 100644 --- a/docs/howto/initial-data.txt +++ b/docs/howto/initial-data.txt @@ -30,7 +30,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: https://www.pyyaml.org/ +.. _PyYAML: https://pyyaml.org/ As an example, though, here's what a fixture for a simple ``Person`` model might look like in JSON: |
