Fix license and a currently invalide link
diff --git a/DESCRIPTION b/DESCRIPTION
index e0ecfd6..49d4df1 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -3,14 +3,14 @@
 Title: Construct Complex Table with Kable and Pipe Syntax
 Version: 0.1.0
 Authors@R: c(
-    person("Hao", "Zhu", email = "haozhu233@gmail.com", role = c("aut", "cre")),
-    person("Will", "Beasley", email = "wibeasley@hotmail.com", role = "ctb"),
-    person("Yihui", "Xie", email = "xie@yihui.name", role = "ctb")
+    person('Hao', 'Zhu', email = 'haozhu233@gmail.com', role = c('aut', 'cre')),
+    person('Will', 'Beasley', email = 'wibeasley@hotmail.com', role = 'ctb'),
+    person('Yihui', 'Xie', email = 'xie@yihui.name', role = 'ctb')
     )
 Description: A collection of functions to build complex HTML or LaTeX tables on top of kable output.
 License: MIT + file LICENSE
 LazyData: TRUE
-URL: http://haozhu233.github.io/kableExtra/
+URL: http://haozhu233.github.io/kableExtra/, https://github.com/haozhu233/kableExtra
 BugReports: https://github.com/haozhu233/kableExtra/issues
 Depends:
     R (>= 3.1.2)
diff --git a/LICENSE b/LICENSE
index 2b54ef2..adf192b 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,2 +1,2 @@
-YEAR: 2016
+YEAR: 2017
 COPYRIGHT HOLDER: Hao Zhu
diff --git a/README.md b/README.md
index e3953d3..05a9575 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # kableExtra
-[![CRAN_version](http://www.r-pkg.org/badges/version/kableExtra)](http://cran.r-project.org/package=kableExtra)
-[![CRAN_download](http://cranlogs.r-pkg.org/badges/kableExtra)](http://cran.r-project.org/package=kableExtra)
+![CRAN_version](http://www.r-pkg.org/badges/version/kableExtra)
+![CRAN_download](http://cranlogs.r-pkg.org/badges/kableExtra)
 
 ***