Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support doc page redirects for ALL services #2879

Merged
merged 1 commit into from Mar 15, 2023

Conversation

jonathan343
Copy link
Contributor

The current process for redirecting includes a validation that compares part of the fragment that represents the client's class name with the service's doc page name (also theserviceId). This works for most services but there are also cases where these don't actually map to each other directly (elb --> ElasticLoadBalancing). We will instead compare the client's class name to the title of the current doc page.

@codecov-commenter
Copy link

codecov-commenter commented Mar 2, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (a47b0e5) 93.57% compared to head (d5f829f) 93.57%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2879   +/-   ##
========================================
  Coverage    93.57%   93.57%           
========================================
  Files           63       63           
  Lines        13455    13455           
========================================
  Hits         12590    12590           
  Misses         865      865           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jonathan343 jonathan343 merged commit 5d22dbb into boto:develop Mar 15, 2023
31 checks passed
aws-sdk-python-automation added a commit that referenced this pull request Mar 16, 2023
* release-1.29.93:
  Bumping version to 1.29.93
  Update to latest partitions and endpoints
  Update to latest models
  Sphinx domain fix (#2880)
  docs: add required blank line after code example literal blocks in rst (#2887)
  Support doc page redirects for ALL services (#2879)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants