Skip to content

Commit 5ce525d

Browse files
committed
fix broken links in readme
1 parent 67fbc7f commit 5ce525d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ LPDB_python provides Python interfaces for the [Liquipedia Database API](https:/
99

1010
## LPDB Session
1111

12-
Python wrapper for LPDB session is defined in [session.py](src/lpdb/session.py). The wrapper provides the following
12+
Python wrapper for LPDB session is defined in [session.py](src/lpdb_python/session.py). The wrapper provides the following
1313
differences from making your own requests:
1414

1515
- Type hints
@@ -32,7 +32,7 @@ differences from making your own requests:
3232
Data types in LPDB can be found in <https://liquipedia.net/commons/Help:LiquipediaDB>.
3333

3434
The raw data returned from LPDB may not be in the corresponding Python types. To help easily access the data,
35-
[defs.py](src/lpdb/defs.py) file provides wrappers for each available data types that offers converted data
35+
[defs.py](src/lpdb_python/defs.py) file provides wrappers for each available data types that offers converted data
3636
as object properties.
3737

3838
A property provided by the wrapper may be `None` if the raw data passed to the constructor of the wrapper

0 commit comments

Comments
 (0)