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

[Backport 1.x] Update links to documentation in rest-api-spec #13059

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

cwperks
Copy link
Member

@cwperks cwperks commented Apr 3, 2024

Description

Backports #13043 to 1.x

This updates all of the links to make them version-specific to the 1.x line. Some of the links had changed on the documentation website, but most links remain the same and only replace latest with 1.3. The ingest API routes are different on the documentation website between 1.3 and latest.

i.e.

https://opensearch.org/docs/latest/ingest-pipelines/create-ingest/ on main

vs

https://opensearch.org/docs/1.3/api-reference/ingest-apis/create-update-ingest/ on 1.3

Related Issues

Resolves #1339

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Failing checks are inspected and point to the corresponding known issue(s) (See: Troubleshooting Failing Builds)
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • Public documentation issue/PR created

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Craig Perkins <cwperx@amazon.com>
Copy link
Contributor

github-actions bot commented Apr 3, 2024

Gradle Check (Jenkins) Run Completed with:

Copy link

codecov bot commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.54%. Comparing base (3b4474e) to head (6ca6863).

Additional details and impacted files
@@             Coverage Diff              @@
##                1.x   #13059      +/-   ##
============================================
+ Coverage     77.49%   77.54%   +0.04%     
- Complexity    58734    58760      +26     
============================================
  Files          4223     4223              
  Lines        253567   253567              
  Branches      38700    38700              
============================================
+ Hits         196512   196638     +126     
+ Misses        41025    40922     -103     
+ Partials      16030    16007      -23     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kotwanikunal kotwanikunal merged commit 771876e into opensearch-project:1.x Apr 3, 2024
9 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport 1.3 Backport to 1.3 branch skip-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants