From 6a276b92c5ee63573fe1ff7396a156ee05894036 Mon Sep 17 00:00:00 2001 From: Yuji Yaginuma Date: Tue, 24 Oct 2023 14:13:55 +0900 Subject: [PATCH] Update the homepage in docs --- CONTRIBUTING.md | 4 ++-- contrib/ruby/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06261f76..694fb372 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ ## Contributing -[fork]: https://github.com/github/trilogy/fork -[pr]: https://github.com/github/trilogy/compare +[fork]: https://github.com/trilogy-libraries/trilogy/fork +[pr]: https://github.com/trilogy-libraries/trilogy/compare Hi there! We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great. diff --git a/contrib/ruby/README.md b/contrib/ruby/README.md index 9f6c49db..23340e1e 100644 --- a/contrib/ruby/README.md +++ b/contrib/ruby/README.md @@ -62,7 +62,7 @@ bundle exec rake build The official Ruby bindings are inside of the canonical trilogy repository itself. -1. Fork it ( https://github.com/github/trilogy/fork ) +1. Fork it ( https://github.com/trilogy-libraries/trilogy/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`)