Skip to content

Commit 72227fe

Browse files
authored
Merge pull request matomo-org#61 from Starker3/master
Update # FAQ Links
2 parents 751823e + c96d630 commit 72227fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/org/piwik/java/tracking/PiwikRequest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public String getActionName() {
145145

146146
/**
147147
* Set the title of the action being tracked. It is possible to
148-
* <a href="http://piwik.org/faq/how-to/#faq_62">use slashes /
148+
* <a href="http://matomo.org/faq/how-to/faq_62">use slashes /
149149
* to set one or several categories for this action</a>.
150150
* For example, <strong>Help / Feedback </strong>
151151
* will create the Action <strong>Feedback</strong> in the category Help.
@@ -949,7 +949,7 @@ public String getHeaderAcceptLanguage() {
949949
/**
950950
* Set an override value for the <strong>Accept-Language</strong> HTTP header
951951
* field. This value is used to detect the visitor's country if
952-
* <a href="http://piwik.org/faq/troubleshooting/#faq_65">GeoIP </a>is not enabled.
952+
* <a href="http://matomo.org/faq/troubleshooting/faq_65">GeoIP </a>is not enabled.
953953
*
954954
* @param acceptLangage the Accept-Language HTTP header to set. A null value will remove this parameter
955955
*/
@@ -1317,7 +1317,7 @@ public PiwikDate getRequestDatetime() {
13171317
* Set the datetime of the request (normally the current time is used).
13181318
* This can be used to record visits and page views in the past. The datetime
13191319
* must be sent in UTC timezone. <em>Note: if you record data in the past, you will
1320-
* need to <a href="http://piwik.org/faq/how-to/#faq_59">force Piwik to re-process
1320+
* need to <a href="http://matomo.org/faq/how-to/faq_59">force Piwik to re-process
13211321
* reports for the past dates</a>.</em> If you set the <em>Request Datetime</em> to a datetime
13221322
* older than four hours then <em>Auth Token</em> must be set. If you set
13231323
* <em>Request Datetime</em> with a datetime in the last four hours then you

0 commit comments

Comments
 (0)