Skip to content

Commit 2084371

Browse files
committed
Update and correct links to labkey.org: always https://www.labkey.org, use path-first URLs, /Documentation instead of /home/Documentation
Correct a few broken and obsolete links
1 parent 9b49ab3 commit 2084371

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ password mypassword
6969
Note that the netrc file only deals with connections at the machine level and should not include a port or protocol designation, meaning both "mymachine.labkey.org:8888" and "https://mymachine.labkey.org" are incorrect.
7070

7171
### Old credentials
72-
As of v0.4.0 this API no longer supports using a ``.labkeycredentials.txt`` file, and now uses the .netrc files similar to the other labkey APIs. Additional .netrc [setup instructions](https://www.labkey.org/wiki/home/Documentation/page.view?name=netrc) can be found at the link.
72+
As of v0.4.0 this API no longer supports using a ``.labkeycredentials.txt`` file, and now uses the .netrc files similar to the other labkey APIs. Additional .netrc [setup instructions](https://www.labkey.org/Documentation/wiki-page.view?name=netrc) can be found at the link.
7373

7474
## Examples
7575

@@ -103,7 +103,7 @@ Python 2.6+ and 3.4+ are fully supported.
103103
LabKey Server v15.1 and later.
104104

105105
## Contributing
106-
This package is maintained by [LabKey](http://www.labkey.com/). If you have any questions or need support, please use the [LabKey Server developer support forum](https://www.labkey.org/home/Support/Developer%20Forum/project-begin.view?).
106+
This package is maintained by [LabKey](http://www.labkey.com/). If you have any questions or need support, please use the [LabKey Server developer support forum](https://www.labkey.org/home/developer/forum/project-start.view).
107107

108108
### Testing
109109
If you are looking to contribute please run the tests before issuing a PR. For now you need to manually get the dependencies:

labkey/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
https://www.labkey.org/Documentation/wiki-page.view?name=viewAPIs
3636
3737
Support questions should be directed to the LabKey Developer forum:
38-
https://www.labkey.org/home/Support/Developer%20Forum/project-begin.view?
38+
https://www.labkey.org/home/developer/forum/project-start.view
3939
4040
4141
############################################################################

samples/query_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
Examples using the Query.py API
1818
1919
Sample data from the New Study tutorial on labkey.org:
20-
https://www.labkey.org/wiki/home/Documentation/page.view?name=studySetupManual
20+
https://www.labkey.org/Documentation/wiki-page.view?name=studySetupManual
2121
2222
"""
2323
from __future__ import unicode_literals

0 commit comments

Comments
 (0)