Skip to content

Commit

Permalink
Merge pull request #614 from lookbook-hq/org-move-prep
Browse files Browse the repository at this point in the history
Update repo paths to point to lookbook-hq org
  • Loading branch information
allmarkedup authored May 18, 2024
2 parents f77d88e + e8f3e4f commit 735ec68
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!**

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<p><strong><a href="https://lookbook.build">Documentation</a> &nbsp;|&nbsp; <a href="http://demo.lookbook.build/lookbook">Demo site</a></strong></p>

<p><a href="https://rubygems.org/gems/lookbook"><img src="https://img.shields.io/gem/v/lookbook" alt="Gem version"></a>
<a href="https://github.com/ViewComponent/lookbook/actions/workflows/ci.yml"><img src="https://github.com/ViewComponent/lookbook/actions/workflows/ci.yml/badge.svg" alt="CI status"></a></p>
<a href="https://github.com/lookbook-hq/lookbook/actions/workflows/ci.yml"><img src="https://github.com/lookbook-hq/lookbook/actions/workflows/ci.yml/badge.svg" alt="CI status"></a></p>

</div>

Expand All @@ -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

Expand All @@ -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
&amp; improve thanks to the ideas, suggestions and hard work of all of [these excellent humans](https://github.com/ViewComponent/lookbook/graphs/contributors):
&amp; improve thanks to the ideas, suggestions and hard work of all of [these excellent humans](https://github.com/lookbook-hq/lookbook/graphs/contributors):
<br>
<br>
<a href="https://github.com/ViewComponent/lookbook/graphs/contributors">
<img src="https://contrib.rocks/image?repo=ViewComponent/lookbook&columns=14" width="800" />
<a href="https://github.com/lookbook-hq/lookbook/graphs/contributors">
<img src="https://contrib.rocks/image?repo=lookbook-hq/lookbook&columns=14" width="800" />
</a>

## License
Expand Down
2 changes: 1 addition & 1 deletion app/components/lookbook/header/component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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) %>
Expand Down
2 changes: 1 addition & 1 deletion config/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/src/_data/links.yml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions docs/src/_extend/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down
6 changes: 3 additions & 3 deletions docs/src/_guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %>
Expand Down Expand Up @@ -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| %>
Expand Down
4 changes: 2 additions & 2 deletions docs/src/_pages/index.erb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ lookbook_embeds: true
<% end %>
</div>
<div class="mt-8 md:mt-10">
<p>...and <a href="https://github.com/ViewComponent/lookbook/network/dependents" class="underline underline-offset-2">many more</a></p>
<p>...and <a href="https://github.com/lookbook-hq/lookbook/network/dependents" class="underline underline-offset-2">many more</a></p>
</div>
</section>

Expand Down Expand Up @@ -226,6 +226,6 @@ lookbook_embeds: true
<footer class="layout-slat border-t border-gray-300 py-8 bg-gray-50">
<div class="prose prose-sm mx-auto w-full max-w-[600px] opacity-60 text-center">
Lookbook was created by <a href="https://allmarkedup.com">Mark Perkins</a> and continues to grow &amp; improve thanks to the ideas,
suggestions and hard work of <a href="https://github.com/ViewComponent/lookbook/graphs/contributors">all its contributors</a>. Thank you ❤️
suggestions and hard work of <a href="https://github.com/lookbook-hq/lookbook/graphs/contributors">all its contributors</a>. Thank you ❤️
</div>
</footer>
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 native development UI for ViewComponent"
spec.license = "MIT"
spec.metadata = {"rubygems_mfa_required" => "true"}
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/config/storage.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test:
service: Disk
root: /Users/mark/Projects/ViewComponent/lookbook/tmp/storage
root: /Users/mark/Projects/lookbook-hq/lookbook/tmp/storage

0 comments on commit 735ec68

Please sign in to comment.