-
Notifications
You must be signed in to change notification settings - Fork 180
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
fixing broken link run-installer-script/ page #621
base: main
Are you sure you want to change the base?
fixing broken link run-installer-script/ page #621
Conversation
Signed-off-by: lhajouji <lhajouji@gmail.com>
@@ -41,7 +41,7 @@ sudo ./install.sh --with-trivy | |||
``` | |||
|
|||
For more information about Trivy, see the [Trivy documentation](https://github.com/aquasecurity/trivy). | |||
For more information about how to use Trivy in an webproxy environment see [Configure custom Certification Authorities for trivy](administration/vulnerability-scanning/configure-custom-certs.md) | |||
For more information about how to use Trivy in an webproxy environment see [Configure custom Certification Authorities for trivy](../administration/vulnerability-scanning/configure-custom-certs.md) |
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.
are you sure?
I tried to reach that on the preview it doesn't wokr
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.
I suggest using https://gohugo.io/content-management/cross-references/
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.
Actually the syntax is working well, there's another issue, the file i've modified is pointing to this link :
https://deploy-preview-621--goharbor-io.netlify.app/docs/edge/install-config/run-installer-script/
@@ -41,7 +41,7 @@ sudo ./install.sh --with-trivy | |||
``` | |||
|
|||
For more information about Trivy, see the [Trivy documentation](https://github.com/aquasecurity/trivy). | |||
For more information about how to use Trivy in an webproxy environment see [Configure custom Certification Authorities for trivy](administration/vulnerability-scanning/configure-custom-certs.md) | |||
For more information about how to use Trivy in an webproxy environment see [Configure custom Certification Authorities for trivy](../administration/vulnerability-scanning/configure-custom-certs.md) |
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.
I suggest using https://gohugo.io/content-management/cross-references/
Fixes #21359