File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
304304and how we can integrate them into our architecture,
305305there are two optional extra episodes which you may find interesting.
306306
307307Both episodes cover the persistence layer of software architectures
308308and 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
310310some 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,
312312which would allow our software to handle much larger quantities of data.
313313
314314# # Towards Collaborative Software Development
You can’t perform that action at this time.
0 commit comments