aboutsummaryrefslogtreecommitdiff
path: root/nuget/bootstrap.nuspec
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2018-06-21 07:31:38 +0300
committerMark Otto <[email protected]>2018-07-11 23:30:46 -0700
commit0e920ce3f481a23c00c22c10565463ce58c0aac2 (patch)
treeb66e8c4bf2244d3b71d7f2e6f2376ae528f6bd93 /nuget/bootstrap.nuspec
parent9e126b26a863505b048bc927c6c6f731d42d2ba4 (diff)
downloadbootstrap-0e920ce3f481a23c00c22c10565463ce58c0aac2.tar.xz
bootstrap-0e920ce3f481a23c00c22c10565463ce58c0aac2.zip
Reorganize docs for easier deploys
With the current docs directory setup, I'm making too many mistakes and have to manually address path changes and directory moves on deploy. This makes for a frustrating experience developing locally and shipping releases. With this PR, we're basically back to the same setup from v3—duplicating the dist directory into our docs directory. Not the most ideal, but very straightforward for me as the release manager.
Diffstat (limited to 'nuget/bootstrap.nuspec')
-rw-r--r--nuget/bootstrap.nuspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 2dcbfea6e..7b40109de 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -11,7 +11,7 @@
<summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
<language>en-us</language>
<projectUrl>https://getbootstrap.com/</projectUrl>
- <iconUrl>https://getbootstrap.com/assets/img/favicons/apple-touch-icon.png</iconUrl>
+ <iconUrl>https://getbootstrap.com/docs/4.1/assets/img/favicons/apple-touch-icon.png</iconUrl>
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
<copyright>Copyright 2017-2018</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>