Skip to content

Commit 4afe817

Browse files
authored
Fixes links
1 parent 52e7e7e commit 4afe817

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_episodes/35-software-architecture-revisited.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -299,16 +299,16 @@ in the usage section of the help page.
299299
300300
### Additional Reading Material & References
301301
302-
Now that we have covered and revisited [software architecture](/software-architecture-extra/index.html)
303-
and [different programming paradigms](/programming-paradigms/index.html)
302+
Now that we have covered and revisited [software architecture](../software-architecture-extra/index.html)
303+
and [different programming paradigms](../programming-paradigms/index.html)
304304
and how we can integrate them into our architecture,
305305
there are two optional extra episodes which you may find interesting.
306306
307307
Both episodes cover the persistence layer of software architectures
308308
and methods of persistently storing data, but take different approaches.
309-
The episode on [persistence with JSON](../persistence) covers
309+
The episode on [persistence with JSON](../persistence/index.html) covers
310310
some more advanced concepts in Object Oriented Programming, while
311-
the episode on [databases](../databases) starts to build towards a true multilayer architecture,
311+
the episode on [databases](../databases/index.html) starts to build towards a true multilayer architecture,
312312
which would allow our software to handle much larger quantities of data.
313313
314314
## Towards Collaborative Software Development

0 commit comments

Comments
 (0)