-
Notifications
You must be signed in to change notification settings - Fork 360
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
fix: install-egctl doc dead link #2916
Conversation
Signed-off-by: Dennis Zhou <idennis.zhou@gmail.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2916 +/- ##
==========================================
- Coverage 64.62% 64.57% -0.05%
==========================================
Files 122 122
Lines 21115 21115
==========================================
- Hits 13645 13636 -9
- Misses 6624 6632 +8
- Partials 846 847 +1 ☔ View full report in Codecov by Sentry. |
@@ -52,6 +52,6 @@ curl -fsSL https://gateway.envoyproxy.io/get-egctl.sh | VERSION=latest bash | |||
|
|||
{{% alert title="Next Steps" color="warning" %}} | |||
|
|||
You can refer to [User Guides](/latest/user/egctl) to more details about egctl. |
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.
good catch! let's use /latest/user/operations/egctl
instead, since this User Guides is about egctl
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.
yes, done!
Signed-off-by: Dennis Zhou <idennis.zhou@gmail.com>
/retest |
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 thanks !
we need to link to version specific pages, added some comments around that |
once agin, we really need preview -3- |
/retest |
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR fixes: