Skip to content

Commit

Permalink
Bug 1867841 - Fix doc link in nsIFOG.idl r=TravisLong DONTBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Dec 19, 2023
1 parent c2ac54a commit d2be27f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolkit/components/glean/xpcom/nsIFOG.idl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ interface nsIFOG : nsISupports

/**
* Enable or Disable the logging of pings in the Glean SDK.
* See https://firefox-source-docs.mozilla.org/toolkit/components/glean/testing.html
* See https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html
* for details.
*
* @param aEnableLogPings - true to enable logging, false to disable.
Expand All @@ -38,7 +38,7 @@ interface nsIFOG : nsISupports

/**
* Set the tag to be applied to pings assembled from now on.
* See https://firefox-source-docs.mozilla.org/toolkit/components/glean/testing.html
* See https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html
* for details.
*
* @param aDebugTag - The string tag to apply.
Expand All @@ -49,7 +49,7 @@ interface nsIFOG : nsISupports

/**
* Send the named ping.
* See https://firefox-source-docs.mozilla.org/toolkit/components/glean/testing.html
* See https://firefox-source-docs.mozilla.org/toolkit/components/glean/dev/testing.html
* for details.
*
* @param aPingName - The name of the ping to send. If no ping of that name
Expand Down

0 comments on commit d2be27f

Please sign in to comment.