diff --git a/README.md b/README.md index ba14851ccb..0d56c333e1 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,20 @@ Or Bootstrap 4 ``` To enable bootstrap 4 theme templates in ngx-bootstrap, please read -[here](https://github.com/valor-software/ngx-bootstrap/blob/development/docs/getting-started/bootstrap4.md) . +[this](https://github.com/valor-software/ngx-bootstrap/blob/development/docs/getting-started/bootstrap4.md) . -``` - - -``` +# Usage & Demo +Main source of API documentation and usage scenarios available here: +[https://valor-software.com/ngx-bootstrap/](https://valor-software.com/ngx-bootstrap/) + +Additionally you can find demos and docs deployed from latest code with angular v4 and angular v5 + +Server side rendered version of this documentation available here + +# API +Check demo page for API [reference](https://valor-software.com/ngx-bootstrap/) ## How to use it with: - `angular-cli` please refer to [getting-started-with-ng-cli](https://github.com/valor-software/ngx-bootstrap/tree/development/docs/getting-started/ng-cli.md) @@ -94,15 +101,6 @@ First time If you want to run the demo with Angular Universal: - `npm run demo.serve-universal` - -# Usage & Demo - -Main source of API documentation and usage scenarios available here: -[http://valor-software.github.io/ngx-bootstrap/](http://valor-software.github.io/ngx-bootstrap/) - -# API -Check demo page for API [reference](http://valor-software.github.io/ngx-bootstrap/) - # Troubleshooting So you are in trouble, where to get help: diff --git a/demo/src/app/common/getting-started/getting-started.component.html b/demo/src/app/common/getting-started/getting-started.component.html index 948bd1985c..486cd9cb17 100644 --- a/demo/src/app/common/getting-started/getting-started.component.html +++ b/demo/src/app/common/getting-started/getting-started.component.html @@ -93,12 +93,15 @@
Main source of API documentation and usage scenarious available here: - http://valor-software.github.io/ngx-bootstrap/
+Main source of API documentation and usage examples available here: + https://valor-software.com/ngx-bootstrap/
+Additionally you can find demos and docs deployed from latest code with angular v4 and angular v5
+Server side rendered version of this documentation available here
Check demo page for API reference
+Check demo page for API reference