Skip to content

Commit

Permalink
Revert "Fix links for link checker (#4309)"
Browse files Browse the repository at this point in the history
This reverts commit 6aab0ca.
  • Loading branch information
vagimeli committed Jun 15, 2023
1 parent 1215d6c commit cb2a838
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion _clients/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -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-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/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:

```ruby
require 'opensearch-aws-sigv4'
Expand Down
1 change: 0 additions & 1 deletion _plugins/link-checker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ 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
]

##
Expand Down

0 comments on commit cb2a838

Please sign in to comment.