From 87c524f75496b71f4f8ae0765f65fc843ec64874 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 15 Nov 2024 12:02:12 +0900 Subject: [PATCH] Update README links --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8891c7de6a..79a9ac82c2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-The best way to quickly integrate Bootstrap 5 Bootstrap 4 Components with Angular +The best way to quickly integrate Bootstrap 5 Bootstrap 4 Components with Angular

Note: ngx-bootstrap for Bootstrap 3 is still available but is no longer maintained or updated. @@ -128,14 +128,14 @@ This can be done with the css file directly in the index.html, or alternatively ```html - + ``` - `Bootstrap 4` ```html - + ``` ### Setting up the bootstrap version manually @@ -174,7 +174,7 @@ npm start ## Compatibility -The only two dependencies are [Angular](https://angular.io) and [Bootstrap](https://getbootstrap.com) CSS. +The only two dependencies are [Angular](https://angular.dev) and [Bootstrap](https://getbootstrap.com) CSS. Here is the version compatibility list: | ngx-bootstrap | Angular | Bootstrap CSS | @@ -202,7 +202,7 @@ So if you are in trouble, here's where you can look for help. The best place to ask questions is on [StackOverflow (under the `ngx-bootstrap` tag)](https://stackoverflow.com/questions/tagged/ngx-bootstrap) where there is a strong community of individuals asking and answering questions. -You can also join [our Slack channel](https://join.slack.com/t/ngx-home/shared_invite/enQtNTExMTY5MzcwMTM0LWVjZGU2MjI4MTVhMGVlMTc2OWRiMzA0NzBhNDU5YzQ0MDM3MWI5NzJjZTUzNzIxZmNjYmFlMjU2MzE0YmY0NWY) and link your stackoverflow question there. But try to avoid asking generic help questions directly on Slack since they can easily get lost in the chat. You can also [search among the existing GitHub issues](https://github.com/valor-software/ngx-bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue). +You can also join [our Slack channel](https://join.slack.com/t/ngx-home/shared_invite/enQtNTExMTY5MzcwMTM0LWVjZGU2MjI4MTVhMGVlMTc2OWRiMzA0NzBhNDU5YzQ0MDM3MWI5NzJjZTUzNzIxZmNjYmFlMjU2MzE0YmY0NWY) and link your StackOverflow question there. But try to avoid asking generic help questions directly on Slack since they can easily get lost in the chat. You can also [search among the existing GitHub issues](https://github.com/valor-software/ngx-bootstrap/issues?utf8=%E2%9C%93&q=is%3Aissue). If none of the above helped, please feel free to open a [new issue](https://github.com/valor-software/ngx-bootstrap/issues/new).