Skip to content

Commit

Permalink
fix links in doc why-use-electrode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Jul 15, 2018
1 parent f3867a2 commit 5baec72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/overview/why-use-electrode.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ To solve these problems, we created the Electrode platform. Electrode consists o

**Electrode Core** provides a set of modules that get you started with a simple, consistent structure that follows modern best practices. When you're ready to take your app into production, Electrode automatically deploys to your favorite cloud provider.

**Electrode Modules** improve performance, efficiency, and security by adding features like [above the fold rendering](/chapter1/advanced/stand-alone-modules/above-the-fold-rendering.md), [configuration management](/chapter1/advanced/stand-alone-modules/confippet.md), and [cross-site request forgery protection](/chapter1/advanced/stand-alone-modules/stateless-csrf-validation.md). These modules can even be used with your existing React/Node.js application—so there's no need to migrate to Electrode Core.
**Electrode Modules** improve performance, efficiency, and security by adding features like [above the fold rendering](../chapter1/advanced/stand-alone-modules/above-the-fold-rendering.md), [configuration management](../chapter1/advanced/stand-alone-modules/confippet.md), and [stateless cross-site request forgery protection](../chapter1/advanced/stand-alone-modules/stateless-csrf-validation.md). These modules can even be used with your existing React/Node.js application—so there's no need to migrate to Electrode Core.

**Electrode Tools** help [organize](/chapter1/advanced/powerful-electrode-tools/electrode-explorer.md) reusable components and [optimize large JavaScript bundles](/chapter1/advanced/powerful-electrode-tools/electrify.md). Like the modules, our tools can be used with any React/Node.js app.
**Electrode Tools** help [organize](../chapter1/advanced/powerful-electrode-tools/electrode-explorer.md) reusable components and [optimize large JavaScript bundles](../chapter1/advanced/powerful-electrode-tools/electrify.md). Like the modules, our tools can be used with any React/Node.js app.

### Future Investment

Expand All @@ -42,4 +42,4 @@ We're committed to open source, which means our investment is your investment.

### Take a Look

So let's go! Check out the developer environment [requirements](/overview/requirements.md), dive into [Electrode's features in detail](/overview/what-is-electrode.md), or use our [Getting Started: Quick Guide](/chapter1.md) to start building Electrode apps now.
So let's go! Check out the developer environment [requirements](./requirements.md), dive into [Electrode's features in detail](./what-is-electrode.md), or use our [Getting Started: Quick Guide](../chapter1/quick-start/start-with-app.md) to start building Electrode apps now.

0 comments on commit 5baec72

Please sign in to comment.