[Backport 1.x] Update links to documentation in rest-api-spec#13059
Merged
kotwanikunal merged 1 commit intoopensearch-project:1.xfrom Apr 3, 2024
Merged
[Backport 1.x] Update links to documentation in rest-api-spec#13059kotwanikunal merged 1 commit intoopensearch-project:1.xfrom
kotwanikunal merged 1 commit intoopensearch-project:1.xfrom
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com>
8 tasks
kotwanikunal
approved these changes
Apr 3, 2024
Contributor
Gradle Check (Jenkins) Run Completed with:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
latestwith1.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
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.