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

Fixed link typo for bootstrap theme github link #537

Closed
wants to merge 4 commits into from
Closed
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
2 changes: 1 addition & 1 deletion docs/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ meteor add reactioncommerce:bootstrap-theme nemo64:bootstrap

Within **reactioncommerce:core** there is a build plugin (reactioncommerce:bootstrap-theme) that takes the files from the **reactioncommerce:core-theme** package and builds the less files in the `client/themes` directory of your application.

You can create your own theme packages, using the [reactioncommerce:core-theme](https://github.com/reactioncommerce/reaction-core-theme) and [reactioncommerce:bootstrap-theme]((https://github.com/reactioncommerce/reaction-bootstrap-theme) as a template.
You can create your own theme packages, using the [reactioncommerce:core-theme](https://github.com/reactioncommerce/reaction-core-theme) and [reactioncommerce:bootstrap-theme](https://github.com/reactioncommerce/reaction-bootstrap-theme) as a template.

See the [Meteor documentation](https://docs.meteor.com/#/full/writingpackages) for details on publishing packages. For testing locally, or if you don't want your custom theme package to be public, just copy the package into the `reaction/packages` directory, or add to the `PACKAGE_DIRS` environment variable.

Expand Down