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

Issue 4471: Update README linking to correct complete example #4472

Merged
merged 4 commits into from Oct 6, 2023

Conversation

mrajagopal
Copy link
Contributor

@mrajagopal mrajagopal commented Oct 5, 2023

Proposed changes

The link to the complete-example is broken in the readme at this link: https://github.com/nginxinc/kubernetes-ingress/blob/main/examples/custom-resources/basic-configuration/README.md

The README link to "complete example" now points to: https://github.com/nginxinc/kubernetes-ingress/tree/main/examples/ingress-resources/complete-example

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@mrajagopal mrajagopal requested a review from a team as a code owner October 5, 2023 02:18
@github-actions github-actions bot added the documentation Pull requests/issues for documentation label Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #4472 (7333f57) into main (ddcdb27) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #4472   +/-   ##
=======================================
  Coverage   51.97%   51.97%           
=======================================
  Files          59       59           
  Lines       16956    16956           
=======================================
  Hits         8813     8813           
  Misses       7848     7848           
  Partials      295      295           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lucacome lucacome mentioned this pull request Oct 5, 2023
6 tasks
@jjngx jjngx linked an issue Oct 5, 2023 that may be closed by this pull request
@jjngx
Copy link
Contributor

jjngx commented Oct 5, 2023

hi @mrajagopal , thank you for your PR. Could you please fix the markdown listing issue? You need to make sure that the line in your editor is not longer than 120 char.

Copy link
Contributor

@jjngx jjngx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻 LGTM, please make sure the single line is not longer than 120 chars.

Copy link
Contributor

@shaun-nx shaun-nx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looks good. Once the markdown lint issue is resolved we will merge this. Thanks again!

mrajagopal and others added 2 commits October 6, 2023 10:41
Co-authored-by: Shaun <s.odonovan@f5.com>
Signed-off-by: Madhu Rajagopal <m.rajagopal@f5.com>
@mrajagopal
Copy link
Contributor Author

Thanks for the feedback. As best practise, in future, do I 'update branch' or 'update with rebase' for the merge?

@jjngx jjngx merged commit 95bcf9f into nginxinc:main Oct 6, 2023
62 checks passed
@mrajagopal mrajagopal deleted the mrajagopal-issue-4471 branch October 8, 2023 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

Update README linking to correct complete example
3 participants