diff --git a/README.md b/README.md index 8bd14be..6d6d806 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

-![Build Status](https://github.com/kojix2/youplot/workflows/test/badge.svg) +![Build Status](https://github.com/red-data-tools/YouPlot/workflows/test/badge.svg) [![Gem Version](https://badge.fury.io/rb/youplot.svg)](https://badge.fury.io/rb/youplot) [![Docs Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://rubydoc.info/gems/youplot) [![The MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.txt) @@ -230,8 +230,8 @@ uplot colors YouPlot is a library under development, so even small improvements like typofix are welcome! Please feel free to send us your pull requests. -* [Report bugs](https://github.com/kojix2/youplot/issues) -* Fix bugs and [submit pull requests](https://github.com/kojix2/youplot/pulls) +* [Report bugs](https://github.com/red-data-tools/YouPlot/issues) +* Fix bugs and [submit pull requests](https://github.com/red-data-tools/YouPlot/pulls) * Write, clarify, or fix documentation * English corrections by native speakers are welcome. * Suggest or add new features @@ -249,7 +249,6 @@ bundle exec rake install # Installation from source code ### Acknowledgements -* [Red Data Tools](https://github.com/red-data-tools) - Technical support * [sampo grafiikka](https://jypg.net/sampo_grafiikka) - Project logo creation * [yutaas](https://github.com/yutaas) - English proofreading diff --git a/lib/youplot/parser.rb b/lib/youplot/parser.rb index d1d0cd9..d8691e4 100644 --- a/lib/youplot/parser.rb +++ b/lib/youplot/parser.rb @@ -118,7 +118,7 @@ module YouPlot Program: YouPlot (Tools for plotting on the terminal) Version: #{YouPlot::VERSION} (using UnicodePlot #{UnicodePlot::VERSION}) - Source: https://github.com/kojix2/youplot + Source: https://github.com/red-data-tools/YouPlot Usage: uplot [options] diff --git a/youplot.gemspec b/youplot.gemspec index 5ad789a..c4c1169 100644 --- a/youplot.gemspec +++ b/youplot.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.summary = 'A command line tool for Unicode Plotting' spec.description = 'A command line tool for Unicode Plotting' - spec.homepage = 'https://github.com/kojix2/youplot' + spec.homepage = 'https://github.com/red-data-tools/YouPlot' spec.license = 'MIT' spec.required_ruby_version = Gem::Requirement.new('>= 2.4.0')