diff --git a/dev-docs/publisher-api-reference/setConfig.md b/dev-docs/publisher-api-reference/setConfig.md
index f51cedf27a..814c50982c 100644
--- a/dev-docs/publisher-api-reference/setConfig.md
+++ b/dev-docs/publisher-api-reference/setConfig.md
@@ -1191,7 +1191,7 @@ pbjs.setConfig({
});
```
-More examples [here](/dev-docs/modules/instreamTracking.html#example-with-urlpattern).
+More examples can be found in [the instream tracking module documentation](/dev-docs/modules/instreamTracking.html#example-with-urlpattern).
diff --git a/policies/privacy.md b/policies/privacy.md
index 28ea7c1c71..07a9993f65 100644
--- a/policies/privacy.md
+++ b/policies/privacy.md
@@ -117,7 +117,7 @@ In addition, if you are a resident of the European Economic Area, you have the f
* You may object to processing of your personal information, ask us to restrict processing of your personal information or request portability or correction of your personal information. Again, you can exercise these rights by contacting us using the contact details provided under the ["How to contact us"](#contact) heading below.
* If we have collected and processed your personal information with your consent, then you can withdraw your consent at any time. Withdrawing your consent will not affect the lawfulness of any processing we conducted prior to your withdrawal, nor will it affect processing of your personal information conducted in reliance on lawful processing grounds other than consent.
-* You have the right to complain to a data protection authority about our collection and use of your personal information. For more information, please contact your local data protection authority. Contact details for data protection authorities in the European Economic Area are available [here](https://ec.europa.eu/justice/data-protection/article-29/structure/data-protection-authorities/index_en.htm).
+* You have the right to complain to a data protection authority about our collection and use of your personal information. For more information, please contact your local data protection authority. Contact details for data protection authorities in the European Economic Area are available on [the EU data protection authorities website](https://ec.europa.eu/justice/data-protection/article-29/structure/data-protection-authorities/index_en.htm).
Everyone has the right to opt-out of marketing communications we send you
at any time. You can exercise this right by clicking on the "unsubscribe" or
diff --git a/prebid-video/video-getting-started.md b/prebid-video/video-getting-started.md
index 056f2a2f13..09fd766830 100644
--- a/prebid-video/video-getting-started.md
+++ b/prebid-video/video-getting-started.md
@@ -56,7 +56,7 @@ If you already have a Prebid integration for banner, you don’t need to do anyt
Your first step to implementing header bidding for video is to [download Prebid.js](/download.html). Before downloading, select the adapters you want to include. (You can add more adapters later.)
-- Include at least one bid adapter that supports video. Find a list of eligible adapters [here](/dev-docs/bidders.html#bidder-video-native).
+- Include at least one bid adapter that supports video. Find a list of eligible adapters in [the video bidders table](/dev-docs/bidders.html#bidder-video-native).
- If Google Ad Manager is your ad server, you must include the [Google Ad Manager Video module](/dev-docs/publisher-api-reference/adServers.dfp.buildVideoUrl.html).
- If you’ll be integrating with Prebid Server, be sure to include “Prebid Server” in the list of adapters.
diff --git a/prebid-video/video-long-form.md b/prebid-video/video-long-form.md
index 2e4db9d4a8..38bed5fbbe 100644
--- a/prebid-video/video-long-form.md
+++ b/prebid-video/video-long-form.md
@@ -35,7 +35,7 @@ To implement header bidding for long-form video start by [downloading Prebid.js]
Before downloading, select the adapters you want to include. (You can add more adapters later.)
-- Include at least one video adapter. Find a list of available video adapters [here](/dev-docs/bidders.html#bidder-video-native).
+- Include at least one video adapter. Find a list of available video adapters in [the video bidders table](/dev-docs/bidders.html#bidder-video-native).
- Include the [FreeWheel](/dev-docs/modules/freewheel.html) Ad Server module.
- Include the [Category Translation](/dev-docs/modules/categoryTranslation.html) module.
- If you’ll be integrating with Prebid Server, be sure to include “Prebid Server” in the list of adapters.
diff --git a/prebid/events.md b/prebid/events.md
index 15bbb53e51..335c61b902 100644
--- a/prebid/events.md
+++ b/prebid/events.md
@@ -14,7 +14,7 @@ sidebarType: 0
{: .table .table-bordered .table-striped }
| Title: | How to Make Prebid the Supply Path Buyers Choose |
| Date: | Aug 27, 2020 |
-| Registration: | [link](https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2543494&sessionid=1&key=A724FF00CF11F4BF9C611B265C62DAEE®Tag=&sourcepage=register) |
+| Registration: | [event registration link](https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2543494&sessionid=1&key=A724FF00CF11F4BF9C611B265C62DAEE®Tag=&sourcepage=register) |
## Past Events
diff --git a/prebid/native-implementation.md b/prebid/native-implementation.md
index ad1ab29313..7a036a873b 100644
--- a/prebid/native-implementation.md
+++ b/prebid/native-implementation.md
@@ -62,6 +62,7 @@ This table summarizes how the 3 approaches work:
**Table 1: Native Implementation Approaches**
{: .table .table-bordered .table-striped }
+
| Component | AdServer-Defined Creative Scenario | AdUnit-Defined Creative Scenario | Custom Renderer Scenario |
| --- | --- |--- | --- |
| Prebid.js | mediaTypes. native.ortb | mediaTypes. native.ortb and mediaTypes.native.adTemplate contains ##macros## | mediaTypes. native.ortb and mediaTypes.native.rendererUrl |
@@ -77,11 +78,12 @@ The Prebid.js AdUnit needs to define a native mediatype object to tell bidders w
**Table 2: Prebid.js AdUnit Native MediaType Options**
{: .table .table-bordered .table-striped }
+
| Attribute | Scope | Description | Example | Type |
| --- | --- | --- | --- | --- |
| adTemplate | optional | Used in the ‘AdUnit-Defined Creative Scenario’, this value will contain the Native template right in the page. | See [example](#42-implementing-an-adunit-defined-template) below. | escaped ES5 string |
| rendererUrl | optional | Used in the ‘Custom Renderer Scenario’, this points to javascript code that will produce the Native template. | `'https://host/path.js'` | string |
-| ortb | recommended | OpenRTB configuration of the Native assets. The Native 1.2 specification can be found [here](https://www.iab.com/wp-content/uploads/2018/03/OpenRTB-Native-Ads-Specification-Final-1.2.pdf) | { assets: [], eventtrackers: [] } | object |
+| ortb | recommended | OpenRTB configuration of the Native assets. The Native 1.2 specification can be found [the OpenRTB Native Ads Specification](https://www.iab.com/wp-content/uploads/2018/03/OpenRTB-Native-Ads-Specification-Final-1.2.pdf) | { assets: [], eventtrackers: [] } | object |
| sendTargetingKeys | deprecated | (**NOTE**: not supported in 9.0 and later). Defines whether or not to send the hb_native_ASSET targeting keys to the ad server. Defaults to `false`. | `false` | boolean |
### 3.1. Prebid.js and the ORTB asset fields
@@ -157,6 +159,7 @@ Here's an example:
For reference, this is the table that specifies all data types:
{: .table .table-bordered .table-striped }
+
| Type ID | Name |
| ------- | ---- |
| 1 | sponsored |
diff --git a/support/privacy-resources.md b/support/privacy-resources.md
index 5666071a65..570ceaf740 100644
--- a/support/privacy-resources.md
+++ b/support/privacy-resources.md
@@ -123,6 +123,7 @@ Prebid Server reads the HTTP header set by Chrome and copies the value to the Op
This table may be useful to publishers trying to decide which version of Prebid.js to use to support Privacy Sandbox.
{: .table .table-bordered .table-striped }
+
| Prebid.js Version | Notes |
|-------------------|-------|
| 8.22| Makes Prebid FPD available to the PAAPI generateBid, scoreAds, and reportResult functions |
@@ -133,11 +134,13 @@ This table may be useful to publishers trying to decide which version of Prebid.
#### Prebid Server Versions Supporting Privacy Sandbox
{: .table .table-bordered .table-striped }
+
| PBS-Go Version | Notes |
|-------------------|-------|
| 0.239.0 | Basic passthrough support |
{: .table .table-bordered .table-striped }
+
| PBS-Java Version | Notes |
|-------------------|-------|
| 2.11| Topics and Test Labels |
diff --git a/tools/line-item-manager.md b/tools/line-item-manager.md
index 78fd29e15f..9a911b9992 100644
--- a/tools/line-item-manager.md
+++ b/tools/line-item-manager.md
@@ -38,7 +38,7 @@ This tool uses a base (default) configuration as a starting point to create line
line_item_manager show config
```
-You can look at the full config [here](https://github.com/prebid/line-item-manager/blob/master/line_item_manager/conf.d/line_item_manager.yml). To save time and build on the default config, create a new config file of your own using the following command:
+You can look at the full config in [the example configuration](https://github.com/prebid/line-item-manager/blob/master/line_item_manager/conf.d/line_item_manager.yml). To save time and build on the default config, create a new config file of your own using the following command:
```bash
line_item_manager show config > my_config.yml
@@ -153,24 +153,24 @@ The create function has certain modifiers that can be used to do dry runs and te
{: .table .table-bordered .table-striped }
| Modifier | Type | Description |
-|----------|------|-------------|
-|--network-code | INTEGER | GAM network code, must reconcile with the network name.|
---network-name |TEXT|GAM network name, must reconcile with the network code.|
-|-k, --private-key-file |PATH |Path to json GAM credentials file. [default: gam_creds.json; required]
-|-s, --single-order||Create a single set of orders instead of orders per bidder. [default: False]
--b, --bidder-code |TEXT |Bidder code may be used multiple times.
--t, --test-run||Execute a limited number of line_items for testing and manual review. Please ensure that you archive the orders so as not to clash with the actual production orders and line items you wish to create. [default: False]
--n, --dry-run||Print commands that would be executed, but do not execute them. [default: False]
--q, --quiet||Logging is limited to warnings and errors. [default: False]
--v, --verbose||Verbose logging; use multiple times to increase verbosity. [default: False]
---skip-auto-archive||Upon failure or interruption, do NOT auto-archive already created orders. [default:False]
+| ----------|------|-------------|
+| --network-code | INTEGER | GAM network code, must reconcile with the network name. |
+| --network-name |TEXT|GAM network name, must reconcile with the network code. |
+| -k, --private-key-file |PATH |Path to json GAM credentials file. [default: gam_creds.json; required] |
+| -s, --single-order||Create a single set of orders instead of orders per bidder. [default: False] |
+| -b, --bidder-code |TEXT |Bidder code may be used multiple times. |
+| -t, --test-run||Execute a limited number of line_items for testing and manual review. Please ensure that you archive the orders so as not to clash with the actual production orders and line items you wish to create. [default: False] |
+| -n, --dry-run||Print commands that would be executed, but do not execute them. [default: False] |
+| -q, --quiet||Logging is limited to warnings and errors. [default: False] |
+| -v, --verbose||Verbose logging; use multiple times to increase verbosity. [default: False] |
+| --skip-auto-archive||Upon failure or interruption, do NOT auto-archive already created orders. [default:False] |
### Commands for _line_item_manager_
{: .table .table-bordered .table-striped }
| Modifier | Description |
-|----------|-------------|
+| ----------|-------------|
|create|Create line items|
|show|Show resources. Options: "config" or "bidders" |
diff --git a/troubleshooting/troubleshooting-guide.md b/troubleshooting/troubleshooting-guide.md
index 6c58aeac38..d62d726bc1 100644
--- a/troubleshooting/troubleshooting-guide.md
+++ b/troubleshooting/troubleshooting-guide.md
@@ -41,6 +41,7 @@ This will add two types of messages to your browser’s developer console:
"Prebid.js message log"){: height="50%" width="50%" :}
{: .table .table-bordered .table-striped }
+
| Message | Description |
| :---- |:--------|
| Calling bidder | When Prebid.js sends out bid requests, this message is logged |