From defa4c657c997bc5dafea2a5f5abfc058061a0d6 Mon Sep 17 00:00:00 2001 From: Mark Perkins Date: Sat, 18 May 2024 15:41:56 +0100 Subject: [PATCH] Update repo paths to point to lookbook-hq org --- README.md | 4 ++-- lookbook.gemspec | 2 +- test/support/combustion.rb | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 94c5d5bf8..e5104aebf 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This branch contains a work-in-progress, exploratory, from-scratch rebuild of Lo [Demo](#demo-site) ・ [Usage](#usage) ・ [Development](#development) ・ [Background & motivation](#v3-rebuild---background-and-motivation) ・ [Current status](#v3-rebuild---current-status) -![CI status](https://github.com/ViewComponent/lookbook/actions/workflows/ci.yml/badge.svg?branch=v3) +![CI status](https://github.com/lookbook-hq/lookbook/actions/workflows/ci.yml/badge.svg?branch=v3) ## Demo site @@ -35,7 +35,7 @@ Add Lookbook to the `development` group in your Gemfile: ```rb group :development do - gem "lookbook", github: "ViewComponent/lookbook", branch: "v3" + gem "lookbook", github: "lookbook-hq/lookbook", branch: "v3" gem "listen" # Required for 'live' UI updates when file changes are detected end ``` diff --git a/lookbook.gemspec b/lookbook.gemspec index 85d5f6419..dfb676b71 100644 --- a/lookbook.gemspec +++ b/lookbook.gemspec @@ -6,7 +6,7 @@ Gem::Specification.new do |spec| spec.name = "lookbook" spec.version = Lookbook::VERSION spec.authors = ["Mark Perkins"] - spec.homepage = "https://github.com/ViewComponent/lookbook" + spec.homepage = "https://github.com/lookbook-hq/lookbook" spec.summary = "A UI development environment for Ruby on Rails applications" spec.license = "MIT" diff --git a/test/support/combustion.rb b/test/support/combustion.rb index e446ff4e9..ae0650e75 100644 --- a/test/support/combustion.rb +++ b/test/support/combustion.rb @@ -9,7 +9,7 @@ config.lookbook.project_name = "Lookbook v3 test app" config.lookbook.project_links = [{ label: "Github", - url: "https://github.com/ViewComponent/lookbook/tree/v3", + url: "https://github.com/lookbook-hq/lookbook/tree/v3", icon: :github, attrs: {target: "_blank"} }]