This is an automated email from the ASF dual-hosted git repository.

lushiji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 3bb2401eef [improve][build] solve the dead links found in md (#4637)
3bb2401eef is described below

commit 3bb2401eefe5fc381f643eb53dbba9c0f3e7b564
Author: StevenLuMT <[email protected]>
AuthorDate: Fri Jul 11 17:07:32 2025 +0800

    [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
---
 .dlc.json                                                 | 2 +-
 site3/website/src/pages/community/bookkeeper-proposals.md | 2 +-
 site3/website/src/pages/community/presentations.md        | 2 +-
 stream/README.md                                          | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.dlc.json b/.dlc.json
index 49a1467aba..b7589b9353 100644
--- a/.dlc.json
+++ b/.dlc.json
@@ -76,7 +76,7 @@
       "pattern": "^//"
     }
   ],
-  "timeout": "10s",
+  "timeout": "60s",
   "retryOn429": true,
   "retryCount": 10,
   "fallbackRetryDelay": "1000s",
diff --git a/site3/website/src/pages/community/bookkeeper-proposals.md 
b/site3/website/src/pages/community/bookkeeper-proposals.md
index d62213a1ce..4fc4463052 100644
--- a/site3/website/src/pages/community/bookkeeper-proposals.md
+++ b/site3/website/src/pages/community/bookkeeper-proposals.md
@@ -99,7 +99,7 @@ Proposal | State
 [BP-27: New BookKeeper CLI](../bps/BP-27-new-bookkeeper-cli) | Accepted
 [BP-28: use etcd as metadata store](../bps/BP-28-etcd-as-metadata-store) | 
Accepted
 [BP-29: Metadata API module](../bps/BP-29-metadata-store-api-module) | Accepted
-[BP-30: BookKeeper Table 
Service](https://docs.google.com/document/d/155xAwWv5IdOitHh1NVMEwCMGgB28M3FyMiQSxEpjE-Y/edit#heading=h.56rbh52koe3f)
 | Accepted
+[BP-30: BookKeeper Table 
Service](https://github.com/apache/bookkeeper/issues/1205) | Accepted
 [BP-31: BookKeeper Durability Anchor](../bps/BP-31-durability) | Accepted
 [BP-32: Advisory (optimistic) write close](../bps/BP-32-advisory-write-close) 
| Accepted
 [BP-33: Move releasing docker images out of main 
repo](../bps/BP-33-building-official-docker-imags) | Draft
diff --git a/site3/website/src/pages/community/presentations.md 
b/site3/website/src/pages/community/presentations.md
index bdcece9a80..7ee45a3c04 100644
--- a/site3/website/src/pages/community/presentations.md
+++ b/site3/website/src/pages/community/presentations.md
@@ -11,7 +11,7 @@
 - [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
 - [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)
 )
 - [Scale DistributedLog at 
Twitter](http://daxue.qq.com/content/content/id/2492), Sijie Guo, QCon Beijing, 
April 2016
-- [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
+- [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
 - [Building DistributedLog, a high-performance replicated log 
service](https://youtu.be/QW1OEQxcjZc), Sijie Guo, Sep 2015
 - [Cloud Messaging Service - Technical 
Overview](http://www.slideshare.net/MessagingMeetup/cloud-messaging-service-technical-overview),
 Matteo Merli, Sep 2015
 - [Building reliable systems with Apache 
BookKeeper](http://www.slideshare.net/MatthieuMorel/building-reliable-systems-with-apache-bookkeeper),
 Matthieu Morel, Jun 2014
diff --git a/stream/README.md b/stream/README.md
index 1f57950cd3..eb7ec9a136 100644
--- a/stream/README.md
+++ b/stream/README.md
@@ -4,7 +4,7 @@ BookKeeper Table Service is a contrib module added to 
BookKeeper, providing a ta
 
 ## Detail Design
 
-[BP-30](https://docs.google.com/document/d/155xAwWv5IdOitHh1NVMEwCMGgB28M3FyMiQSxEpjE-Y/edit#heading=h.56rbh52koe3f)
+[BP-30](https://github.com/apache/bookkeeper/issues/1205)
 
 ## Build
 

Reply via email to