Changed Bootswatch URL to point to Bootswatch 3. (#7669)
It is well known that if you use a Bootstrap 4 template on an ASP.NET template it will break the layout. This is a convenience change to prevent confusion as it will send people to the correct versioned URL as it was back when this article was written. When creating a new PR, please do the following and delete this template text: * Reference the issue number if there is one: Fixes #Issue_Number > The "Fixes #nnn" syntax in the PR description causes > GitHub to automatically close the issue when this PR is merged.pull/7673/head
parent
4819962153
commit
ab2228b0a4
|
@ -158,7 +158,7 @@ In this tutorial, you will change look and feel of the Wingtip Toys application
|
|||
3. Rename the *bootstrap.min.css* to *bootstrap-original.min.css*.
|
||||
4. In **Solution Explorer**, right-click the *Content* folder and select **Open Folder in File Explorer**.
|
||||
The File Explorer will be displayed. You will save a downloaded bootstrap CSS files to this location.
|
||||
5. In your browser, go to [http://Bootswatch.com](http://bootswatch.com/).
|
||||
5. In your browser, go to [https://bootswatch.com/3/](https://bootswatch.com/3/).
|
||||
6. Scroll the browser window until you see the Cerulean theme.
|
||||
|
||||
![UI and Navigation - Cerulean Theme](ui_and_navigation/_static/image5.png)
|
||||
|
|
Loading…
Reference in New Issue