From 7728d7bb86c4ae6cabeecb068b63d552793e182d Mon Sep 17 00:00:00 2001 From: Suriyaa Kudo Date: Fri, 26 Feb 2016 16:47:00 +0100 Subject: [PATCH 1/2] Add Google search query --- site/help/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/help/index.md b/site/help/index.md index ba159599..3bb628c9 100644 --- a/site/help/index.md +++ b/site/help/index.md @@ -10,7 +10,7 @@ Need help with Jekyll? Try these resources. Did you recently upgrade from Jekyll 1 to 2 or from Jekyll 2 to 3? Known breaking changes are listed in the upgrading docs. -### [Google](https://google.com) +### [Google](https://www.google.de/?q=jekyll) Add **jekyll** to almost any query, and you'll find just what you need. From e4a3712f30fa3a2ae0744ba02bf0ff0cb6b1847b Mon Sep 17 00:00:00 2001 From: Suriyaa Kudo Date: Fri, 26 Feb 2016 16:49:24 +0100 Subject: [PATCH 2/2] Correct the Top-Level-Domain (TLD) of Google site link .de => .com --- site/help/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/help/index.md b/site/help/index.md index 3bb628c9..7c27ae4d 100644 --- a/site/help/index.md +++ b/site/help/index.md @@ -10,7 +10,7 @@ Need help with Jekyll? Try these resources. Did you recently upgrade from Jekyll 1 to 2 or from Jekyll 2 to 3? Known breaking changes are listed in the upgrading docs. -### [Google](https://www.google.de/?q=jekyll) +### [Google](https://www.google.com/?q=jekyll) Add **jekyll** to almost any query, and you'll find just what you need.