Skip to content

Commit

Permalink
Fix documentation link (#650)
Browse files Browse the repository at this point in the history
* Fixed link to archetype doc

* Forgot /docs folder
  • Loading branch information
Andres Galindo authored and jchip committed Dec 10, 2017
1 parent 08bbc00 commit 4bdb175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/overview/what-is-electrode.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Electrode Core allows you to start building a large scale Universal React/Node.js application in minutes, with support for server side rendering, easy deployment, and scaling up to teams with hundred of developers.

The heart of the platform is the [Electrode Archetype System](/chapter1/quick-start/what-are-archetypes.md), which allows for a standardized configuration, structure and workflow throughout the entire application. By enforcing a sensible structure and consistency for components, modules and the entire app, Electrode’s Archetype system helps you build scalable applications you can trust while ensuring streamlined development and deployment.
The heart of the platform is the [Electrode Archetype System](/docs/overview/what-are-archetypes.md), which allows for a standardized configuration, structure and workflow throughout the entire application. By enforcing a sensible structure and consistency for components, modules and the entire app, Electrode’s Archetype system helps you build scalable applications you can trust while ensuring streamlined development and deployment.

Electrode comes with two major archetypes to support large scale React web application development.

Expand Down

0 comments on commit 4bdb175

Please sign in to comment.