Skip to content

Commit ee664ff

Browse files
authored
Removes non-existing links
1 parent 16ff80a commit ee664ff

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

_extras/persistence.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ keypoints:
2525

2626
> ## Follow up from Section 3
2727
> This episode could be read as a follow up from the end of
28-
> [Section 3 on software design and development](../35-refactoring-architecture/index.html#conclusion).
28+
> [Section 3 on software design and development](../35-software-architecture-revisited/index.html#towards-collaborative-software-development).
2929
{: .callout}
3030

3131
Our patient data system so far can read in some data, process it, and display it to people.
@@ -354,9 +354,7 @@ class PatientSerializer(Serializer):
354354
> We've now got some code which we can use to save and load our patient data,
355355
> but we've not yet linked it up so people can use it.
356356
>
357-
> Just like we did with the `display_patient` view in
358-
> [Section 3](../36-architecture-revisited/index.html#mvc-revisited),
359-
> try adding some views to work with our patient data using the JSON serialiser.
357+
> Try adding some views to work with our patient data using the JSON serialiser.
360358
> When you do this, think about the design of the command line interface -
361359
> what arguments will you need to get from the user,
362360
> what output should they receive back?

0 commit comments

Comments
 (0)