commit | 71626ac1628c0de0945418d339f3742281e217bd | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Sep 18 16:17:30 2019 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Wed Sep 18 16:17:30 2019 +0200 |
tree | 28f89aee818fcad0bd443a2342b5efe31493e85a | |
parent | 603491f27711b77de2554ac0b73747c33145e09b [diff] [blame] |
Use instance/test until negative fields bug in virtual corpora is fixed in main instance See https://korap.ids-mannheim.de/gerrit/#/c/KorAP/Krill/+/2338/ Change-Id: Ibe741947675f1c241b8270177e9054bf86b81ca1
diff --git a/man/KorAPConnection-class.Rd b/man/KorAPConnection-class.Rd index 2c4c60e..f91b6c6 100644 --- a/man/KorAPConnection-class.Rd +++ b/man/KorAPConnection-class.Rd
@@ -9,8 +9,8 @@ \title{Class KorAPConnection} \usage{ \S4method{initialize}{KorAPConnection}(.Object, - KorAPUrl = "https://korap.ids-mannheim.de/", apiVersion = "v1.0", - apiUrl) + KorAPUrl = "https://korap.ids-mannheim.de/instance/test/", + apiVersion = "v1.0", apiUrl) \S4method{show}{KorAPConnection}(object) }