From 7c8d80f9aa92f4744d46fc4797c1d4102f16066f Mon Sep 17 00:00:00 2001 From: Mateusz Date: Fri, 22 Jul 2022 14:41:16 +0200 Subject: [PATCH] Update README.md Hi, Recently, links from http://fezvrasta.github.io/bootstrap-material-design/ have been redirected to https://mdbootstrap.com/ so I just wanted to ask if it is possible to update this link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e879bd8..7fa1614 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ The project's layout is based in [AngularClass starter](https://github.com/Angul ### Bootstrap -The project uses *Bootstrap* as UI framework. The current version is 3.3.7. The project also uses the [bootstrap-material-design](http://fezvrasta.github.io/bootstrap-material-design/) +The project uses *Bootstrap* as UI framework. The current version is 3.3.7. The project also uses the [bootstrap-material-design](https://mdbootstrap.com/) modules and [bootstrap-sass](https://github.com/twbs/bootstrap-sass) module. Bootstrap also requires *Jquery*. The version imported with the project is 1.9.1. The *Sass* styles are defined in ```src/assets``` folder and the main file is ```src/app/app.style.scss``` .