Skip to content

Commit a212360

Browse files
authored
Add a rule to replace old-style doc links with variables for spec-insert tool (#10710)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
1 parent 94b350e commit a212360

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec-insert/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,7 @@ param_table:
1111
text_replacements:
1212
- replace: "https://docs.opensearch.org/latest"
1313
with: "{{site.url}}{{site.baseurl}}"
14+
- replace: "https://opensearch.org/docs/latest"
15+
with: "{{site.url}}{{site.baseurl}}"
1416
- replace: "\n"
1517
with: " "

0 commit comments

Comments
 (0)