summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--theme/stylesheets/book/highlight.less4
-rw-r--r--theme/stylesheets/page/highlight.less4
3 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 48a8d71..a633db3 100644
--- a/README.md
+++ b/README.md
@@ -137,7 +137,7 @@ GitBook will read the `.gitignore`, `.bookignore` and `.ignore` files to get a l
#### Plugins
-PLugins can used to extend your book functionnalities. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more informations about how to build a plugin for gitbook.
+Plugins can used to extend your book functionnalities. Read [GitbookIO/plugin](https://github.com/GitbookIO/plugin) for more informations about how to build a plugin for gitbook.
##### Default plugins:
diff --git a/theme/stylesheets/book/highlight.less b/theme/stylesheets/book/highlight.less
index 33e0040..004e7a5 100644
--- a/theme/stylesheets/book/highlight.less
+++ b/theme/stylesheets/book/highlight.less
@@ -1,4 +1,4 @@
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
+/* http://jmblog.github.io/color-themes-for-highlightjs */
/* Tomorrow Comment */
.hljs-comment {
@@ -87,4 +87,4 @@
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
-} \ No newline at end of file
+}
diff --git a/theme/stylesheets/page/highlight.less b/theme/stylesheets/page/highlight.less
index ae9d1f8..26078cb 100644
--- a/theme/stylesheets/page/highlight.less
+++ b/theme/stylesheets/page/highlight.less
@@ -1,4 +1,4 @@
-/* http://jmblog.github.com/color-themes-for-google-code-highlightjs */
+/* http://jmblog.github.io/color-themes-for-highlightjs */
/* Tomorrow Comment */
.hljs-comment,
@@ -87,4 +87,4 @@
.xml .css,
.xml .hljs-cdata {
opacity: 0.5;
-} \ No newline at end of file
+}