summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@gmail.com>2014-04-23 11:34:08 -0700
committerAaron O'Mullan <aaron.omullan@gmail.com>2014-04-23 11:34:08 -0700
commitbb0a7935e9f09d781c1b97de701db24bf5f3f859 (patch)
tree441ce413260aabb00d03f0149f812d39777fa8f3
parent9abbabbce3fefc3a5bb2fd4e3fe409b0265a7564 (diff)
parent931e0c66c9334c0747fc4862b5ec2b99b8f07566 (diff)
downloadgitbook-bb0a7935e9f09d781c1b97de701db24bf5f3f859.zip
gitbook-bb0a7935e9f09d781c1b97de701db24bf5f3f859.tar.gz
gitbook-bb0a7935e9f09d781c1b97de701db24bf5f3f859.tar.bz2
Merge pull request #141 from frodsan/niceties
Niceties
-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
+}