Skip to content

Commit

Permalink
Update repo paths to point to lookbook-hq org
Browse files Browse the repository at this point in the history
  • Loading branch information
allmarkedup committed May 18, 2024
1 parent 864d9d1 commit defa4c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion lookbook.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion test/support/combustion.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
}]
Expand Down

0 comments on commit defa4c6

Please sign in to comment.