diff --git a/_includes/default-keyword-targeting.md b/_includes/default-keyword-targeting.md
index fc733bd2cb..d9f1de06ba 100644
--- a/_includes/default-keyword-targeting.md
+++ b/_includes/default-keyword-targeting.md
@@ -1,7 +1,9 @@
+# Default Keyword Targeting
+
{: .table .table-bordered .table-striped }
-| Default Key | Scope | Description | Example |
-| :---- |:---- | :---- | :---- |
-| `hb_pb` | Required | The price bucket. Used by the line item to target. | `2.10` |
-| `hb_adid` | Required | The ad Id. Used by the ad server creative to render ad. | `234234` |
-| `hb_bidder` | Required | The bidder code. Used for logging and reporting to learn which bidder has higher fill rate/CPM. | `rubicon` |
+| Default Key | Scope | Description | Example |
+| :---- |:---- | :---- | :---- |
+| `hb_pb` | Required | The price bucket. Used by the line item to target. | `2.10` |
+| `hb_adid` | Required | The ad Id. Used by the ad server creative to render ad. | `234234` |
+| `hb_bidder` | Required | The bidder code. Used for logging and reporting to learn which bidder has higher fill rate/CPM. | `rubicon` |
diff --git a/_includes/send-all-bids-keyword-targeting.md b/_includes/send-all-bids-keyword-targeting.md
index f8f977684d..2ba6d4d662 100644
--- a/_includes/send-all-bids-keyword-targeting.md
+++ b/_includes/send-all-bids-keyword-targeting.md
@@ -1,8 +1,11 @@
+# Send-All-Bids Keyword Targeting
+
**Important:** Google Ad Manager has a key-value key character [limit](https://support.google.com/dfp_premium/answer/1628457?hl=en#Key-values) of up to **20 characters**. Some of the keys without truncation will exceed 20 chars. Prebid.js automatically truncates the key length to 20 characters. For example, `hb_adid_longBidderName` is truncated to `hb_adid_longBidderNa` (`me` is truncated). Note that the key is case-sensitive. To get the exact key-value keys for each bidder, find them at [Bidder Params](/dev-docs/bidders.html).
{: .table .table-bordered .table-striped }
-| Default Key | Scope | Description | Example |
-| :---- |:---- | :---- | :---- |
-| `hb_pb_BIDDERCODE` | Required | The price bucket. Used by the line item to target. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_pb_rubicon` = `2.10` |
-| `hb_adid_BIDDERCODE` | Required | The ad Id. Used by the ad server creative to render ad. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_adid_longBidderNa` = `234234` |
+
+| Default Key | Scope | Description | Example |
+| :---- | :---- | :---- | :---- |
+| `hb_pb_BIDDERCODE` | Required | The price bucket. Used by the line item to target. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_pb_rubicon` = `2.10` |
+| `hb_adid_BIDDERCODE` | Required | The ad Id. Used by the ad server creative to render ad. Case sensitive and truncated to 20 chars. The `BIDDERCODE` is documented at [Bidder Params](/dev-docs/bidders.html). | `hb_adid_longBidderNa` = `234234` |
| `hb_size_BIDDERCODE` | Optional | This is not required for adops. Case sensitive and truncated to 20 chars. | `hb_size_appnexus` = `300x250` |
diff --git a/adops/setting-up-prebidjs-with-Smart-Ad-Server.md b/adops/setting-up-prebidjs-with-Smart-Ad-Server.md
index 2dfc95c07a..35a2ac7b71 100644
--- a/adops/setting-up-prebidjs-with-Smart-Ad-Server.md
+++ b/adops/setting-up-prebidjs-with-Smart-Ad-Server.md
@@ -39,7 +39,7 @@ Proceed as follows:
- Make sure you specify the timeout; the timeout is the maximum time to wait until the Smart AdServer ad call is executed - even if some partners have not responded yet.
- Implement the Prebid.js file on the site.
-This step is also documented [here](https://support.smartadserver.com/s/article/Holistic-Setup#implement-wrapper).
+This step is also documented [Smart AdServer setup documentation](https://support.smartadserver.com/s/article/Holistic-Setup#implement-wrapper).
### Step 2 - Implement Smart AdServer’s tag
@@ -47,7 +47,7 @@ Smart AdServer’s OneCall tagging is strongly recommended. With OneCall, you ca
Make sure you use Smart AdServer’s **new OneCall tagging**, which uses POST requests with all the necessary information in the request body; simply check if you see the `formats` array in your tag. If you see `formatId`, you are still dealing with an old tag - in this case, get back to your service contact at Smart AdServer.
-For samples of both the new and legacy OneCall as well as a full implementation example, read [here](https://support.smartadserver.com/s/article/Holistic-Setup#onecall).
+For samples of both the new and legacy OneCall as well as a full implementation example, read [OneCall documentation](https://support.smartadserver.com/s/article/Holistic-Setup#onecall).
**Additional resources**:
@@ -63,7 +63,7 @@ Things to keep in mind for the Setup in [Smart AdServer’s UI](https://manage.s
- The Holistic+ feature must be enabled on the network.
- You must use the official and Holistic RTB+ script templates in the insertions.
-For more details, read [here](https://support.smartadserver.com/s/article/Holistic-Setup#setup-ui).
+For more details, read [setup instructions](https://support.smartadserver.com/s/article/Holistic-Setup#setup-ui).
### Step 4 - Get reporting
diff --git a/faq/prebid-server-faq.md b/faq/prebid-server-faq.md
index 7e53c75dc8..dd67a6b3db 100644
--- a/faq/prebid-server-faq.md
+++ b/faq/prebid-server-faq.md
@@ -267,7 +267,7 @@ The supply chain is meant to track financial arrangements, and PBS is basically
Generally, people and companies will work on features and bug fixes that directly affect them. The process is:
-1. If there's not already an issue tracking the work, create an issue in the PBS-Go repo [here](https://github.com/prebid/prebid-server/issues/new). Note: we track enhancement requests in the PBS-Go repo. If it's a bug that affects PBS-Java only, then you can open the issue [here](https://github.com/prebid/prebid-server-java/issues/new).
+1. If there's not already an issue tracking the work, create an issue in the PBS-Go repo [the PBS-Go issue tracker](https://github.com/prebid/prebid-server/issues/new). Note: we track enhancement requests in the PBS-Go repo. If it's a bug that affects PBS-Java only, then you can open the issue [the PBS-Java issue tracker](https://github.com/prebid/prebid-server-java/issues/new).
2. The issue should describe what you're planning to build/fix. We'll want to review any interfaces, config options, or metrics for consistency.
3. After getting approval (if needed), you'll make a Pull Request against the appropriate repo, whether PBS-Go or PBS-Java. Be sure to have read the contribution guidelines for [PBS-Go](https://github.com/prebid/prebid-server/tree/master/docs/developers) or [PBS-Java](https://github.com/prebid/prebid-server-java/tree/master/docs/developers).
4. The core team will review your PR.
diff --git a/prebid/events.md b/prebid/events.md
index 335c61b902..be0127c44a 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: | [event registration link](https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2543494&sessionid=1&key=A724FF00CF11F4BF9C611B265C62DAEE®Tag=&sourcepage=register) |
+| Registration: | [Event Registration](https://event.on24.com/eventRegistration/EventLobbyServlet?target=reg20.jsp&referrer=&eventid=2543494&sessionid=1&key=A724FF00CF11F4BF9C611B265C62DAEE®Tag=&sourcepage=register) |
## Past Events