Skip to content

Commit

Permalink
Fix: them-helper links
Browse files Browse the repository at this point in the history
  • Loading branch information
Blari committed Mar 17, 2020
1 parent 90bc3cf commit 08eac0b
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using this template you will be able to leverage lots of built-in components and
* Maps
* Hover sidebar

All other features like themining, login, additional pages, etc are available in a [full version](https://flatlogic.com/admin-dashboards/sing-app-html5).
All other features like themining, login, additional pages, etc are available in a [full version](https://flatlogic.com/templates/sing-app-html5).

[![full-version](https://user-images.githubusercontent.com/36201579/40107708-aa2939d6-5901-11e8-8fc1-b31ad46326b7.png)](https://flatlogic.com/admin-dashboards/sing-app-html5/demo)

Expand All @@ -48,15 +48,15 @@ $ cd MyApp
This will install both run-time project dependencies and developer tools listed
in [package.json](../package.json) file. We are moving all dependencies to npm, so there will be no bower dependencies soon.

#### 3. Run `gulp build`
#### 3. Run `yarn build`

This command will build the app from the source files (`/src`) into the output
`/dist` folder. Then open `dist/index.html` in your browser.

Now you can open your web app in a browser, on mobile devices and start
hacking. The page must be served from a web server, e.g. apache, nginx, WebStorm built-in web server, etc., otherwise some features may not work properly.

#### 3. Run `gulp watch`
#### 3. Run `yarn watch`
This command will watch for changes in `/src` and recompile handlebars' templates & scss styles on the fly into html & css accordingly.

For more information please refer to full [documentation](https://demo.flatlogic.com/sing-app/documentation).
Expand Down
2 changes: 1 addition & 1 deletion dist/charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h6>Configuration</h6>
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down
2 changes: 1 addition & 1 deletion dist/icons.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h6>Configuration</h6>
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h6>Configuration</h6>
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down
2 changes: 1 addition & 1 deletion dist/maps_google.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h6>Configuration</h6>
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down
2 changes: 1 addition & 1 deletion dist/notifications.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h6>Configuration</h6>
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down
2 changes: 1 addition & 1 deletion dist/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h6>Configuration</h6>
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down
2 changes: 1 addition & 1 deletion dist/typography.html
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ <h6>Configuration</h6>
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down
2 changes: 1 addition & 1 deletion src/partials/theme-helper.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class="btn btn-warning btn-rounded-f btn-block fs-mini text-white">
Purchase
</a>
<a href="http://demo.flatlogic.com/sing-app/html-bs4/"
<a href="https://flatlogic.com/templates/sing-app-html5"
target="_blank"
role="button"
class="btn btn-danger btn-rounded-f btn-block fs-mini">
Expand Down

0 comments on commit 08eac0b

Please sign in to comment.