QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
171 stars 135 forks source link

Link Checker Bugs #1600

Closed DerekMelchin closed 7 months ago

DerekMelchin commented 8 months ago

Expected Behavior

The link checker correctly flags broken links.

Actual Behavior

  1. The link checker doesn't check if the page that the link points to is empty or not. For example, the first link in Option Chained Universe Selection (which is https://www.quantconnect.com/docs/v2/writing-algorithms/universes/equity), just points to an empty page but the link checker didn't notify us.

  2. The link checker didn't detect https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/AllShortableSymbolsCoarseSelectionRegressionAlgorithm.py in Examples as a broken link even though it returns a 404

Checklist