Browse Source

Merge branch 'update-ruby-to-2.6-docs' into 'master'

Copyedit README

See merge request pages/jekyll!48
Achilleas Pipinellis 3 years ago
parent
commit
fe926b68c8
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-![Build Status](https://gitlab.com/pages/jekyll/badges/master/pipeline.svg)
+[![Build Status](https://gitlab.com/pages/jekyll/badges/master/pipeline.svg)](https://gitlab.com/pages/jekyll/-/pipelines?ref=master)
 ![Jekyll Version](https://img.shields.io/gem/v/jekyll.svg)
 
 ---
@@ -54,7 +54,7 @@ This project's static Pages are built by [GitLab CI][ci], following the steps
 defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
 
 ```
-image: ruby:2.3
+image: ruby:latest
 
 variables:
   JEKYLL_ENV: production
@@ -102,7 +102,7 @@ unless you want to contribute back to the upstream project.
 ## Other examples
 
 * [jekyll-branched](https://gitlab.com/pages/jekyll-branched) demonstrates how you can keep your GitLab Pages site in one branch and your project's source code in another.
-* The [jekyll-themes](https://gitlab.com/groups/jekyll-themes) group contains a collection of example projects you can fork (like this one) having different visual styles.
+* The [jekyll-themes](https://gitlab.com/jekyll-themes) group contains a collection of example projects you can fork (like this one) having different visual styles.
 
 ## Troubleshooting