From 3cfc68c57cf24b71abfaba8cf6f0dd33a5939f33 Mon Sep 17 00:00:00 2001 From: mise en hache <137650446+mehhhhhhhhhhhhhhh@users.noreply.github.com> Date: Wed, 14 Aug 2024 12:08:18 +0100 Subject: [PATCH] Eliminate broken link warnings (except those from docs in the main repo) (#322) * Lint existing blog posts Signed-off-by: Tom Spurling * Use full URLs for /slack/ links This causes them to be treated as external links rather than internal links, so they open in a new tab and don't produce spurious "broken link" warnings. Signed-off-by: Tom Spurling * Fix a couple of broken blog links Signed-off-by: Tom Spurling * Fix broken calendar link in blog post Another static file with a trailing slash added by Docusaurus -- just use a full URL to prevent this happening too. Signed-off-by: Tom Spurling --------- Signed-off-by: Tom Spurling Co-authored-by: Tom Spurling --- .../2023-10-10-opentofus-new-office-hours.mdx | 2 +- ...12-19-opentofu-release-candidate-is-out.md | 190 +++++++++--------- ...3-18-help-us-test-opentofu-1-7-0-alpha1.md | 3 +- blog/2024-04-18-opentofu-1-7-0-beta1.md | 8 +- blog/2024-04-30-opentofu-1-7-0.md | 8 +- ...6-24-help-us-test-opentofu-1-8-0-alpha1.md | 10 +- blog/2024-07-09-opentofu-1-8-0-beta-1.md | 11 +- blog/2024-07-29-opentofu-1-8-0.md | 10 +- docusaurus.config.ts | 2 +- src/components/Footer/index.tsx | 2 +- 10 files changed, 121 insertions(+), 125 deletions(-) diff --git a/blog/2023-10-10-opentofus-new-office-hours.mdx b/blog/2023-10-10-opentofus-new-office-hours.mdx index c6d79df8..926fec55 100644 --- a/blog/2023-10-10-opentofus-new-office-hours.mdx +++ b/blog/2023-10-10-opentofus-new-office-hours.mdx @@ -21,7 +21,7 @@ c_3f2dd3c1fe0ef4e93ef3fc456ca2dd219a2e8fd85f6b40750af16c3df370bf93@group.calenda import Button from "@site/src/components/Button";