Skip to content

Commit 70977de

Browse files
authored
fixing broken links (prebid#1085)
1 parent ebeceee commit 70977de

8 files changed

Lines changed: 8 additions & 12 deletions

File tree

_posts/2016-08-31-one-year-of-prebid-js.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: Looking back on the first year of Prebid.js development
66
permalink: /blog/happy-birthday-prebid-js
77
---
88

9-
(_This post originally appeared on the [AppNexus blog](http://blog.appnexus.com/2016/prebid-js-a-year-in-the-life-of-an-open-sourced-ad-tech-project/). It has been edited slightly for clarity._)
10-
119
## The Beginning
1210

1311
About a year ago, the publisher engineering team at AppNexus began noticing a common problem with some of our forward-looking publishers: many of their websites were taking a long time to load.

_posts/2017-09-11-announcing-prebid-org.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ partners can trust that their wrappers are treating them fairly.
8787
## Who is part of Prebid.org?
8888

8989
We're launching with [Rubicon Project](https://rubiconproject.com) to
90-
start. They've
91-
[contributed a ton](https://blog.appnexus.com/2017/prebid-expert-series-interview-de-zwart/)
90+
start. They've contributed a ton
9291
to Prebid already – some great additions to the project have come from
9392
the AppNexus and Rubicon Project teams working together.
9493

debugging/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ benefit from implementation improvements.
2121
Further Reading
2222

2323
+ [Prebid.js Troubleshooting Guide]({{site.github.url}}/dev-docs/prebid-troubleshooting-guide.html)
24-
+ [Prebid.js Troubleshooting Tips]({{site.github.url}}/dev-docs/prebid-troubleshooting-tips.html)
24+
+ [Prebid.js Troubleshooting Tips]({{site.github.url}}/dev-docs/troubleshooting-tips.html)

dev-docs/bidders/lkqd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prebid_1_0_supported : true
1111
---
1212

1313
### Note:
14-
For more information about [LKQD Ad Serving and Management](http://www.lkqd.com/ad-serving-and-management/), please contact [[email protected]]([email protected]).
14+
For more information about [LKQD Ad Serving and Management](http://www.lkqd.com/ad-serving-and-management/), please contact [email protected].
1515

1616
### bid params
1717

dev-docs/how-prebid-on-amp-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The diagram below shows how the pieces of an AMP+Prebid solution fit together:
2626

2727
## Related Topics
2828

29-
+ [AMP Format Overview]({{site.baseurl}}/format/amp.html)
29+
+ [AMP Format Overview]({{site.baseurl}}/formats/amp.html)
3030
+ [Show Prebid Ads on AMP Pages]({{site.baseurl}}/dev-docs/show-prebid-ads-on-amp-pages.html) (Developers)
3131
+ [Setting up Prebid for AMP in DFP]({{site.baseurl}}/adops/setting-up-prebid-for-amp-in-dfp.html) (Ad Ops)
3232

overview/prebid-management-committees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ Chair: Roy Firestone
7373
## Further Reading
7474

7575
* [What is Prebid.org?]({{site.baseurl}}/overview/what-is-prebid-org.html)
76-
* [Prebid Org Membership]({{site.baseurl}}/overview/prebid-members.html)
76+
* [Prebid Org Members and Partners]({{site.baseurl}}/partners/partners.html)
7777

7878

overview/what-is-prebid-org.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ To obtain more information about becoming a member of Prebid.org, email membersh
2323

2424
Read more here:
2525

26-
* [Prebid.org Members](/overview/prebid-members.html)
26+
* [Prebid.org Members and Partners](/partners/partners.html)
2727
* [Prebid.org press release](https://www.appnexus.com/en/company/news-and-events/press-releases/news-2017-0911)
2828
* [The Drum reporting on Prebid.org](http://www.thedrum.com/news/2017/09/11/appnexus-and-rubicon-project-launch-prebidorg-hailing-open-source-approach-header)
29-
* [Q&A about Prebid.org](http://blog.appnexus.com/2017/prebid-org-explained-interview-michael-richardson/)
3029
* [Current members of Prebid.org]({{site.baseurl}}/partners/partners.html)
3130

prebid/prebidjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ Analytics adapters are relatively new, but offer the ability to learn more about
5555
Prebid.js Modules also plug into the Prebid.js Core. They add functionality not present
5656
in the Core that not every publisher needs. Example modules:
5757

58-
+ GDPR support (the [consentManagement]({{site.baseurl}}/dev-docs/modules/consentmanagement.html) module)
58+
+ GDPR support (the [consentManagement]({{site.baseurl}}/dev-docs/modules/consentManagement.html) module)
5959
+ currency conversion (the [currency]({{site.baseurl}}/dev-docs/modules/currency.html) module)
60-
+ Server-to-server testing (the [s2sTest]({{site.baseurl}}/dev-docs/modules/s2stesting.html) module)
60+
+ Server-to-server testing (the [s2sTest]({{site.baseurl}}/dev-docs/modules/s2sTesting.html) module)
6161
+ ... others
6262

6363
## Further Reading

0 commit comments

Comments
 (0)