diff --git a/README.md b/README.md index 2b197d59..9594aba3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![CI](https://github.com/powerhome/cobra_commander/actions/workflows/ci.yml/badge.svg)](https://github.com/powerhome/cobra_commander/actions/workflows/ci.yml) [![Maintainability](https://api.codeclimate.com/v1/badges/7fe0781c18f6923ab753/maintainability)](https://codeclimate.com/github/powerhome/cobra_commander/maintainability) -Tools for working with Component Based Rails Apps (see https://cbra.info/). Includes tools for graphing both Ruby and Javascript components in an application and their relationships, as well as selectively testing components based on changes made. +Tools for working with Component Based Rails Apps (see https://cbra.info). Includes tools for graphing both Ruby and Javascript components in an application and their relationships, as well as selectively testing components based on changes made. ## Installation diff --git a/cobra_commander.gemspec b/cobra_commander.gemspec index 1d33c176..5ca0990a 100644 --- a/cobra_commander.gemspec +++ b/cobra_commander.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |spec| ] spec.summary = "Tools for working with Component Based Rails Apps" spec.description = <<~DESCRIPTION - Tools for working with Component Based Rails Apps (see http://shageman.github.io/cbra.info/). + Tools for working with Component Based Rails Apps (see https://cbra.info). Includes tools for graphing the components of an app and their relationships, as well as selectively testing components based on changes made. DESCRIPTION diff --git a/lib/cobra_commander.rb b/lib/cobra_commander.rb index 8ab91401..40f83c61 100644 --- a/lib/cobra_commander.rb +++ b/lib/cobra_commander.rb @@ -5,7 +5,7 @@ require "cobra_commander/umbrella" require "cobra_commander/version" -# Tools for working with Component Based Rails Apps (see http://shageman.github.io/cbra.info/). +# Tools for working with Component Based Rails Apps (see https://cbra.info). # Includes tools for graphing the components of an app and their relationships, as well as selectively # testing components based on changes made. module CobraCommander