Skip to content

Commit e07aaae

Browse files
committed
Minor: Fixed README.md document AppEvent link to be absolute instead of relative.
1 parent 8f2472a commit e07aaae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ var exports = function TrakerrClient(apiKey,
178178

179179
The TrakerrClient module has a lot of exposed properties. The benefit to setting these immediately after after you create the TrakerrClient is that AppEvent will default it's values against the TrakerClient that created it. This way if there is a value that all your AppEvents uses, and the constructor default value currently doesn't suit you; it may be easier to change it in TrakerrClient as it will become the default value for all AppEvents created after. A lot of these are populated by default value by the constructor, but you can populate them with whatever string data you want. The following table provides an in depth look at each of those.
180180

181-
If you're populating an app event directly, you'll want to take a look at the [AppEvent properties](generated/docs/AppEvent.md) as they contain properties unique to each AppEvent which do not have defaults you may set in the client.
181+
If you're populating an app event directly, you'll want to take a look at the [AppEvent properties](https://github.com/trakerr-com/trakerr-javascript/blob/master/generated/docs/AppEvent.md) as they contain properties unique to each AppEvent which do not have defaults you may set in the client.
182182

183183
Name | Type | Description | Notes
184184
------------ | ------------- | ------------- | -------------

0 commit comments

Comments
 (0)