Skip to content

Commit

Permalink
docs: Update broken links in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rmi22186 committed Oct 12, 2023
1 parent 176ed9e commit 08a9e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mp-instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ export default function mParticleInstance(instanceName) {
* @method logLink
* @param {String} selector The selector to add a 'click' event to (ex. #purchase-event)
* @param {String} [eventName] The name of the event
* @param {Number} [eventType] The eventType as seen [here](http://docs.mparticle.com/developers/sdk/javascript/event-tracking#event-type)
* @param {Number} [eventType] The eventType as seen [here](http://docs.mparticle.com/developers/sdk/web/event-tracking#event-type)
* @param {Object} [eventInfo] Attributes for the event
*/
this.logLink = function(selector, eventName, eventType, eventInfo) {
Expand All @@ -494,7 +494,7 @@ export default function mParticleInstance(instanceName) {
* @method logForm
* @param {String} selector The selector to add the event handler to (ex. #search-event)
* @param {String} [eventName] The name of the event
* @param {Number} [eventType] The eventType as seen [here](http://docs.mparticle.com/developers/sdk/javascript/event-tracking#event-type)
* @param {Number} [eventType] The eventType as seen [here](http://docs.mparticle.com/developers/sdk/web/event-tracking#event-type)
* @param {Object} [eventInfo] Attributes for the event
*/
this.logForm = function(selector, eventName, eventType, eventInfo) {
Expand Down

0 comments on commit 08a9e34

Please sign in to comment.