From 5ca2fbe582a38e097996d6e99e6870ff8308d34a Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 24 Apr 2024 13:57:29 -0400 Subject: [PATCH] Update adjust-pages.pl some more --- scripts/content-modules/adjust-pages.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/content-modules/adjust-pages.pl b/scripts/content-modules/adjust-pages.pl index 17baf6cb7e43..3e0f6882d961 100755 --- a/scripts/content-modules/adjust-pages.pl +++ b/scripts/content-modules/adjust-pages.pl @@ -51,9 +51,6 @@ () # TODO: add to front matter of OTel spec file and drop next line: $linkTitle = 'Design Goals' if $title eq 'Design Goals for OpenTelemetry Wire Protocol'; - # TODO: remove once all submodules have been updated in the context of https://github.com/open-telemetry/opentelemetry.io/issues/3922 - $frontMatterFromFile =~ s|: content/en/docs/specs/opamp/|: tmp/opamp/|g; - # printf STDOUT "> $title -> $linkTitle\n"; print "linkTitle: $linkTitle\n" if $linkTitle and $frontMatterFromFile !~ /linkTitle: /; print "$frontMatterFromFile" if $frontMatterFromFile;