Fix links for link checker (#4309)
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
This commit is contained in:
parent
5a4daa4225
commit
9209c0a6bc
|
@ -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'
|
||||
|
|
|
@ -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
|
||||
]
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue