From 5dc824a04a0598f34c1e7507afd0f576589ac515 Mon Sep 17 00:00:00 2001 From: joshua stein Date: Sun, 1 Oct 2017 13:38:20 -0500 Subject: [PATCH] jcs/lobsters -> lobsters/lobsters --- CONTRIBUTING.md | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 64af9996..2b5fc368 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,7 +1,7 @@ ### Licensing The `lobsters` codebase is under a [3-clause BSD -license](https://github.com/jcs/lobsters/blob/master/LICENSE). All code +license](https://github.com/lobsters/lobsters/blob/master/LICENSE). All code submitted must be licensed under these or more-permissive terms (2-clause BSD, MIT, ISC, etc.). @@ -13,12 +13,12 @@ website, this source code repository is for the code running the website at Not all changes or new features submitted will be accepted. Please discuss your proposed changes on [/t/meta](https://lobste.rs/t/meta) or as a -[Github issue](https://github.com/jcs/lobsters/issues) before working on them +[Github issue](https://github.com/lobsters/lobsters/issues) before working on them to avoid wasted efforts. ### Making Changes -* Fork [jcs/lobsters](https://github.com/jcs/lobsters) on Github. +* Fork [lobsters/lobsters](https://github.com/lobsters/lobsters) on Github. * (Optional) Create a branch to house your changes. @@ -45,4 +45,4 @@ been broken by your changes. * Push your changes to your fork of the repository (to your branch if you created one). -* Submit a pull request to [jcs/lobsters](https://github.com/jcs/lobsters). +* Submit a pull request to [lobsters/lobsters](https://github.com/lobsters/lobsters). diff --git a/README.md b/README.md index dc39cdfe..e1ad8670 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ source code to the site operating at [https://lobste.rs](https://lobste.rs). It is a Rails 5 codebase and uses a SQL (MariaDB in production) backend for the database. -While you are free to fork this code and modify it (according to the [license](https://github.com/jcs/lobsters/blob/master/LICENSE)) +While you are free to fork this code and modify it (according to the [license](https://github.com/lobsters/lobsters/blob/master/LICENSE)) to run your own link aggregation website, this source code repository and bug tracker are only for the site operating at [lobste.rs](https://lobste.rs/). Please do not use the bug tracker for support related to operating your own @@ -14,7 +14,7 @@ site unless you are contributing code that will also benefit [lobste.rs](https:/ #### Contributing bugfixes and new features -Please see the [CONTRIBUTING](https://github.com/jcs/lobsters/blob/master/CONTRIBUTING.md) +Please see the [CONTRIBUTING](https://github.com/lobsters/lobsters/blob/master/CONTRIBUTING.md) file. #### Initial setup @@ -23,7 +23,7 @@ file. * Checkout the lobsters git tree from Github - $ git clone git://github.com/jcs/lobsters.git + $ git clone git://github.com/lobsters/lobsters.git $ cd lobsters lobsters$