From 263d3d27971cdf93bb36d2a956c19d2dc5981745 Mon Sep 17 00:00:00 2001 From: akkapur Date: Sat, 1 Jul 2023 13:19:28 -0400 Subject: [PATCH] fix: update links in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ec6792c0c8..95e0262b46f 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,17 @@ # Prebid Server Prebid Server is an open source implementation of Server-Side Header Bidding. -It is managed by [Prebid.org](http://prebid.org/overview/what-is-prebid-org.html), -and upholds the principles from the [Prebid Code of Conduct](http://prebid.org/wrapper_code_of_conduct.html). +It is managed by [Prebid.org](https://prebid.org/about/), +and upholds the principles from the [Prebid Code of Conduct](https://prebid.org/code-of-conduct/). This project does not support the same set of Bidders as Prebid.js, although there is overlap. The current set can be found in the [adapters](./adapters) package. If you don't see the one you want, feel free to [contribute it](https://docs.prebid.org/prebid-server/developers/add-new-bidder-go.html). For more information, see: -- [What is Prebid?](https://prebid.org/overview/intro.html) +- [What is Prebid?](https://docs.prebid.org/overview/intro.html) - [Prebid Server Overview](https://docs.prebid.org/prebid-server/overview/prebid-server-overview.html) -- [Current Bidders](http://prebid.org/dev-docs/pbs-bidders.html) +- [Current Bidders](https://docs.prebid.org/dev-docs/pbs-bidders.html) Please consider [registering your Prebid Server](https://docs.prebid.org/prebid-server/hosting/pbs-hosting.html#optional-registration) to get on the mailing list for updates, etc.