diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 853f108f8..ac6f54260 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,7 +10,7 @@ Contributions to this project are released to the public under the [MIT license] ## Filing an issue -> Please think carefully before using the issue tracker for personal support requests. Whilst we will do our best to help answer them it will take time away from development work and you may be better off starting [a discussion](https://github.com/ViewComponent/lookbook/discussions) instead where fellow community members may be able to help out. +> Please think carefully before using the issue tracker for personal support requests. Whilst we will do our best to help answer them it will take time away from development work and you may be better off starting [a discussion](https://github.com/lookbook-hq/lookbook/discussions) instead where fellow community members may be able to help out. **A good issue report is always welcome!** diff --git a/README.md b/README.md index 4bf732ab3..b644135f0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@

Documentation  |  Demo site

Gem version -CI status

+CI status

@@ -32,9 +32,9 @@ Lookbook is implemented as an isolated [Rails Engine](https://guides.rubyonrails This repository contains: -* The Lookbook source code ([`/app`](https://github.com/ViewComponent/lookbook/tree/main/app), [`/lib`](https://github.com/ViewComponent/lookbook/tree/main/lib), [`/config`](https://github.com/ViewComponent/lookbook/tree/main/config), etc) -* The Lookbook [documentation site](#docs-site) source code and content ([`/docs`](https://github.com/ViewComponent/lookbook/tree/main/docs)). -* A [test suite](#testing) with a 'runable' dummy app ([`/spec`](https://github.com/ViewComponent/lookbook/tree/main/spec)). +* The Lookbook source code ([`/app`](https://github.com/lookbook-hq/lookbook/tree/main/app), [`/lib`](https://github.com/lookbook-hq/lookbook/tree/main/lib), [`/config`](https://github.com/lookbook-hq/lookbook/tree/main/config), etc) +* The Lookbook [documentation site](#docs-site) source code and content ([`/docs`](https://github.com/lookbook-hq/lookbook/tree/main/docs)). +* A [test suite](#testing) with a 'runable' dummy app ([`/spec`](https://github.com/lookbook-hq/lookbook/tree/main/spec)). ### Documentation site @@ -61,22 +61,22 @@ Lookbook uses [Release It!](https://github.com/release-it/release-it) to automat Running `npm run release` will start the process of publishing a new release and walks though all the steps from picking a version number to publishing the updated gem. -Publishing a release requires write permissions for this repository (ViewComponent/lookbook) and 2FA publish permissions for Lookbook on RubyGems. +Publishing a release requires write permissions for this repository (lookbook-hq/lookbook) and 2FA publish permissions for Lookbook on RubyGems. ## Contributing Lookbook is an un-funded open source project and contributions of all types and sizes are most welcome! -Please take the time to read over the [Contributing](./CONTRIBUTING.md) guide before making your first contribution and if anything isn't clear then [start a discussion](https://github.com/ViewComponent/lookbook/discussions) and we will do our best to help you out. +Please take the time to read over the [Contributing](./CONTRIBUTING.md) guide before making your first contribution and if anything isn't clear then [start a discussion](https://github.com/lookbook-hq/lookbook/discussions) and we will do our best to help you out. ## Contributors Lookbook was created by [Mark Perkins](https://github.com/allmarkedup) and continues to grow -& improve thanks to the ideas, suggestions and hard work of all of [these excellent humans](https://github.com/ViewComponent/lookbook/graphs/contributors): +& improve thanks to the ideas, suggestions and hard work of all of [these excellent humans](https://github.com/lookbook-hq/lookbook/graphs/contributors):

- - + + ## License diff --git a/app/components/lookbook/header/component.html.erb b/app/components/lookbook/header/component.html.erb index 6361fc8c1..ed4201048 100644 --- a/app/components/lookbook/header/component.html.erb +++ b/app/components/lookbook/header/component.html.erb @@ -34,7 +34,7 @@ <% menu = lookbook_render :debug_menu, version: Lookbook::VERSION, docs_url: "https://lookbook.build/guide", - repo_url: "https://github.com/ViewComponent/lookbook" do %> + repo_url: "https://github.com/lookbook-hq/lookbook" do %> <%= debug_data %> <% end %> <% button.with_dropdown.with_content(menu) %> diff --git a/config/app.yml b/config/app.yml index 115ce6310..5d074eaf7 100644 --- a/config/app.yml +++ b/config/app.yml @@ -67,7 +67,7 @@ shared: links: docs: https://v2.lookbook.build demo: https://v2-demo.lookbook.build - repo: https://github.com/ViewComponent/lookbook/tree/v2 + repo: https://github.com/lookbook-hq/lookbook/tree/v2 development: debug_menu: true diff --git a/docs/src/_data/links.yml b/docs/src/_data/links.yml index 0e44f0a8f..551fdeaa9 100644 --- a/docs/src/_data/links.yml +++ b/docs/src/_data/links.yml @@ -1,8 +1,8 @@ -repo: https://github.com/ViewComponent/lookbook +repo: https://github.com/lookbook-hq/lookbook docs: https://lookbook.build/guide demo: https://demo.lookbook.build/lookbook demo_home: https://demo.lookbook.build -demo_repo: https://github.com/ViewComponent/lookbook-demo +demo_repo: https://github.com/lookbook-hq/lookbook-demo v1: docs: https://v1.lookbook.build diff --git a/docs/src/_extend/contributing.md b/docs/src/_extend/contributing.md index 33582f43e..4d92da34c 100644 --- a/docs/src/_extend/contributing.md +++ b/docs/src/_extend/contributing.md @@ -11,14 +11,14 @@ title: Contributing to Lookbook Before making your first contribution please to review this document to make contributing easy and effective for everyone involved. - Contributions to this project are released to the public under the [MIT license](https://github.com/ViewComponent/lookbook/blob/main/LICENSE.txt). + Contributions to this project are released to the public under the [MIT license](https://github.com/lookbook-hq/lookbook/blob/main/LICENSE.txt). <% end %> <%= render section("Filing an issue", id: "issues") do |s| %> <% s.with_block_note :warn do %> - Please think carefully before using the issue tracker for personal support requests. Whilst we will do our best to help answer them it will take time away from development work and you may be better off starting [a discussion](https://github.com/ViewComponent/lookbook/discussions) instead where fellow community members may be able to help out. + Please think carefully before using the issue tracker for personal support requests. Whilst we will do our best to help answer them it will take time away from development work and you may be better off starting [a discussion](https://github.com/lookbook-hq/lookbook/discussions) instead where fellow community members may be able to help out. <% end %> <% s.with_block_prose do %> diff --git a/docs/src/_guide/index.md b/docs/src/_guide/index.md index 7f016f469..dbc22d976 100644 --- a/docs/src/_guide/index.md +++ b/docs/src/_guide/index.md @@ -19,7 +19,7 @@ title: Introduction <% s.with_block_note :warn, title: "This documentation is for Lookbook v2.0" do %> See the [v1.x](https://v1.lookbook.build) or - [v0.9.x](https://github.com/ViewComponent/lookbook/tree/0.9.x) docs if you are using an older version of Lookbook. + [v0.9.x](https://github.com/lookbook-hq/lookbook/tree/0.9.x) docs if you are using an older version of Lookbook. <% end %> <% end %> @@ -77,9 +77,9 @@ title: Introduction * [SearchApi](https://www.searchapi.io/) * [Within3](https://within3.com/) * [Wrapbook](https://wrapbook.com/) - * And [many more...](https://github.com/ViewComponent/lookbook/network/dependents?package_id=UGFja2FnZS0xMDM0MzQ1) + * And [many more...](https://github.com/lookbook-hq/lookbook/network/dependents?package_id=UGFja2FnZS0xMDM0MzQ1) - Using Lookbook? [Send a pull request](https://github.com/ViewComponent/lookbook/edit/main/docs/src/_guide/index.md) to update this list! + Using Lookbook? [Send a pull request](https://github.com/lookbook-hq/lookbook/edit/main/docs/src/_guide/index.md) to update this list! <% end %> <%= render section("Articles and videos", id: "related") do |s| %> diff --git a/docs/src/_pages/index.erb b/docs/src/_pages/index.erb index 38423314d..24a28b99c 100644 --- a/docs/src/_pages/index.erb +++ b/docs/src/_pages/index.erb @@ -77,7 +77,7 @@ lookbook_embeds: true <% end %>
-

...and many more

+

...and many more

@@ -226,6 +226,6 @@ lookbook_embeds: true diff --git a/lookbook.gemspec b/lookbook.gemspec index 6b4b6604f..82420db61 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 native development UI for ViewComponent" spec.license = "MIT" spec.metadata = {"rubygems_mfa_required" => "true"} diff --git a/spec/dummy/config/storage.yml b/spec/dummy/config/storage.yml index 43b81384b..78a6413de 100644 --- a/spec/dummy/config/storage.yml +++ b/spec/dummy/config/storage.yml @@ -1,3 +1,3 @@ test: service: Disk - root: /Users/mark/Projects/ViewComponent/lookbook/tmp/storage + root: /Users/mark/Projects/lookbook-hq/lookbook/tmp/storage