Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix install link on web section #1721

Merged
merged 1 commit into from
Jun 28, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions site/docs-md/web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ contributors:

Chances are, you already have Capacitor installed in your app if you're using Capacitor to build an iOS, Android, or Electron app. In capacitor, the `web` platform is just the web project that powers your app!

If you don't have Capacitor installed yet, consult the [Installation](../getting-started) guide before continuing.
If you don't have Capacitor installed yet, consult the [Installation](./getting-started) guide before continuing.

#### Using Capacitor as a Module

Expand Down Expand Up @@ -77,4 +77,4 @@ npx cap serve
When you're ready to publish your Progressive Web App and share it with the world,
just upload the contents of your web directory (for example, the `www/` or `build/` folder).

That will contain everything you need to run your app!
That will contain everything you need to run your app!