From 076ff012551c543a822a05c6e34c6a10b7831b69 Mon Sep 17 00:00:00 2001 From: a14m Date: Wed, 16 Dec 2020 17:20:18 +0100 Subject: Minor updates to README files --- CLI/ruby/README.md | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CLI/ruby/README.md b/CLI/ruby/README.md index fd78c30..d6e4ce0 100644 --- a/CLI/ruby/README.md +++ b/CLI/ruby/README.md @@ -61,7 +61,7 @@ Run `bundle exec yard` - Update the [version](./lib/game_of_live/version.rb) number - Run `bundle install` and commit changes - Update the [CHANGELOG](./CHANGELOG.md) -- Create a git(lab) tag `ruby/v#{version_number}` ex: `ruby/v0.1.1-pre` +- Create a git tag `ruby/v#{version_number}` ex: `ruby/v0.1.1-pre` The tag will automatically trigger the release workflow after successful build/test and release the changes to [rubygems.org](https://rubygems.org/gems/terminal_game_of_life) diff --git a/README.md b/README.md index ce7a00f..50acbd4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A repo that includes a different implementations for [Game of Life](https://en.w in the following languages [![builds.sr.ht status](https://builds.sr.ht/~a14m/game-of-life.svg)](https://builds.sr.ht/~a14m/game-of-life?) -[![license](https://img.shields.io/badge/license-MIT-brightgreenA)](https://gitlab.com/a14m/game-of-life/-/blob/master/LICENSE.md) +[![license](https://img.shields.io/badge/license-MIT-brightgreenA)](https://git.sr.ht/~a14m/game-of-life/tree/master/LICENSE.md) - - [Ruby](./CLI/ruby) [![Gem Version](https://badge.fury.io/rb/terminal_game_of_life.svg)](https://badge.fury.io/rb/terminal_game_of_life) - - [Rust](./CLI/rust) WIP + - [Ruby](./CLI/ruby/README.md) [![Gem Version](https://badge.fury.io/rb/terminal_game_of_life.svg)](https://badge.fury.io/rb/terminal_game_of_life) + - [Rust](./CLI/rust/README.md) WIP -- cgit v1.2.3