-
Notifications
You must be signed in to change notification settings - Fork 509
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
Fixed broken links (#7336) #7337
Conversation
* fixed broken links Signed-off-by: Heather Halter <[email protected]> * Update index.md Removed py-ml client from list since it doesn't exist i 2.3 Signed-off-by: Heather Halter <[email protected]> * Update viz-index.md Fixed a typo Signed-off-by: Heather Halter <[email protected]> * Update docker.md Fixed typo Signed-off-by: Heather Halter <[email protected]> --------- Signed-off-by: Heather Halter <[email protected]> Signed-off-by: Heather Halter <[email protected]> Co-authored-by: Heather Halter <[email protected]> (cherry picked from commit fa00dbe)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: Peter Zhu <[email protected]>
After comment out the redirect urls, there are 10 more dead links to fix:
|
Just to add context why those two redirect are commented out:
|
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
The link checker is failing because in The quickest workaround is to remove the link in I found which page was linking to this by making a change in the link checker log as well. You should probably make it in your main for the next problem.
|
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: kolchfa-aws <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
Signed-off-by: Fanit Kolchina <[email protected]>
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.1 2.1
# Navigate to the new working tree
pushd ../.worktrees/backport-2.1
# Create a new branch
git switch --create backport/backport-7337-to-2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8633db1d0ad79a1f7827f5a871959d094bb31dfb
# Push it to GitHub
git push --set-upstream origin backport/backport-7337-to-2.1
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.1 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-2.0 2.0
# Navigate to the new working tree
pushd ../.worktrees/backport-2.0
# Create a new branch
git switch --create backport/backport-7337-to-2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 8633db1d0ad79a1f7827f5a871959d094bb31dfb
# Push it to GitHub
git push --set-upstream origin backport/backport-7337-to-2.0
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-2.0 Then, create a pull request where the |
Signed-off-by: Heather Halter [email protected]
Removed py-ml client from list since it doesn't exist i 2.3
Signed-off-by: Heather Halter [email protected]
Fixed a typo
Signed-off-by: Heather Halter [email protected]
Fixed typo
Signed-off-by: Heather Halter [email protected]
Signed-off-by: Heather Halter [email protected]
Signed-off-by: Heather Halter [email protected]
Co-authored-by: Heather Halter [email protected]
(cherry picked from commit fa00dbe)
Description
Describe what this change achieves.
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
Version
List the OpenSearch version to which this PR applies, e.g. 2.14, 2.12--2.14, or all.
Checklist
For more information on following Developer Certificate of Origin and signing off your commits, please check here.