Skip to content

Commit

Permalink
Use relative links in humansecurityRtdProvider (#5681)
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 authored Nov 7, 2024
1 parent 44300c6 commit 2b65d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/modules/humansecurityRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ gulp build --modules="rtdModule,humansecurityRtdProvider,..."
## Configuration

This module is configured as part of the `realTimeData.dataProviders` object.
Please refer to [Prebid Documentation](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html#setConfig-realTimeData)
Please refer to [Prebid Documentation](/dev-docs/publisher-api-reference/setConfig.html#setConfig-realTimeData)
on RTD module configuration for details on required and optional parameters of `realTimeData`.

By default, using this submodule *does not require any prior communication with HUMAN, nor any special configuration*,
Expand Down Expand Up @@ -105,7 +105,7 @@ of type `ERROR`. With `verbose` parameter set to `true`, it may additionally:
* Call `logWarning`, resulting in `auctionDebug` events of type `WARNING`,
* Call `logInfo` with latency information.
* To observe these messages in console, Prebid.js must be run in
[debug mode](https://docs.prebid.org/dev-docs/publisher-api-reference/setConfig.html#debugging) -
[debug mode](/dev-docs/publisher-api-reference/setConfig.html#debugging) -
either by adding `?pbjs_debug=true` to your page's URL, or by configuring with `pbjs.setConfig({ debug: true });`

Example output of the latency information:
Expand Down

0 comments on commit 2b65d0b

Please sign in to comment.