chore: Fix dead links to docs.filecoin.io
This commit is contained in:
@@ -2,16 +2,12 @@
|
||||
|
||||
This folder contains some Lotus documentation mostly intended for Lotus developers.
|
||||
|
||||
User documentation (including documentation for miners) has been moved to https://docs.filecoin.io and https://lotus.filecoin.io:
|
||||
User documentation (including documentation for miners) has been moved to https://lotus.filecoin.io:
|
||||
|
||||
- https://docs.filecoin.io/get-started/overview/
|
||||
- https://lotus.filecoin.io/lotus/get-started/what-is-lotus/
|
||||
- https://docs.filecoin.io/store/
|
||||
- https://lotus.filecoin.io/tutorials/lotus/store-and-retrieve/store-data/
|
||||
- https://docs.filecoin.io/storage-provider/
|
||||
- https://lotus.filecoin.io/tutorials/lotus-miner/run-a-miner/
|
||||
- https://docs.filecoin.io/build/
|
||||
- https://lotus.filecoin.io/developers/
|
||||
- https://lotus.filecoin.io/lotus/get-started/what-is-lotus/
|
||||
- https://lotus.filecoin.io/tutorials/lotus/store-and-retrieve/store-data/
|
||||
- https://lotus.filecoin.io/tutorials/lotus-miner/run-a-miner/
|
||||
- https://lotus.filecoin.io/developers/
|
||||
|
||||
## Documentation Website
|
||||
|
||||
|
||||
@@ -8,12 +8,12 @@ It is written in Go and provides a suite of command-line applications:
|
||||
- Lotus Miner (`lotus-miner`): a Filecoin miner. See the the respective Lotus Miner section in the Mine documentation.
|
||||
- Lotus Worker (`lotus-worker`): a worker that assists miners to perform mining-related tasks. See its respective guide for more information.
|
||||
|
||||
The [Lotus user documentation](https://docs.filecoin.io/get-started/lotus) is part of the [Filecoin documentation site](https://docs.filecoin.io):
|
||||
The [Lotus user documentation](https://lotus.filecoin.io/lotus/get-started/what-is-lotus/) is part of the [Filecoin documentation site](https://lotus.filecoin.io):
|
||||
|
||||
* To install and get started with Lotus, visit the [Get Started section](https://docs.filecoin.io/get-started/lotus).
|
||||
* Information about how to perform deals on the Filecoin network using Lotus can be found in the [Store section](https://docs.filecoin.io/store/lotus).
|
||||
* Miners looking to provide storage to the Network can find the latest guides in the [Mine section](https://docs.filecoin.io/mine/lotus).
|
||||
* Developers and integrators that wish to use the Lotus APIs can start in the [Build section](https://docs.filecoin.io/mine/lotus).
|
||||
* To install and get started with Lotus, visit the [Get Started section](https://lotus.filecoin.io/lotus/install/prerequisites/).
|
||||
* Information about how to perform deals on the Filecoin network using Lotus can be found in the [Store section](https://lotus.filecoin.io/tutorials/lotus/store-and-retrieve/store-data/).
|
||||
* Miners looking to provide storage to the Network can find the latest guides in the [Mine section](https://lotus.filecoin.io/tutorials/lotus-miner/run-a-miner/).
|
||||
* Developers and integrators that wish to use the Lotus APIs can start in the [Build section](https://lotus.filecoin.io/tutorials/lotus/build-with-lotus-api/).
|
||||
|
||||
For more details about Filecoin, check out the [Filecoin Docs](https://docs.filecoin.io) and [Filecoin Spec](https://spec.filecoin.io/).
|
||||
For more details about Filecoin, check out the [Filecoin Docs](https://lotus.filecoin.io) and [Filecoin Spec](https://spec.filecoin.io/).
|
||||
|
||||
|
||||
@@ -240,14 +240,14 @@
|
||||
#StartEpochSealingBuffer = 480
|
||||
|
||||
# A command used for fine-grained evaluation of storage deals
|
||||
# see https://docs.filecoin.io/mine/lotus/miner-configuration/#using-filters-for-fine-grained-storage-and-retrieval-deal-acceptance for more details
|
||||
# see https://lotus.filecoin.io/storage-providers/advanced-configurations/market/#using-filters-for-fine-grained-storage-and-retrieval-deal-acceptance for more details
|
||||
#
|
||||
# type: string
|
||||
# env var: LOTUS_DEALMAKING_FILTER
|
||||
#Filter = ""
|
||||
|
||||
# A command used for fine-grained evaluation of retrieval deals
|
||||
# see https://docs.filecoin.io/mine/lotus/miner-configuration/#using-filters-for-fine-grained-storage-and-retrieval-deal-acceptance for more details
|
||||
# see https://lotus.filecoin.io/storage-providers/advanced-configurations/market/#using-filters-for-fine-grained-storage-and-retrieval-deal-acceptance for more details
|
||||
#
|
||||
# type: string
|
||||
# env var: LOTUS_DEALMAKING_RETRIEVALFILTER
|
||||
|
||||
Reference in New Issue
Block a user