From c84d2f2a51dedfc1502aa3c9392b1c0aa10ecb7c Mon Sep 17 00:00:00 2001 From: Virtua Creative <virtua.creative@gmail.com> Date: Thu, 24 Mar 2016 18:50:07 -0300 Subject: [PATCH] fix links --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee90838..75342c8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ After that, the project was pushed to this repository with the following configu - Jekyll version: 3.1.2 - GitLab CI config: [`.gitlab-ci.yml`] - Gitignore: [`.gitignore`] -- Jekyll config: [`_config.yml`](https://gitlab.com/jekyll-themes/default-bundler/blob/master/_config.yml) +- Jekyll config: [`_config.yml`] # Building locally @@ -28,5 +28,8 @@ To work locally with this project, there are a few options. But let's keep it si - Adjust [`_config.yml`] according to your project - Preview your project: `jekyll serve` +[Jekyll]: http://jekyllrb.com/ +[jek-312]: https://rubygems.org/gems/jekyll/versions/3.1.2 +[`_config.yml`]: https://gitlab.com/jekyll-themes/default-bundler/blob/master/_config.yml [`.gitlab-ci.yml`]: https://gitlab.com/pages/jekyll/blob/master/.gitlab-ci.yml [`.gitignore`]: https://gitlab.com/pages/jekyll/blob/master/.gitignore \ No newline at end of file -- GitLab