mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-09 03:17:55 +00:00
Update broken api links (#2665)
## Issue Addressed Resolves #2563 Replacement for #2653 as I'm not able to reopen that PR after force pushing. ## Proposed Changes Fixes all broken api links. Cherry picked changes in #2590 and updated a few more links. Co-authored-by: Mason Stallmo <masonstallmo@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# HTTP API
|
||||
|
||||
[OpenAPI Specification](https://ethereum.github.io/eth2.0-APIs/#/)
|
||||
[OpenAPI Specification](https://ethereum.github.io/beacon-APIs/)
|
||||
|
||||
## Beacon Node
|
||||
|
||||
@@ -14,9 +14,9 @@ The following CLI flags control the HTTP server:
|
||||
- `--http-address`: specify the listen address of the server.
|
||||
|
||||
The schema of the API aligns with the standard Eth2 Beacon Node API as defined
|
||||
at [github.com/ethereum/eth2.0-APIs](https://github.com/ethereum/eth2.0-APIs).
|
||||
at [github.com/ethereum/beacon-APIs](https://github.com/ethereum/beacon-APIs).
|
||||
It is an easy-to-use RESTful HTTP/JSON API. An interactive specification is
|
||||
available [here](https://ethereum.github.io/eth2.0-APIs/#/).
|
||||
available [here](https://ethereum.github.io/beacon-APIs/).
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
|
||||
Reference in New Issue
Block a user