Removed dead link to archives.json repository

Updated the information regarding the archive so pull requests like [0d5b5d7](0d5b5d7cfe) can be avoided in the future.
Reference:
[ccd0 comment](https://github.com/ccd0/4chan-x/pull/3026#issuecomment-834708696f)
This commit is contained in:
Daniel 2021-05-08 03:14:00 +02:00 committed by GitHub
parent 72f35dfba5
commit a4d319de73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ If you're reporting a bug, the more detail you can give, the better. If I can't
- 4chan X is mostly written in [CoffeeScript](http://coffeescript.org/). If you're already familiar with Javascript, it doesn't take long to pick up.
- Edit the sources in the src/ directory (not the compiled scripts in builds/).
- Fetch needed dependencies with: `npm install`
- Fetch needed dependencies with: `npm install`
- Compile the script with: `make`
- Install the compiled script (found in the testbuilds/ directory), and test your changes.
- Make sure you have set your name and email as you want them, as they will be published in your commit message:<br>`git config user.name yourname`<br>`git config user.email youremail`
@ -41,7 +41,8 @@ If you're reporting a bug, the more detail you can give, the better. If I can't
- Push your changes to any online Git repository, and [open an issue](https://gitreports.com/issue/ccd0/4chan-x) with an explanation of your changes and the URL, branch, and commit you want me to pull from.
- Export your changes via `git bundle` (e.g. `git bundle create file.bundle master..your-branch`), and upload them to a file host. Then [open an issue](https://gitreports.com/issue/ccd0/4chan-x) with an explanation of your changes and the URL of the file.
Archive list updates should go to https://github.com/MayhemYDG/archives.json.
Pull requests to archive.json should be sent upstream: https://github.com/4chenz/archives.json
4chan X updates from there automatically.
### More info