diff --git a/Rakefile b/Rakefile
index 6c03148e..6e2a16d5 100644
--- a/Rakefile
+++ b/Rakefile
@@ -206,8 +206,7 @@ namespace :site do
"layout" => "docs",
"title" => "History",
"permalink" => "/docs/history/",
- "prev_section" => "contributing",
- "next_section" => "license"
+ "prev_section" => "contributing"
}
Dir.chdir('site/docs/') do
File.open("history.md", "w") do |file|
diff --git a/site/_includes/docs_contents.html b/site/_includes/docs_contents.html
index 57f95adf..523b5227 100644
--- a/site/_includes/docs_contents.html
+++ b/site/_includes/docs_contents.html
@@ -11,6 +11,6 @@
Miscellaneous
{% include docs_ul.html items='troubleshooting sites resources upgrading' %}
Meta
- {% include docs_ul.html items='contributing history license' %}
+ {% include docs_ul.html items='contributing history' %}
diff --git a/site/_includes/docs_contents_mobile.html b/site/_includes/docs_contents_mobile.html
index 566a342a..bbc367d4 100644
--- a/site/_includes/docs_contents_mobile.html
+++ b/site/_includes/docs_contents_mobile.html
@@ -17,7 +17,7 @@
{% include docs_option.html items='troubleshooting sites resources upgrading' %}
diff --git a/site/docs/history.md b/site/docs/history.md
index 4725eecd..d91a44d1 100644
--- a/site/docs/history.md
+++ b/site/docs/history.md
@@ -3,7 +3,6 @@ layout: docs
title: History
permalink: "/docs/history/"
prev_section: contributing
-next_section: license
---
## 1.4.2 / 2013-12-16
diff --git a/site/docs/license.md b/site/docs/license.md
deleted file mode 100644
index 5ff9bbb6..00000000
--- a/site/docs/license.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-layout: docs
-title: License
-prev_section: history
-permalink: /docs/license/
----
-
-You may use any Jekyll project under the terms of the [MIT License]({{ site.repository }}/blob/master/LICENSE). The MIT License is simple and easy to understand and it places almost no restrictions on what you can do with a Jekyll project. You are free to use any Jekyll project in any other project (even commercial projects) as long as the copyright header is left intact.
\ No newline at end of file