From 03bfb012a15ab1fb3130bd8e6723f57de4119cea Mon Sep 17 00:00:00 2001 From: rakita Date: Wed, 30 Sep 2020 13:10:18 +0200 Subject: [PATCH] Change wiki links (#68) --- .github/CONTRIBUTING.md | 4 ++-- README.md | 6 +++--- ethcore/src/snapshot/mod.rs | 2 +- rpc/src/tests/rpc.rs | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6aa2d8f69..eb48b425f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -2,7 +2,7 @@ ## Do you have a question? -Check out our [Basic Usage](https://openethereum.github.io/wiki/Basic-Usage), [Configuration](https://openethereum.github.io/wiki/Configuring-OpenEthereum), and [FAQ](https://openethereum.github.io/wiki/FAQ) articles on our [wiki](https://openethereum.github.io/wiki)! +Check out our [Beginner Introduction](https://openethereum.github.io/Beginner-Introduction), [Configuration](https://openethereum.github.io//Configuring-OpenEthereum), and [FAQ](https://openethereum.github.io/FAQ) articles on our [wiki](https://openethereum.github.io/)! See also frequently asked questions [tagged with `parity`](https://ethereum.stackexchange.com/questions/tagged/parity?sort=votes&pageSize=50) on Stack Exchange. @@ -35,7 +35,7 @@ There are a few basic ground-rules for contributors (including the maintainer(s) * **No pushing directly to the master branch**. * **All modifications** must be made in a **pull-request** to solicit feedback from other contributors. * Pull-requests cannot be merged before CI runs green and two reviewers have given their approval. -* Contributors should adhere to the [Parity Ethereum Style Guide](https://openethereum.github.io/wiki/Parity-Ethereum-Style-Guide). +* All code changed should be formated by running `cargo fmt -- --config=merge_imports=true` ### Recommendations diff --git a/README.md b/README.md index d8e03fa8e..86ccc0e16 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ OpenEthereum's goal is to be the fastest, lightest, and most secure Ethereum cli By default, OpenEthereum runs a JSON-RPC HTTP server on port `:8545` and a Web-Sockets server on port `:8546`. This is fully configurable and supports a number of APIs. -If you run into problems while using OpenEthereum, check out the [old wiki for documentation](https://openethereum.github.io/wiki/), feel free to [file an issue in this repository](https://github.com/openethereum/openethereum/issues/new), or hop on our [Discord](https://discord.io/openethereum) chat room to ask a question. We are glad to help! +If you run into problems while using OpenEthereum, check out the [old wiki for documentation](https://openethereum.github.io/), feel free to [file an issue in this repository](https://github.com/openethereum/openethereum/issues/new), or hop on our [Discord](https://discord.io/openethereum) chat room to ask a question. We are glad to help! You can download OpenEthereum's latest release at [the releases page](https://github.com/openethereum/openethereum/releases) or follow the instructions below to build from source. Read the [CHANGELOG.md](CHANGELOG.md) for a list of all changes between different versions. @@ -135,7 +135,7 @@ To start OpenEthereum as a regular user using `systemd` init: 1. Copy `./scripts/openethereum.service` to your `systemd` user directory (usually `~/.config/systemd/user`). 2. Copy release to bin folder, write `sudo install ./target/release/openethereum /usr/bin/openethereum` -3. To configure OpenEthereum, see [our old wiki](https://openethereum.github.io/wiki/Configuring-OpenEthereum) for details. +3. To configure OpenEthereum, see [our wiki](https://openethereum.github.io/Configuring-OpenEthereum) for details. ## 4. Testing @@ -157,7 +157,7 @@ You can show your logs in the test output by passing `--nocapture` (i.e. `cargo ## 5. Documentation -Be sure to [check out our old wiki](https://openethereum.github.io/wiki/) for more information. +Be sure to [check out our wiki](https://openethereum.github.io/) for more information. ### Viewing documentation for OpenEthereum packages diff --git a/ethcore/src/snapshot/mod.rs b/ethcore/src/snapshot/mod.rs index 76d2e2e56..5ffd3cff2 100644 --- a/ethcore/src/snapshot/mod.rs +++ b/ethcore/src/snapshot/mod.rs @@ -17,7 +17,7 @@ //! Snapshot creation, restoration, and network service. //! //! Documentation of the format can be found at -//! https://openethereum.github.io/wiki/Warp-Sync-Snapshot-Format +//! https://openethereum.github.io/Warp-Sync-Snapshot-Format use hash::{keccak, KECCAK_EMPTY, KECCAK_NULL_RLP}; use std::{ diff --git a/rpc/src/tests/rpc.rs b/rpc/src/tests/rpc.rs index a105dd883..1eb41550a 100644 --- a/rpc/src/tests/rpc.rs +++ b/rpc/src/tests/rpc.rs @@ -143,7 +143,7 @@ mod tests { "\ OPTIONS / HTTP/1.1\r\n\ Host: {}\r\n\ - Origin: http://openethereum.github.io/wiki/\r\n\ + Origin: http://openethereum.github.io\r\n\ Content-Length: 0\r\n\ Content-Type: application/json\r\n\ Connection: close\r\n\