From 9209c0a6bca7692a4774c46e0d6694c8c59e0793 Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 13 Jun 2023 15:06:50 -0400 Subject: [PATCH] Fix links for link checker (#4309) Signed-off-by: Fanit Kolchina --- _clients/ruby.md | 2 +- _plugins/link-checker.rb | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/_clients/ruby.md b/_clients/ruby.md index 59fa413a..7d582927 100644 --- a/_clients/ruby.md +++ b/_clients/ruby.md @@ -634,7 +634,7 @@ puts MultiJson.dump(response, pretty: "true") # Ruby AWS Sigv4 Client -The [opensearch-aws-sigv4](https://github.com/opensearch-project/opensearch-ruby/tree/main/opensearch-aws-sigv4) gem provides the `OpenSearch::Aws::Sigv4Client` class, which has all features of `OpenSearch::Client`. The only difference between these two clients is that `OpenSearch::Aws::Sigv4Client` requires an instance of `Aws::Sigv4::Signer` during instantiation to authenticate with AWS: +The [opensearch-aws-sigv4](https://github.com/opensearch-project/opensearch-ruby-aws-sigv4) gem provides the `OpenSearch::Aws::Sigv4Client` class, which has all features of `OpenSearch::Client`. The only difference between these two clients is that `OpenSearch::Aws::Sigv4Client` requires an instance of `Aws::Sigv4::Signer` during instantiation to authenticate with AWS: ```ruby require 'opensearch-aws-sigv4' diff --git a/_plugins/link-checker.rb b/_plugins/link-checker.rb index 0c7df2b1..25f1c6e7 100644 --- a/_plugins/link-checker.rb +++ b/_plugins/link-checker.rb @@ -55,6 +55,7 @@ module Jekyll::LinkChecker 'playground.opensearch.org', # inifite redirect, https://github.com/opensearch-project/dashboards-anywhere/issues/172 'crates.io', # 404s on bots 'www.cloudflare.com', # 403s on bots + 'example.issue.link', # a fake example link from the template ] ##