Where to find Bootstrap and Font Awesome latest CDN link?

user3973427 picture user3973427 · Sep 12, 2014 · Viewed 28.9k times · Source

After doing extensive research and reaching the end of Google, I still haven't been able to find a "latest" link for Bootstrap and Font Awesome.

I know that there is a CDN link for the "latest" version of jQuery, but I was wondering if one also existed for Bootstrap and Font Awesome?

Answer

isherwood picture isherwood · Sep 12, 2014

These seem to work:

http://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.min.css (halted at 4.0.0)

http://maxcdn.bootstrapcdn.com/bootstrap/latest/js/bootstrap.min.js (halted at 4.0.0)

http://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css (v4.xx)

I had difficulty finding an answer by searching, too. Ultimately I did some experimenting using familiar URL structures to find these.