Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0254144

Browse files
authored
Fixed broken URLs
1 parent a33bf75 commit 0254144

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![GitHub](https://img.shields.io/github/license/pcko1/etherscan-python)
77
[![DOI](https://zenodo.org/badge/298646404.svg)](https://zenodo.org/badge/latestdoi/298646404)
88

9-
A minimal, yet complete, python API for [Etherscan.io](Etherscan.io). Available on [PyPI](https://pypi.org/project/etherscan-python/).
9+
A minimal, yet complete, python API for [Etherscan.io](https://etherscan.io/). Available on [PyPI](https://pypi.org/project/etherscan-python/).
1010

1111
Powered by [Etherscan.io APIs](https://etherscan.io/apis).
1212
___
@@ -111,7 +111,7 @@ All of the *free* GET endpoints from the following modules are provided:
111111

112112
## Installation
113113

114-
Before proceeding, you should register an account on [Etherscan.io](Etherscan.io) and [generate a personal API key](https://etherscan.io/myapikey) to use.
114+
Before proceeding, you should register an account on [Etherscan.io](https://etherscan.io/) and [generate a personal API key](https://etherscan.io/myapikey) to use.
115115

116116
Assuming [conda](https://docs.conda.io/en/latest/miniconda.html) is already installed on your system, first create the environment:
117117

@@ -149,7 +149,7 @@ This will regenerate the logs under `logs/` with the most recent results and the
149149

150150
## Usage
151151

152-
In `python`, create a client with your personal [Etherscan.io](Etherscan.io) API key:
152+
In `python`, create a client with your personal [Etherscan.io](https://etherscan.io/) API key:
153153

154154
``` python
155155
from etherscan import Etherscan

0 commit comments

Comments
 (0)