CRM-15988 - Mass cleanup of api entity names to CamelCase
[civicrm-core.git] / api / v3 / examples / RelationshipType / Create.php
index e211652b30f13875e669b7a150fd90f612fee452..cbb9eff07fd40a02b5cfb7e4f70c3f58c1d133d1 100644 (file)
@@ -2,7 +2,6 @@
 /**
  * Test Generated example of using relationship_type create API.
  *
- *
  * @return array
  *   API result array
  */
@@ -83,7 +82,7 @@ function relationship_type_create_expectedresult() {
 * http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
 * Browse the api on your own site with the api explorer
-* http://MYSITE.ORG/path/to/civicrm/api/explorer
+* http://MYSITE.ORG/path/to/civicrm/api
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing