diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ef8a92d104e..1bc4680cb91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ layout: page category: tool --- -To add a new page to the website, [create a new markdown file with YAML frontmatter](https://github.com/captn3m0/endoflife.date/new/master/tools). Keep the filename as toolname.md +To add a new page to the website, [create a new markdown file with YAML frontmatter](https://github.com/endoflife-date/endoflife.date/new/master/tools). Keep the filename as toolname.md ```yaml --- @@ -64,4 +64,4 @@ Time-turners are no longer released, and the last known stable release was in HP File a Pull Request with this file created, and Netlify will provide a preview URL for the same. Once merged, it goes live on the website. -You can visit to directly create your file. +You can visit to directly create your file. diff --git a/HACKING.md b/HACKING.md index a62b098588a..8a46d70466d 100644 --- a/HACKING.md +++ b/HACKING.md @@ -7,7 +7,7 @@ endoflife.date uses [Jekyll](https://jekyllrb.com/), the static website generato Clone the project: ``` -$ git clone git@github.com:captn3m0/endoflife.date.git +$ git clone git@github.com:endoflife-date/endoflife.date.git ``` Install dependencies (_Note: You must use Bundler 2 or greater_): @@ -32,7 +32,7 @@ Browse to http://localhost:4000 and you should see the site running locally. If ## Contributing -If you just want to add a tool, please see [`CONTRIBUTING.md`](https://github.com/captn3m0/endoflife.date/blob/master/CONTRIBUTING.md). Else: +If you just want to add a tool, please see [`CONTRIBUTING.md`](https://github.com/endoflife-date/endoflife.date/blob/master/CONTRIBUTING.md). Else: - Fork the project - Create your feature branch (git checkout -b my-new-feature) diff --git a/LICENSE b/LICENSE index 9b2aa832f03..e08286f4d01 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright 2019 Abhay Rana +Copyright 2020 endoflife.date contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/_config.yml b/_config.yml index 3d20b9a54cc..77d38aab964 100644 --- a/_config.yml +++ b/_config.yml @@ -26,7 +26,7 @@ aux_links: contribute: - /contribute source: - - https://github.com/captn3m0/endoflife.date + - https://github.com/endoflife-date/endoflife.date jekyll_timeago: # Use 2 terms in relative timestamps: # [YES] x years, y months diff --git a/_layouts/post.html b/_layouts/post.html index 95f298c2671..22a3975833f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -130,6 +130,6 @@
You can submit an improvement to this page by -visiting GitHub. -You will need to fork the website and submit a Pull Request. \ No newline at end of file +You will need to fork the website and submit a Pull Request. diff --git a/humans.txt b/humans.txt index ec90be2b32c..f7c97541c47 100644 --- a/humans.txt +++ b/humans.txt @@ -7,7 +7,7 @@ Name: Nemo Contact: endoflife.date [at] captnemo.in GitHub: @captn3m0 -More: https://github.com/captn3m0/endoflife.date/graphs/contributors +More: https://github.com/endoflife-date/endoflife.date/graphs/contributors /* SITE */ Tools: Jekyll, Netlify, GitHub, Ruby diff --git a/index.md b/index.md index c504ece63d0..4822acec775 100644 --- a/index.md +++ b/index.md @@ -17,4 +17,4 @@ The reason this site exists is because this information is very often hidden awa ## Contributing -Contributions are welcome [at GitHub](https://github.com/captn3m0/endoflife.date). See the `CONTRIBUTING.md` file for more details. +Contributions are welcome [at GitHub](https://github.com/endoflife-date/endoflife.date). See the `CONTRIBUTING.md` file for more details.