m3db / m3

M3 monorepo - Distributed TSDB, Aggregator and Query Engine, Prometheus Sidecar, Graphite Compatible, Metrics Platform
https://m3db.io/
Apache License 2.0
4.74k stars 452 forks source link

Remove 410 Gone media links failing doc CI tests #4254

Closed justinjc closed 1 year ago

justinjc commented 1 year ago

What this PR does / why we need it:

Fixes broken CI doc test failing on media links returning a 410 Gone status.

Example: https://buildkite.com/chronosphereopensource/oss-m3-monorepo-public/builds/1886#018a8519-acb5-4ec0-bf32-b3abf2dcb5c1

...
docs/overview/media/index.html
--
  | Non-OK status: 410 --- docs/overview/media/index.html --> https://vimeo.com/440390957
  | Non-OK status: 410 --- docs/overview/media/index.html --> https://vimeo.com/440390957
  | ========================================================================
  | ✘✘✘ failed in 38.754035085s
  | 2 errors in 96 documents
  | make: *** [docs-test] Error 1
...

Special notes for your reviewer:

Does this PR introduce a user-facing and/or backwards incompatible change?:

NONE

Does this PR require updating code package or user-facing documentation?:

NONE