Skip to content

Commit 6c96510

Browse files
committed
Relative links in docs
1 parent 3de0661 commit 6c96510

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
@@ -8,11 +8,11 @@ Changes in the current release:
88
- Support for Python 3
99
- Support for netrc files (.labkeycredentials.txt files are now deprecated)
1010
- New methods for working with assay data:
11-
- [load_batch](https://github.com/LabKey/labkey-api-python/blob/master/labkey/experiment.py)
12-
- [save_batch](https://github.com/LabKey/labkey-api-python/tree/master/labkey/experiment.py)
11+
- [load_batch](./labkey/experiment.py)
12+
- [save_batch](./master/labkey/experiment.py)
1313
- server_context parameter added to all methods
1414
- PEP standards - the latest version follows PEP code styling standards
15-
- New [samples](https://github.com/LabKey/labkey-api-python/tree/master/samples)
15+
- New [samples](./master/samples)
1616

1717
# Installation
1818
To install, simply use `pip`:

0 commit comments

Comments
 (0)