Move documentation files to their own directory

This commit is contained in:
Guillaume Le Vaillant 2020-10-03 08:59:54 +02:00
parent 3cbb44a2fd
commit d00ca885bc
6 changed files with 4 additions and 4 deletions

View file

@ -113,7 +113,7 @@ See [LICENSE](LICENSE).
## Contributing ## Contributing
If you want to help out, see [CONTRIBUTING](CONTRIBUTING.md) for a set of guidelines. If you want to help out, see [CONTRIBUTING](docs/CONTRIBUTING.md) for a set of guidelines.
## Scheduled software upgrades ## Scheduled software upgrades
@ -650,11 +650,11 @@ monero-wallet-cli, and possibly monerod, if you get crashes refreshing.
## Internationalization ## Internationalization
See [README.i18n.md](README.i18n.md). See [README.i18n.md](docs/README.i18n.md).
## Using Tor ## Using Tor
> There is a new, still experimental, [integration with Tor](ANONYMITY_NETWORKS.md). The > There is a new, still experimental, [integration with Tor](docs/ANONYMITY_NETWORKS.md). The
> feature allows connecting over IPv4 and Tor simultaneously - IPv4 is used for > feature allows connecting over IPv4 and Tor simultaneously - IPv4 is used for
> relaying blocks and relaying transactions received by peers whereas Tor is > relaying blocks and relaying transactions received by peers whereas Tor is
> used solely for relaying transactions received over local RPC. This provides > used solely for relaying transactions received over local RPC. This provides

View file

@ -10,7 +10,7 @@ extensibility.
One of the goals of this document is to clearly indicate what is being sent One of the goals of this document is to clearly indicate what is being sent
"on the wire" to identify metadata that could de-anonymize users over I2P/Tor. "on the wire" to identify metadata that could de-anonymize users over I2P/Tor.
These issues will be addressed as they are found. See `ANONMITY_NETWORKS.md` in These issues will be addressed as they are found. See `ANONMITY_NETWORKS.md` in
the top-level folder for any outstanding issues. the `docs` folder for any outstanding issues.
> This document does not currently list all data being sent by the monero > This document does not currently list all data being sent by the monero
> protocol, that portion is a work-in-progress. Please take the time to do it > protocol, that portion is a work-in-progress. Please take the time to do it

View file