yysun / apprun

AppRun is a JavaScript library for developing high-performance and reliable web applications using the elm inspired architecture, events and components.
https://apprun.js.org
MIT License
1.18k stars 58 forks source link

Fix broken link in architecture docs to 05-component.md #109

Closed JamieVaughn closed 3 years ago

JamieVaughn commented 3 years ago

The link is broken in this docs page: https://apprun.js.org/docs/#/04-architecture#event-scope. When trying to follow link to 05-component.md it fails due to a typo in the md file: 04-component.md

I changed the link to use the correct path in the .md file. (05-component.md)

yysun commented 3 years ago

Thank you