Skip to content

Commit 3bb2401

Browse files
authored
[improve][build] solve the dead links found in md (#4637)
* [improve][build] solve the dead links found in md * timeout is the check timeout for each md file. 10 seconds is a bit short and always times out. * cancel all future O’Reilly in-person conferences. Instead, we’ll continue to invest in and grow O’Reilly online learning
1 parent 487be97 commit 3bb2401

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.dlc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"pattern": "^//"
7777
}
7878
],
79-
"timeout": "10s",
79+
"timeout": "60s",
8080
"retryOn429": true,
8181
"retryCount": 10,
8282
"fallbackRetryDelay": "1000s",

site3/website/src/pages/community/bookkeeper-proposals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Proposal | State
9999
[BP-27: New BookKeeper CLI](../bps/BP-27-new-bookkeeper-cli) | Accepted
100100
[BP-28: use etcd as metadata store](../bps/BP-28-etcd-as-metadata-store) | Accepted
101101
[BP-29: Metadata API module](../bps/BP-29-metadata-store-api-module) | Accepted
102-
[BP-30: BookKeeper Table Service](https://docs.google.com/document/d/155xAwWv5IdOitHh1NVMEwCMGgB28M3FyMiQSxEpjE-Y/edit#heading=h.56rbh52koe3f) | Accepted
102+
[BP-30: BookKeeper Table Service](https://github.com/apache/bookkeeper/issues/1205) | Accepted
103103
[BP-31: BookKeeper Durability Anchor](../bps/BP-31-durability) | Accepted
104104
[BP-32: Advisory (optimistic) write close](../bps/BP-32-advisory-write-close) | Accepted
105105
[BP-33: Move releasing docker images out of main repo](../bps/BP-33-building-official-docker-imags) | Draft

site3/website/src/pages/community/presentations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- [Apache BookKeeper as distributed Store](http://www.slideshare.net/jujjuri/apache-con2016final), ([audio](http://feathercast.apache.org/apachecon-na-2016-low-latency-distributed-storage-services-using-apache-bookkeeper-venkateswararao-jujjuri-sijie-guo/)) JV Jujjuri, ApacheCon 2016
1212
- [Building a Durable Real-Time Data Pipeline: Apache BookKeeper at Twitter](https://apachebigdata2016.sched.org/event/6M74/building-a-durable-real-time-data-pipeline-apache-bookkeeper-at-twitter-sijie-guo-leigh-stewart-twitter), Leigh Stewart, Apache Big Data 2016 ( [Slides](http://schd.ws/hosted_files/apachebigdata2016/65/Building%20a%20Durable%20Real-Time%20Data%20Pipeline-Apache%20BookKeeper%20at%20Twitter.pdf) )
1313
- [Scale DistributedLog at Twitter](http://daxue.qq.com/content/content/id/2492), Sijie Guo, QCon Beijing, April 2016
14-
- [Building DistributedLog, a high-performance replicated log service](https://www.oreilly.com/ideas/twitters-real-time-data-stack?twitter=@bigdata) ([Slides](http://conferences.oreilly.com/strata/strata-ca-2016/public/schedule/detail/46897)), Sijie Guo, Strata+Hadoop World, March 2016
14+
- [Building DistributedLog, a high-performance replicated log service](https://www.oreilly.com/ideas/twitters-real-time-data-stack?twitter=@bigdata), Sijie Guo, Strata+Hadoop World, March 2016
1515
- [Building DistributedLog, a high-performance replicated log service](https://youtu.be/QW1OEQxcjZc), Sijie Guo, Sep 2015
1616
- [Cloud Messaging Service - Technical Overview](http://www.slideshare.net/MessagingMeetup/cloud-messaging-service-technical-overview), Matteo Merli, Sep 2015
1717
- [Building reliable systems with Apache BookKeeper](http://www.slideshare.net/MatthieuMorel/building-reliable-systems-with-apache-bookkeeper), Matthieu Morel, Jun 2014

stream/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BookKeeper Table Service is a contrib module added to BookKeeper, providing a ta
44

55
## Detail Design
66

7-
[BP-30](https://docs.google.com/document/d/155xAwWv5IdOitHh1NVMEwCMGgB28M3FyMiQSxEpjE-Y/edit#heading=h.56rbh52koe3f)
7+
[BP-30](https://github.com/apache/bookkeeper/issues/1205)
88

99
## Build
1010

0 commit comments

Comments
 (0)