# HG changeset patch # User Sebastien Jodogne # Date 1584609809 -3600 # Node ID 7f4a75093a6afebb357431182f42a173efe354d0 # Parent df69a5fdc836cb1d13e6c93028ff4ca007c68f45 links to https://github.com/jodogne/OrthancContributed diff -r df69a5fdc836 -r 7f4a75093a6a Plugins/Samples/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Plugins/Samples/README.txt Thu Mar 19 10:23:29 2020 +0100 @@ -0,0 +1,3 @@ +More contributed samples of plugins can be found and added in +the "OrthancContributed" repository on GitHub: +https://github.com/jodogne/OrthancContributed/tree/master/Plugins diff -r df69a5fdc836 -r 7f4a75093a6a Resources/Samples/README.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Resources/Samples/README.txt Thu Mar 19 10:23:29 2020 +0100 @@ -0,0 +1,7 @@ +More contributed samples and documentation can be found and added in +the "OrthancContributed" repository on GitHub: +https://github.com/jodogne/OrthancContributed + +The integration tests of Orthanc provide a lot of samples about the +features of the REST API of Orthanc: +https://bitbucket.org/sjodogne/orthanc-tests/src/default/Tests/Tests.py