Merge pull request #5180 from monishdeb/master
[civicrm-core.git] / api / v3 / examples / TaxContributionPage / CreateWithNestedLineItems.php
index 946133e0bb900e41a5fe2c2f1dade5f574722f94..749a06df20929cc5248e2dae15010098e6175861 100644 (file)
@@ -2,7 +2,7 @@
 /**
  * Test Generated example of using tax_contribution_page create API.
  *
- * Create Contribution with Nested Line Items
+ * Create Contribution with Nested Line Items.
  *
  * @return array
  *   API result array
@@ -177,7 +177,7 @@ function tax_contribution_page_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