Skip to content

Commit 9c51bfd

Browse files
authored
Merge pull request #13 from hflynn/patch-2
Update docs URL in README
2 parents e554d6a + a460fb4 commit 9c51bfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
22
python:
3-
- "2.6"
3+
- "2.7"
44
install: pip install flake8
55
script: flake8 -v . --filename=*.py, *.txt

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Testing your script
8080

8181
path/to/bin/omero script launch SCRIPT_ID
8282

83-
4. See the [developer documentation](https://www.openmicroscopy.org/site/support/omero4/developers/scripts/)
83+
4. See the [developer documentation](https://docs.openmicroscopy.org/latest/omero/developers/scripts/)
8484
for more information on testing and modifying your scripts.
8585

8686
Legal

0 commit comments

Comments
 (0)