prestodb/presto

automate broken link reporting in markdown files

開放

#21,810 建立於 2024年1月29日

 (5 則留言) (2 個反應) (1 位負責人)Java (5,240 個分叉)batch import
docsfeature requestgood first issue

倉庫指標

星標
 (15,558 顆星)
PR 合併指標
 (平均合併 34天 14小時) (30 天內合併 120 個 PR)

描述

Broken or bad links in markdown files could be identified and reported using automation to improve the usability of the documentation.

Expected Behavior or Use Case

Broken links in markdown files are identified and reported in an automated way.

Presto Component, Service, or Connector

Documentation, and the wiki - markdown files in the Presto repo.

Possible Implementation

Perhaps the GitHub Action Baler – BAd Link reportER would be a good way to automate this process. This is merely a suggestion, I'm very open to other proposed solutions.

Example Screenshots (if appropriate):

Context

When I found the broken link in CONTRIBUTING.md and Presto Development Guidelines - see PR 21808 - I considered that finding broken links in the Presto repos could be automated. A quick search later and I'd found the GitHub Action Baler – BAd Link reportER.

貢獻者指南