Merge pull request #5090 from colemanw/explorer
[civicrm-core.git] / api / v3 / examples / Setting / GetFields.php
index ab680d810f070af245393d02c990934880a58e27..c2fbc5d524770d55a977a15fbf7089538f9691a5 100644 (file)
@@ -1,10 +1,4 @@
 <?php
-/**
- * @file
- * Test Generated API Example.
- * See bottom of this file for more detail.
- */
-
 /**
  * Test Generated example of using setting getfields API.
  *
@@ -1649,7 +1643,7 @@ In the case of Drupal, this will cause all CiviCRM error messages to appear in t
 * 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