Skip to content

Commit

Permalink
fix invalid link in SUMMARY.md (failing build) https://github.com/dwy…
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Apr 13, 2023
1 parent ef924c7 commit 7f412f3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# The _Practical_ Book <br />on <br />_Crafting_ Full-Stack Web & Mobile Apps

![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/book/ci.yml?label=build&style=flat-square&branch=main)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/dwyl/book/ci.yml?label=build&style=flat-square&branch=main)](https://github.com/dwyl/book/actions)
[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat-square)](https://github.com/dwyl/book/issues)
[![HitCount](https://hits.dwyl.com/dwyl/book.svg)](https://github.com/dwyl/book)

Expand Down
4 changes: 2 additions & 2 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
- [Notes on Naming](auth/07-notes-on-naming.md)
- [Modals Are An _Antipattern_](auth/08-modals-antipattern.md)
- [Encrypt Personal Data](auth/09-encrypt-data.md)
- [MVP](mvp/README.md)
- [Lists][mvp/15-lists.md]
- [MVP](./mvp/README.md)
- [Lists](mvp/15-lists.md)
13 changes: 10 additions & 3 deletions src/mvp/15-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,16 @@ Just the handful of tables
you've already seen in the previous sections.

Our reasons for adding `lists` now are:
**a)** Separate `lists` for different areas of life/work is on our
[product roadmap](https://github.com/dwyl/product-roadmap). <br />
**b)** We want to use `lists` as the basis for organising and
**a)** Separate `lists`
for different areas of life/work
is on our
[product roadmap](https://github.com/dwyl/product-roadmap).
specifically:
[dwyl/app/**issues/271&&](https://github.com/dwyl/app/issues/271)
<br />
**b)** We want to use `lists`
as the basis for organizing
and
[re-ordering `items`](https://github.com/dwyl/mvp/issues/145). <br />
**c)** `lists` will unlock other functionalty we have planned
that will make the `App` more _useful_.
Expand Down

0 comments on commit 7f412f3

Please sign in to comment.