소스 검색

Merge pull request #6 from mattr-/update-jekyll-repo-links

Points the jekyll links to the new location
Mark Otto 11 년 전
부모
커밋
9409ae5231
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      _posts/2013-12-31-whats-jekyll.md

+ 2 - 2
_posts/2013-12-31-whats-jekyll.md

@@ -3,10 +3,10 @@ layout: post
 title: What's Jekyll?
 ---
 
-[Jekyll](http://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/mojombo/jekyll/blob/master/README.markdown):
+[Jekyll](http://jekyllrb.com) is a static site generator, an open-source tool for creating simple yet powerful websites of all shapes and sizes. From [the project's readme](https://github.com/jekyll/jekyll/blob/master/README.markdown):
 
   > Jekyll is a simple, blog aware, static site generator. It takes a template directory [...] and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.
 
 It's an immensely useful tool and one we encourage you to use here with Hyde.
 
-Find out more by [visiting the project on GitHub](https://github.com/mojombo/jekyll).
+Find out more by [visiting the project on GitHub](https://github.com/jekyll/jekyll).