Merge pull request #5179 from eileenmcnaughton/CRM-15798-master
[civicrm-core.git] / api / v3 / examples / Event / Get.php
index cf68137c7af1d3de8d20069d6f70f8751e71b9a6..a4810092830ccedd230fd47611bbde1356ebed2f 100644 (file)
@@ -1,14 +1,7 @@
 <?php
-/**
- * @file
- * Test Generated API Example.
- * See bottom of this file for more detail.
- */
-
 /**
  * Test Generated example of using event get API.
  *
- *
  * @return array
  *   API result array
  */
@@ -96,7 +89,7 @@ function event_get_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